Re: [PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-10-03 Thread Geert Uytterhoeven
On Fri, 26 Sep 2014, Geert Uytterhoeven wrote: > On Thu, Sep 25, 2014 at 6:28 PM, Geert Uytterhoeven > wrote: > > diff --git a/arch/arm/mach-shmobile/pm-rmobile.c > > b/arch/arm/mach-shmobile/pm-rmobile.c > > index 717e6413d29cb998..ae846dfcd69293f7 100644 > > ---

Re: [PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-10-03 Thread Geert Uytterhoeven
On Fri, 26 Sep 2014, Geert Uytterhoeven wrote: On Thu, Sep 25, 2014 at 6:28 PM, Geert Uytterhoeven geert+rene...@glider.be wrote: diff --git a/arch/arm/mach-shmobile/pm-rmobile.c b/arch/arm/mach-shmobile/pm-rmobile.c index 717e6413d29cb998..ae846dfcd69293f7 100644 ---

Re: [PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-09-26 Thread Geert Uytterhoeven
On Thu, Sep 25, 2014 at 6:28 PM, Geert Uytterhoeven wrote: > diff --git a/arch/arm/mach-shmobile/pm-rmobile.c > b/arch/arm/mach-shmobile/pm-rmobile.c > index 717e6413d29cb998..ae846dfcd69293f7 100644 > --- a/arch/arm/mach-shmobile/pm-rmobile.c > +++ b/arch/arm/mach-shmobile/pm-rmobile.c > @@

Re: [PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-09-26 Thread Ulf Hansson
On 25 September 2014 18:28, Geert Uytterhoeven wrote: > Use the just introduced genpd attach/detach callbacks to register the > devices' module clocks, instead of doing it directly, to make it > DT-proof. > > Signed-off-by: Geert Uytterhoeven Reviewed-by: Ulf Hansson > --- > v3: > - Update

Re: [PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-09-26 Thread Ulf Hansson
On 25 September 2014 18:28, Geert Uytterhoeven geert+rene...@glider.be wrote: Use the just introduced genpd attach/detach callbacks to register the devices' module clocks, instead of doing it directly, to make it DT-proof. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be

Re: [PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-09-26 Thread Geert Uytterhoeven
On Thu, Sep 25, 2014 at 6:28 PM, Geert Uytterhoeven geert+rene...@glider.be wrote: diff --git a/arch/arm/mach-shmobile/pm-rmobile.c b/arch/arm/mach-shmobile/pm-rmobile.c index 717e6413d29cb998..ae846dfcd69293f7 100644 --- a/arch/arm/mach-shmobile/pm-rmobile.c +++

[PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-09-25 Thread Geert Uytterhoeven
Use the just introduced genpd attach/detach callbacks to register the devices' module clocks, instead of doing it directly, to make it DT-proof. Signed-off-by: Geert Uytterhoeven --- v3: - Update for callback signature changes, v2: - New arch/arm/mach-shmobile/pm-rmobile.c | 15

[PATCH v3 07/13] ARM: shmobile: R-Mobile: Use generic_pm_domain.attach_dev() for pm_clk setup

2014-09-25 Thread Geert Uytterhoeven
Use the just introduced genpd attach/detach callbacks to register the devices' module clocks, instead of doing it directly, to make it DT-proof. Signed-off-by: Geert Uytterhoeven geert+rene...@glider.be --- v3: - Update for callback signature changes, v2: - New