OMAP3: clean-up mach specific cpuidle data structures
authorJean Pihet <j-pihet@ti.com>
Mon, 9 May 2011 10:02:13 +0000 (12:02 +0200)
committerKevin Hilman <khilman@ti.com>
Fri, 20 May 2011 15:15:53 +0000 (17:15 +0200)
- sleep_latency and wake_latency are not used, replace them by
  exit_latency which is used by cpuidle. exit_latency simply is
  the sum of sleep_latency and wake_latency,
- replace threshold by target_residency,
- changed the OMAP3 specific cpuidle code accordingly,
- changed the OMAP3 board code accordingly.

Signed-off-by: Jean Pihet <j-pihet@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
arch/arm/mach-omap2/board-rx51.c
arch/arm/mach-omap2/cpuidle34xx.c
arch/arm/mach-omap2/pm.h

Simple merge
Simple merge
Simple merge