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

2018-03-28 Thread Fabio Estevam
Hi Abel, On Tue, Mar 27, 2018 at 11:23 AM, Abel Vesa wrote: > From: Dong Aisheng > > 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. The patch and the commit l

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

2018-03-27 Thread Abel Vesa
On Wed, Mar 28, 2018 at 09:46:36AM +0300, Abel Vesa wrote: > From: Dong Aisheng > > 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 Vaidya

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

2018-03-27 Thread Abel Vesa
From: Dong Aisheng 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 Signed-off-by: Dong Aisheng Signed-off-by: Irina Tirdea Signed-off

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

2018-03-27 Thread Abel Vesa
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 wrote: > > From: Dong Aisheng > > > > For init on clocks we should move it at the first place in > > imx7d_clocks_init() > > before any clock operations, else the

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

2018-03-27 Thread Fabio Estevam
Hi Abel, On Tue, Mar 27, 2018 at 11:23 AM, Abel Vesa wrote: > From: Dong Aisheng > > 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 Vaidy

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

2018-03-27 Thread Abel Vesa
From: Dong Aisheng 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 Signed-off-by: Dong Aisheng Signed-off-by: Irina Tirdea Signed-off