Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-10 Thread Chander Kashyap
On 6 September 2013 00:02, Mike Turquette wrote: > On Wed, Sep 4, 2013 at 11:01 AM, Tomasz Figa wrote: >> On Wednesday 04 of September 2013 10:43:28 Mike Turquette wrote: >>> Quoting Tomasz Figa (2013-09-03 15:36:50) >>> >>> > Hi Chander, >>> > >>> > On Tuesday 03 of September 2013 17:04:28 Chand

Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-10 Thread Chander Kashyap
On 4 September 2013 23:31, Tomasz Figa wrote: > On Wednesday 04 of September 2013 10:43:28 Mike Turquette wrote: >> Quoting Tomasz Figa (2013-09-03 15:36:50) >> >> > Hi Chander, >> > >> > On Tuesday 03 of September 2013 17:04:28 Chander Kashyap wrote: >> > > Some platform has provision to change c

Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-05 Thread Mike Turquette
On Wed, Sep 4, 2013 at 11:01 AM, Tomasz Figa wrote: > On Wednesday 04 of September 2013 10:43:28 Mike Turquette wrote: >> Quoting Tomasz Figa (2013-09-03 15:36:50) >> >> > Hi Chander, >> > >> > On Tuesday 03 of September 2013 17:04:28 Chander Kashyap wrote: >> > > Some platform has provision to ch

Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-04 Thread Tomasz Figa
On Wednesday 04 of September 2013 10:43:28 Mike Turquette wrote: > Quoting Tomasz Figa (2013-09-03 15:36:50) > > > Hi Chander, > > > > On Tuesday 03 of September 2013 17:04:28 Chander Kashyap wrote: > > > Some platform has provision to change cpu parent clock during > > > cpu frequency scaling. T

Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-04 Thread Mike Turquette
Quoting Tomasz Figa (2013-09-03 15:36:50) > Hi Chander, > > On Tuesday 03 of September 2013 17:04:28 Chander Kashyap wrote: > > Some platform has provision to change cpu parent clock during > > cpu frequency scaling. This patch series provides a mechanism to > > implement the same using CCF. > >

Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-03 Thread Chander Kashyap
On 4 September 2013 04:06, Tomasz Figa wrote: > Hi Chander, > > On Tuesday 03 of September 2013 17:04:28 Chander Kashyap wrote: >> Some platform has provision to change cpu parent clock during >> cpu frequency scaling. This patch series provides a mechanism to >> implement the same using CCF. >> >

Re: [RFC Patch v2 0/3] add temporary parent migration support

2013-09-03 Thread Tomasz Figa
Hi Chander, On Tuesday 03 of September 2013 17:04:28 Chander Kashyap wrote: > Some platform has provision to change cpu parent clock during > cpu frequency scaling. This patch series provides a mechanism to > implement the same using CCF. > > Patch1 provides mechanism to migrate to new parent tem

[RFC Patch v2 0/3] add temporary parent migration support

2013-09-03 Thread Chander Kashyap
Some platform has provision to change cpu parent clock during cpu frequency scaling. This patch series provides a mechanism to implement the same using CCF. Patch1 provides mechanism to migrate to new parent temporarily. Patch2 updates the user of clk_register_mux and DEFINE_CLK_MUX which are mod