Re: [PATCH V3 7/8] clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLE

2016-07-01 Thread Stephen Boyd
On 06/30, Dong Aisheng wrote: > i.MX7D requires all clocks operations including enable/disable, > rate change and re-parent with its parent clock on. > Changing to the correct APIs to tell clk core such requirement. > > Cc: Michael Turquette > Cc: Stephen Boyd

Re: [PATCH V3 7/8] clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLE

2016-07-01 Thread Stephen Boyd
On 06/30, Dong Aisheng wrote: > i.MX7D requires all clocks operations including enable/disable, > rate change and re-parent with its parent clock on. > Changing to the correct APIs to tell clk core such requirement. > > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Shawn Guo > Signed-off-by:

[PATCH V3 7/8] clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLE

2016-06-30 Thread Dong Aisheng
i.MX7D requires all clocks operations including enable/disable, rate change and re-parent with its parent clock on. Changing to the correct APIs to tell clk core such requirement. Cc: Michael Turquette Cc: Stephen Boyd Cc: Shawn Guo

[PATCH V3 7/8] clk: imx7d: using api with flag CLK_OPS_PARENT_ENABLE

2016-06-30 Thread Dong Aisheng
i.MX7D requires all clocks operations including enable/disable, rate change and re-parent with its parent clock on. Changing to the correct APIs to tell clk core such requirement. Cc: Michael Turquette Cc: Stephen Boyd Cc: Shawn Guo Signed-off-by: Dong Aisheng --- drivers/clk/imx/clk-imx7d.c