Merge tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Aug 2012 18:48:54 +0000 (11:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 2 Aug 2012 18:48:54 +0000 (11:48 -0700)
Pull arm-soc cpuidle enablement for OMAP from Olof Johansson:
 "Coupled cpuidle was meant to merge for 3.5 through Len Brown's tree,
  but didn't go in because the pull request ended up rejected.  So it
  just got merged, and we got this staged branch that enables the
  coupled cpuidle code on OMAP.

  With a stable git workflow from the other maintainer we could have
  staged this earlier, but that wasn't the case so we have had to merge
  it late.

  The alternative is to hold it off until 3.7 but given that the code is
  well-isolated to OMAP and they are eager to see it go in, I didn't
  push back hard in that direction."

* tag 'pm2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: OMAP4: CPUidle: Open broadcast clock-event device.
  ARM: OMAP4: CPUidle: add synchronization for coupled idle states
  ARM: OMAP4: CPUidle: Use coupled cpuidle states to implement SMP cpuidle.
  ARM: OMAP: timer: allow gp timer clock-event to be used on both cpus

1  2 
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/cpuidle44xx.c
arch/arm/mach-omap2/timer.c

index dd0fbf76ac793d87580c1d750bad8983a25ef62e,cc83f5e13d5c5093d6018e98becf6d148ee55b66..dd2db025f7787e590d94bb229cb143559f9a8317
@@@ -62,13 -55,8 +62,14 @@@ config ARCH_OMAP
        select PM_OPP if PM
        select USB_ARCH_HAS_EHCI if USB_SUPPORT
        select ARM_CPU_SUSPEND if PM
+       select ARCH_NEEDS_CPU_IDLE_COUPLED
  
 +config SOC_OMAP5
 +      bool "TI OMAP5"
 +      select CPU_V7
 +      select ARM_GIC
 +      select HAVE_SMP
 +
  comment "OMAP Core Type"
        depends on ARCH_OMAP2
  
index 02d15bbd4e35c2eb4d90cf892085d143d0334e81,45e6a54d58187844b66336bf42c29b9946f1a4e1..ee05e193fc61e317b21b368c583f31ce71bbb76b
  #include "common.h"
  #include "pm.h"
  #include "prm.h"
+ #include "clockdomain.h"
  
 -#ifdef CONFIG_CPU_IDLE
 -
  /* Machine specific information */
  struct omap4_idle_statedata {
        u32 cpu_state;
Simple merge