[PATCH V3 0/3] Add PMU and S2R support for exynos5420

Vikas Sajjan vikas.sajjan at samsung.com
Thu May 8 03:45:31 PDT 2014


Adds PMU and S2R support for exynos5420.

rebased on
1] kgene tree for-next branch 
https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/log/?h=for-next
2] and Pankaj's V3 patchset https://lkml.org/lkml/2014/5/2/612

changes since v2:
	- Addressed comments from Tomasz figa
	- rebased on Pankaj's V3 patchset https://lkml.org/lkml/2014/5/2/612
	- dropped patch "ARM: dts: Add node for GPIO keys on SMDK5420",
	  will be sent separately.

changes since v1:
	- Addressed comments from Tomasz figa.
	- restructured/consolidated as per Tomasz figa's PM consolidations for exynos 

Tested on peach-pit board on top of shaik ameer basha's CLK v3 patchset
http://www.spinics.net/lists/arm-kernel/msg325313.html 

Vikas Sajjan (3):
  ARM: EXYNOS5: PMU support for 5420
  ARM: EXYNOS5: Add Suspend-to-RAM support for 5420
  CLK: EXYNOS: Add clk save/restore registers for 5420

 arch/arm/mach-exynos/common.h        |    9 +
 arch/arm/mach-exynos/exynos.c        |    1 +
 arch/arm/mach-exynos/pm.c            |  163 +++++++++++++++--
 arch/arm/mach-exynos/pmu.c           |  325 ++++++++++++++++++++++++++++++++++
 arch/arm/mach-exynos/regs-pmu.h      |  233 ++++++++++++++++++++++++
 drivers/clk/samsung/clk-exynos5420.c |   30 ++++
 6 files changed, 742 insertions(+), 19 deletions(-)

-- 
1.7.9.5




More information about the linux-arm-kernel mailing list