
8 Aug
2016
8 Aug
'16
11:44 p.m.
On 5 August 2016 at 02:30, Paul Burton paul.burton@imgtec.com wrote:
On 05/08/16 02:36, Simon Glass wrote:
Hi Paul,
On 4 August 2016 at 04:29, Paul Burton paul.burton@imgtec.com wrote:
The implementations of clk_get_by_index & clk_get_by_name are only available when CONFIG_CLK is enabled. Provide the dummies when this is not the case in order to avoid build failures.
Where are the dummies?
Hi Simon,
I mean the static inline versions which just return -ENOSYS, which already exist in clk.h but weren't provided before unless CONFIG_OF_CONTROL wasn't set.
Thanks, Paul
Reviewed-by: Simon Glass sjg@chromium.org
[...]