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

2012-02-27 Thread Amit Kucheria
CC'ing Venki on this too. The entire thread can be found at: http://www.spinics.net/lists/arm-kernel/msg161596.html On Mon, Feb 27, 2012 at 6:47 AM, Robert Lee wrote: > This patch series moves vaious functionality duplicated in platform > cpuidle drivers to the core cpuidle driver. Also, the pla

[PATCH v5 0/9] Consolidate cpuidle functionality

2012-02-26 Thread Robert Lee
This patch series moves vaious 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(). Based on 3.3-rc5 plus recent exynos cpui