Re: [PATCH V3 4/8] clk: core: support clocks which requires parents enable (part 2)

2016-07-01 Thread Stephen Boyd
On 06/30, Dong Aisheng wrote: > On Freescale i.MX7D platform, all clocks operations, including > enable/disable, rate change and re-parent, requires its parent clock on. > Current clock core can not support it well. > This patch adding flag CLK_OPS_PARENT_ENABLE to handle this special case in >

Re: [PATCH V3 4/8] clk: core: support clocks which requires parents enable (part 2)

2016-07-01 Thread Stephen Boyd
On 06/30, Dong Aisheng wrote: > On Freescale i.MX7D platform, all clocks operations, including > enable/disable, rate change and re-parent, requires its parent clock on. > Current clock core can not support it well. > This patch adding flag CLK_OPS_PARENT_ENABLE to handle this special case in >

[PATCH V3 4/8] clk: core: support clocks which requires parents enable (part 2)

2016-06-30 Thread Dong Aisheng
On Freescale i.MX7D platform, all clocks operations, including enable/disable, rate change and re-parent, requires its parent clock on. Current clock core can not support it well. This patch adding flag CLK_OPS_PARENT_ENABLE to handle this special case in clock core that enable its parent clock

[PATCH V3 4/8] clk: core: support clocks which requires parents enable (part 2)

2016-06-30 Thread Dong Aisheng
On Freescale i.MX7D platform, all clocks operations, including enable/disable, rate change and re-parent, requires its parent clock on. Current clock core can not support it well. This patch adding flag CLK_OPS_PARENT_ENABLE to handle this special case in clock core that enable its parent clock