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

2016-03-31 Thread Dong Aisheng
Hi Fabio, On Thu, Mar 31, 2016 at 12:00 AM, Fabio Estevam wrote: > Hi Dong, > > On Tue, Jul 28, 2015 at 10:19 AM, 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 F

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

2016-03-30 Thread Fabio Estevam
Hi Dong, On Tue, Jul 28, 2015 at 10:19 AM, 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/disabl

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

2016-02-22 Thread Dong Aisheng
On Mon, Feb 22, 2016 at 10:55 PM, Fabio Estevam wrote: > Hi Mike, > > On Thu, Aug 13, 2015 at 7:17 AM, Dong Aisheng > wrote: > >> Hi Mike, >> >> It's been quite a long time. >> Can you help pick this? > > Yes, we are still getting lots of clock warnings in mx7d in mainline > without Dong's series

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

2016-02-22 Thread Fabio Estevam
Hi Mike, On Thu, Aug 13, 2015 at 7:17 AM, Dong Aisheng wrote: > Hi Mike, > > It's been quite a long time. > Can you help pick this? Yes, we are still getting lots of clock warnings in mx7d in mainline without Dong's series: [0.00] [ cut here ] [0.00] WAR

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

2015-08-13 Thread Joachim Eastwood
Hi Dong, On 28 July 2015 at 15:19, 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, rate

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

2015-08-13 Thread Dong Aisheng
On Tue, Aug 04, 2015 at 05:45:57PM +0800, Dong Aisheng wrote: > On Tue, Jul 28, 2015 at 10:38:25PM +0800, Dong Aisheng wrote: > > On Tue, Jul 28, 2015 at 09:19:40PM +0800, Dong Aisheng wrote: > > > This patch series adds support in clock framework for clocks which > > > operations > > > requires i

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

2015-08-04 Thread Dong Aisheng
On Tue, Jul 28, 2015 at 10:38:25PM +0800, Dong Aisheng wrote: > On Tue, Jul 28, 2015 at 09:19:40PM +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 Free

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

2015-07-28 Thread Dong Aisheng
On Tue, Jul 28, 2015 at 09:19:40PM +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 V3 0/5] clk: support clocks which requires parent clock on during operation

2015-07-28 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