Re: [PATCH] clk: probe common clock drivers earlier

From: Masahiro Yamada
Date: Sat Jul 16 2016 - 00:58:14 EST


2016-07-16 11:11 GMT+09:00 Michael Turquette <mturquette@xxxxxxxxxxxx>:
> Quoting Masahiro Yamada (2016-05-05 00:57:17)
>> Several SoCs implement platform drivers for clocks rather than
>> CLK_OF_DECLARE(). Clocks should come earlier because they are
>> prerequisites for many of other drivers. It will help to mitigate
>> EPROBE_DEFER issues.
>>
>> Also, drop the comment since it does not look valuable.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
>
> Acked-by: Michael Turquette <mturquette@xxxxxxxxxxxx>
>
> Regards,
> Mike
>

Thanks for taking a look at this patch.

While I was wondering where is the best place for
"obj-y += clk/", I thought it can be probed even earlier.

So, v2 is here:
https://patchwork.kernel.org/patch/9129749/

Please consider it as a applicable candidate.

Thanks!


--
Best Regards
Masahiro Yamada