From: Amit Daniel Kachhap amit.kachhap@linaro.org
This Patch series adds support for AFTR mode cpuidle state based on patch (http://www.spinics.net/lists/arm-kernel/msg132243.html) earlier submitted by Jaecheol Lee jc.lee@samsung.com.
This patch uses CPU PM notifiers , common l2 save/restore and new cpu_suspend/resume interfaces and is based on the tip of linus tree(git://github.com/torvalds/linux.git).
Amit Daniel Kachhap (3): ARM: exynos4: Add support for AFTR mode cpuidle state ARM: exynos4: add L2 early resume code ARM: exynos4: remove useless code to save/restore L2 and GIC state
Lorenzo Pieralisi (1): ARM: exynos4: remove useless churn in sleep.S
arch/arm/mach-exynos4/cpu.c | 43 ++++++-- arch/arm/mach-exynos4/cpuidle.c | 152 +++++++++++++++++++++++++++++- arch/arm/mach-exynos4/include/mach/pmu.h | 2 + arch/arm/mach-exynos4/pm.c | 86 ----------------- arch/arm/mach-exynos4/sleep.S | 29 +++++- 5 files changed, 210 insertions(+), 102 deletions(-)