All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 0/5] ARM: exynos: Add l2 retention mode cpuidle state
@ 2012-01-05  4:25 ` Amit Daniel Kachhap
  0 siblings, 0 replies; 18+ messages in thread
From: Amit Daniel Kachhap @ 2012-01-05  4:25 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, linux-arm-kernel, amit.kachhap, patches

Changes since V4:
*Rebased the patchset against for-next of samsung kernel tree.
*Added Tushar suggestion of putting a check if L2 cache dt node not found.
*Added Inder suggestion of removing the BUG_ON check in cpuidle driver.

Changes since V3:
*Implemented Russell feedback and moved sleep magic 4byte memory before 
s3c_cpu_resume to data section.

Changes since V2:
*Implemented the suggestion of MyungJoo Ham and used INFORM0/1
registers for resume for some board versions.
*Added back save/restore through CPU PM notifiers as suggested by 
Lorenzo Pieralisi. This is useful to restore vfp state.
*some patch modularization (s5p/exynos) and proper commit logs.  

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)
since commit id 44ceab1ea847daa03d1d58a20c43a83e8b99a2f9.

Amit Daniel Kachhap (5):
  ARM: exynos: Add support AFTR mode on EXYNOS4210
  ARM: s5p: add L2 early resume code
  ARM: exynos: save L2 settings during bootup
  ARM: exynos: remove useless code to save/restore L2
  ARM: exynos: Enable l2 configuration through device tree

 arch/arm/mach-exynos/common.c           |   54 +++++++++---
 arch/arm/mach-exynos/cpuidle.c          |  149 ++++++++++++++++++++++++++++++-
 arch/arm/mach-exynos/include/mach/pmu.h |    2 +
 arch/arm/mach-exynos/pm.c               |   15 ---
 arch/arm/plat-s5p/sleep.S               |   44 ++++++++--
 5 files changed, 228 insertions(+), 36 deletions(-)

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

end of thread, other threads:[~2012-02-01 11:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05  4:25 [PATCH V5 0/5] ARM: exynos: Add l2 retention mode cpuidle state Amit Daniel Kachhap
2012-01-05  4:25 ` Amit Daniel Kachhap
2012-01-05  4:25 ` [PATCH V5 1/5] ARM: exynos: Add support AFTR mode on EXYNOS4210 Amit Daniel Kachhap
2012-01-05  4:25   ` Amit Daniel Kachhap
2012-02-01 11:37   ` Tushar Behera
2012-02-01 11:37     ` Tushar Behera
2012-01-05  4:25 ` [PATCH V5 2/5] ARM: s5p: add L2 early resume code Amit Daniel Kachhap
2012-01-05  4:25   ` Amit Daniel Kachhap
2012-01-05  4:25 ` [PATCH V5 3/5] ARM: exynos: save L2 settings during bootup Amit Daniel Kachhap
2012-01-05  4:25   ` Amit Daniel Kachhap
2012-01-05  4:25 ` [PATCH V5 4/5] ARM: exynos: remove useless code to save/restore L2 Amit Daniel Kachhap
2012-01-05  4:25   ` Amit Daniel Kachhap
2012-01-05  4:25 ` [PATCH V5 5/5] ARM: exynos: Enable l2 configuration through device tree Amit Daniel Kachhap
2012-01-05  4:25   ` Amit Daniel Kachhap
2012-01-05  4:36   ` Olof Johansson
2012-01-05  4:36     ` Olof Johansson
2012-01-05  6:26     ` Amit Kachhap
2012-01-05  6:26       ` Amit Kachhap

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.