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

From: Abel Vesa
Date: Wed Mar 28 2018 - 02:32:30 EST


Hi Fabio,

On Tue, Mar 27, 2018 at 12:08:39PM -0300, Fabio Estevam wrote:
> 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.

Yep, my bad. I'll resend as a patchset now.
--