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

2012-02-29 Thread Jean Pihet
Rob, On Wed, Feb 29, 2012 at 4:11 AM, 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 calle

[PATCH v6 0/9] Consolidate cpuidle functionality

2012-02-29 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(). NOTE to Maintainers: Platform code chang