Re: [PATCH v2 0/3] ARM: rk3288 : Add PM Domain support

2014-10-02 Thread Kevin Hilman
Grygorii Strashko writes: > Hi, > > On 10/01/2014 11:25 PM, Kevin Hilman wrote: >> Doug Anderson writes: >> >>> >>> On Wed, Oct 1, 2014 at 9:51 AM, Kevin Hilman wrote: +Geert, Ulf "jinkun.hong" writes: > From: "jinkun.hong" > > Use PM Domain framework to manag

Re: [PATCH v2 0/3] ARM: rk3288 : Add PM Domain support

2014-10-02 Thread Grygorii Strashko
Hi, On 10/01/2014 11:25 PM, Kevin Hilman wrote: > Doug Anderson writes: > >> >> On Wed, Oct 1, 2014 at 9:51 AM, Kevin Hilman wrote: >>> +Geert, Ulf >>> >>> "jinkun.hong" writes: >>> From: "jinkun.hong" Use PM Domain framework to manage the clock. >>> >>> Which clock? This chan

Re: [PATCH v2 0/3] ARM: rk3288 : Add PM Domain support

2014-10-01 Thread Kevin Hilman
Doug Anderson writes: > Kevin, > > On Wed, Oct 1, 2014 at 9:51 AM, Kevin Hilman wrote: >> +Geert, Ulf >> >> "jinkun.hong" writes: >> >>> From: "jinkun.hong" >>> >>> Use PM Domain framework to manage the clock. >> >> Which clock? This changelog needs a more thorough description. > > > I think

Re: [PATCH v2 0/3] ARM: rk3288 : Add PM Domain support

2014-10-01 Thread Doug Anderson
Kevin, On Wed, Oct 1, 2014 at 9:51 AM, Kevin Hilman wrote: > +Geert, Ulf > > "jinkun.hong" writes: > >> From: "jinkun.hong" >> >> Use PM Domain framework to manage the clock. > > Which clock? This changelog needs a more thorough description. I think what he meant was: Use the generic PM Dom

Re: [PATCH v2 0/3] ARM: rk3288 : Add PM Domain support

2014-10-01 Thread Kevin Hilman
+Geert, Ulf "jinkun.hong" writes: > From: "jinkun.hong" > > Use PM Domain framework to manage the clock. Which clock? This changelog needs a more thorough description. Also, with this series alone, it's not clear how the power-domain transitions ever happen, since I don't see any devices hoo

[PATCH v2 0/3] ARM: rk3288 : Add PM Domain support

2014-09-28 Thread jinkun.hong
From: "jinkun.hong" Use PM Domain framework to manage the clock. Changes in v2: - remove the "pd->pd.of_node = np" Adviced by Doug - move clocks to "optional" Adviced by Daniel - make pd_vio clocks all one entry per line and alphabetize. Adviced by Heiko - power: power-controller move back to pi