Re: [PATCH v2] APM idle: register apm_cpu_idle via cpuidle

2013-02-20 Thread Len Brown
On 02/18/2013 08:30 AM, Jiri Kosina wrote: > On Mon, 11 Feb 2013, Len Brown wrote: > >> From: Len Brown >> >> Update APM to register its local idle routine with cpuidle. >> >> This allows us to stop exporting pm_idle to modules on x86. >> >> The Kconfig sub-option, APM_CPU_IDLE, now depends on on

Re: [PATCH v2] APM idle: register apm_cpu_idle via cpuidle

2013-02-18 Thread Jiri Kosina
On Mon, 11 Feb 2013, Len Brown wrote: > From: Len Brown > > Update APM to register its local idle routine with cpuidle. > > This allows us to stop exporting pm_idle to modules on x86. > > The Kconfig sub-option, APM_CPU_IDLE, now depends on on CPU_IDLE. > > Compile-tested only. I will test i

Re: [PATCH v2] APM idle: register apm_cpu_idle via cpuidle

2013-02-12 Thread Daniel Lezcano
On 02/12/2013 12:03 AM, Len Brown wrote: > From: Len Brown > > Update APM to register its local idle routine with cpuidle. > > This allows us to stop exporting pm_idle to modules on x86. > > The Kconfig sub-option, APM_CPU_IDLE, now depends on on CPU_IDLE. > > Compile-tested only. > > Signed-

[PATCH v2] APM idle: register apm_cpu_idle via cpuidle

2013-02-11 Thread Len Brown
From: Len Brown Update APM to register its local idle routine with cpuidle. This allows us to stop exporting pm_idle to modules on x86. The Kconfig sub-option, APM_CPU_IDLE, now depends on on CPU_IDLE. Compile-tested only. Signed-off-by: Len Brown Cc: Jiri Kosina --- v2: updates from Daniel