Re: [PATCH v7 0/9] Consolidate cpuidle functionality

2012-03-06 Thread Kevin Hilman
Robert Lee writes: > This patch series moves various functionality duplicated in platform > cpuidle drivers to the core cpuidle driver. Also, the platform irq > disabling was removed as it appears that all calls into > cpuidle_call_idle will have already called local_irq_disable(). Reviewed-by

Re: [PATCH v7 0/9] Consolidate cpuidle functionality

2012-03-05 Thread Daniel Lezcano
On 03/01/2012 09:57 PM, Rob Lee wrote: On Wed, Feb 29, 2012 at 6:42 PM, Robert Lee wrote: This patch series moves various functionality duplicated in platform cpuidle drivers to the core cpuidle driver. Also, the platform irq disabling was removed as it appears that all calls into cpuidle_call_

Re: [PATCH v7 0/9] Consolidate cpuidle functionality

2012-03-01 Thread Rob Lee
On Wed, Feb 29, 2012 at 6:42 PM, Robert Lee wrote: > This patch series moves various functionality duplicated in platform > cpuidle drivers to the core cpuidle driver. Also, the platform irq > disabling was removed as it appears that all calls into > cpuidle_call_idle will have already called loca

[PATCH v7 0/9] Consolidate cpuidle functionality

2012-03-01 Thread Robert Lee
This patch series moves various functionality duplicated in platform cpuidle drivers to the core cpuidle driver. Also, the platform irq disabling was removed as it appears that all calls into cpuidle_call_idle will have already called local_irq_disable(). Rafael, Could you review this patchset