[PATCH 12/15] ARM: OMAP4+: CPUidle: Cleanup idle driver for OMAP5 support

2013-03-01 Thread Santosh Shilimkar
The OMAP5 idle driver can re-use most of OMAP4 CPUidle driver implementation. Also the next derivative SOCs are going to re-use the MPUSS so, same driver with minor updates can be re-used. Prepare the code so that its easier to add CPUidle support for OMAP5 devices. Signed-off-by: Santosh

Re: [PATCH 12/15] ARM: OMAP4+: CPUidle: Cleanup idle driver for OMAP5 support

2013-03-01 Thread Nishanth Menon
On 17:41-20130301, Santosh Shilimkar wrote: diff --git a/arch/arm/mach-omap2/cpuidle44xx.c b/arch/arm/mach-omap2/cpuidle44xx.c index 9de47a7..df81243 100644 --- a/arch/arm/mach-omap2/cpuidle44xx.c +++ b/arch/arm/mach-omap2/cpuidle44xx.c [...] @@ -234,11 +237,12 @@ int __init

Re: [PATCH 12/15] ARM: OMAP4+: CPUidle: Cleanup idle driver for OMAP5 support

2013-03-01 Thread Santosh Shilimkar
On Saturday 02 March 2013 05:26 AM, Nishanth Menon wrote: On 17:41-20130301, Santosh Shilimkar wrote: diff --git a/arch/arm/mach-omap2/cpuidle44xx.c b/arch/arm/mach-omap2/cpuidle44xx.c index 9de47a7..df81243 100644 --- a/arch/arm/mach-omap2/cpuidle44xx.c +++