Re: [PATCH RFC v1 0/5] clk: support clocks which requires parent clock on during operation

2015-04-29 Thread Dong Aisheng
Hi Guys, On Wed, Apr 22, 2015 at 02:12:43PM +0800, Dong Aisheng wrote: > On Wed, Apr 15, 2015 at 10:26:34PM +0800, Dong Aisheng wrote: > > This patch series adds support in clock framework for clocks which > > operations > > requires its parent clock is on. > > > > Such clock type is initially m

Re: [PATCH RFC v1 0/5] clk: support clocks which requires parent clock on during operation

2015-04-21 Thread Dong Aisheng
On Wed, Apr 15, 2015 at 10:26:34PM +0800, Dong Aisheng wrote: > This patch series adds support in clock framework for clocks which operations > requires its parent clock is on. > > Such clock type is initially met on Freescale i.MX7D platform that all clocks > operations, including enable/disable,

[PATCH RFC v1 0/5] clk: support clocks which requires parent clock on during operation

2015-04-15 Thread Dong Aisheng
This patch series adds support in clock framework for clocks which operations requires its parent clock is on. Such clock type is initially met on Freescale i.MX7D platform that all clocks operations, including enable/disable, rate change and re-parent, requires its parent clock on. No sure if any