Re: [PATCH 1/3] clk: actually call the clock init before any other callback of the clock

From: Stephen Boyd
Date: Mon Dec 23 2019 - 21:59:45 EST


Quoting Jerome Brunet (2019-09-24 05:39:52)
> __clk_init_parent() will call the .get_parent() callback of the clock
> so .init() must run before.
>
> Fixes: 541debae0adf ("clk: call the clock init() callback before any other ops callback")
> Signed-off-by: Jerome Brunet <jbrunet@xxxxxxxxxxxx>
> ---

Applied to clk-next