Re: [PATCH] clk: imx7d: Move clks_init_on before any clock operations

From: Fabio Estevam
Date: Tue Mar 27 2018 - 11:08:46 EST


Hi Abel,

On Tue, Mar 27, 2018 at 11:23 AM, Abel Vesa <abel.vesa@xxxxxxx> wrote:
> From: Dong Aisheng <b29396@xxxxxxxxxxxxx>
>
> For init on clocks we should move it at the first place in imx7d_clocks_init()
> before any clock operations, else the clock operation may fail in case the clock
> is still not on.
>
> Acked-by: Ranjani Vaidyanathan <Ranjani.Vaidyanathan@xxxxxxxxxxxxx>
> Signed-off-by: Dong Aisheng <b29396@xxxxxxxxxxxxx>
> Signed-off-by: Irina Tirdea <irina.tirdea@xxxxxxx>
> Signed-off-by: Abel Vesa <abel.vesa@xxxxxxx>

Thanks for your patches.

You sent 4 patches today touching the same file.

Please annotate the sequence of the patches (1/4, 2/4, etc) so that
the maintainer can clearly know the order the patches should be
applied.