From mboxrd@z Thu Jan 1 00:00:00 1970 From: amit.kachhap@linaro.org (amit.kachhap at linaro.org) Date: Fri, 4 Nov 2011 13:03:44 -0400 Subject: [PATCH 0/4]ARM: exynos4: Add l2 retention mode cpuidle state Message-ID: <1320426228-21746-1-git-send-email-amit.kachhap@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Amit Daniel Kachhap 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 . 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(-) -- 1.7.5.4