[PATCH] clk: imx7d: Move clks_init_on before any clock operations
From: Abel Vesa <hidden>
Date: 2018-03-28 06:32:26
Also in:
linux-clk, lkml
From: Abel Vesa <hidden>
Date: 2018-03-28 06:32:26
Also in:
linux-clk, lkml
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 [off-list ref] wrote:quoted
From: Dong Aisheng <redacted> 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 <redacted> Signed-off-by: Dong Aisheng <redacted> Signed-off-by: Irina Tirdea <redacted> Signed-off-by: Abel Vesa <redacted>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. --