linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/5] ARM: exynos4: Add l2 retention mode cpuidle state
@ 2011-11-11  6:29 Amit Daniel Kachhap
  2011-11-11  6:29 ` [PATCH V2 1/5] ARM: exynos4: Add support for AFTR " Amit Daniel Kachhap
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Amit Daniel Kachhap @ 2011-11-11  6:29 UTC (permalink / raw)
  To: linux-arm-kernel

Changes since V1:
*rebased the whole patch against 3.2-rc1 tree
*removed GIC save/restore in AFTR cpuidle state as it is external 
to cpu powerdomain
*Added L2 setup code through device tree
*Removed only l2 save/restore registers in sleep

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 
for-next branch of samsung tree.
(git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git for-next). 

Amit Daniel Kachhap (5):
  ARM: exynos4: Add support for AFTR mode cpuidle state
  ARM: exynos4: remove useless churn in sleep.S
  ARM: exynos4: add L2 early resume code
  ARM: exynos4: remove useless code to save/restore L2
  ARM: exynos4: Enable l2 configuration through device tree

 arch/arm/mach-exynos/cpu.c              |   60 +++++++++----
 arch/arm/mach-exynos/cpuidle.c          |  148 ++++++++++++++++++++++++++++++-
 arch/arm/mach-exynos/include/mach/pmu.h |    2 +
 arch/arm/mach-exynos/pm.c               |   15 ---
 arch/arm/plat-s5p/sleep.S               |   32 +++++++-
 5 files changed, 221 insertions(+), 36 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-11-11 11:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-11  6:29 [PATCH V2 0/5] ARM: exynos4: Add l2 retention mode cpuidle state Amit Daniel Kachhap
2011-11-11  6:29 ` [PATCH V2 1/5] ARM: exynos4: Add support for AFTR " Amit Daniel Kachhap
2011-11-11 10:17   ` Lorenzo Pieralisi
2011-11-11 11:12     ` Amit Kachhap
2011-11-11  6:29 ` [PATCH V2 2/5] ARM: exynos4: remove useless churn in sleep.S Amit Daniel Kachhap
2011-11-11  6:29 ` [PATCH V2 3/5] ARM: exynos4: add L2 early resume code Amit Daniel Kachhap
2011-11-11  6:29 ` [PATCH V2 4/5] ARM: exynos4: remove useless code to save/restore L2 Amit Daniel Kachhap
2011-11-11  6:29 ` [PATCH V2 5/5] ARM: exynos4: Enable l2 configuration through device tree Amit Daniel Kachhap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).