Re: [PATCH 6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64

2015-03-25 Thread Daniel Lezcano
On 03/25/2015 09:54 PM, Paul Bolle wrote: A few nits are all I spotted. On Wed, 2015-03-25 at 10:07 +0100, Daniel Lezcano wrote: --- a/drivers/cpuidle/Kconfig.arm +++ b/drivers/cpuidle/Kconfig.arm +config ARM_CPUIDLE +bool "Generic ARM/ARM64 CPU idle Driver" +select

Re: [PATCH 6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64

2015-03-25 Thread Paul Bolle
A few nits are all I spotted. On Wed, 2015-03-25 at 10:07 +0100, Daniel Lezcano wrote: > --- a/drivers/cpuidle/Kconfig.arm > +++ b/drivers/cpuidle/Kconfig.arm > +config ARM_CPUIDLE > +bool "Generic ARM/ARM64 CPU idle Driver" > +select DT_IDLE_STATES > +help > +

[PATCH 6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64

2015-03-25 Thread Daniel Lezcano
ARM32 and ARM64 have the same DT definitions and the same approaches. The generic ARM cpuidle driver can be put in common for those two architectures. Signed-off-by: Daniel Lezcano Acked-by: Kevin Hilman Acked-by: Rob Herring Acked-by: Lorenzo Pieralisi Tested-by: Lorenzo Pieralisi ---

[PATCH 6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64

2015-03-25 Thread Daniel Lezcano
ARM32 and ARM64 have the same DT definitions and the same approaches. The generic ARM cpuidle driver can be put in common for those two architectures. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org Acked-by: Kevin Hilman khil...@linaro.org Acked-by: Rob Herring robherri...@gmail.com

Re: [PATCH 6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64

2015-03-25 Thread Paul Bolle
A few nits are all I spotted. On Wed, 2015-03-25 at 10:07 +0100, Daniel Lezcano wrote: --- a/drivers/cpuidle/Kconfig.arm +++ b/drivers/cpuidle/Kconfig.arm +config ARM_CPUIDLE +bool Generic ARM/ARM64 CPU idle Driver +select DT_IDLE_STATES +help + Select

Re: [PATCH 6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64

2015-03-25 Thread Daniel Lezcano
On 03/25/2015 09:54 PM, Paul Bolle wrote: A few nits are all I spotted. On Wed, 2015-03-25 at 10:07 +0100, Daniel Lezcano wrote: --- a/drivers/cpuidle/Kconfig.arm +++ b/drivers/cpuidle/Kconfig.arm +config ARM_CPUIDLE +bool Generic ARM/ARM64 CPU idle Driver +select