Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/3] S5P64X0 PM Support
@ 2011-09-27 20:22 Abhilash Kesavan
  2011-09-27 20:22 ` [PATCH 1/3] ARM: S5P: Make the common S5P PM code conditionally compile Abhilash Kesavan
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Abhilash Kesavan @ 2011-09-27 20:22 UTC (permalink / raw)
  To: linux-arm-kernel

The patchset adds Power Mangement support for S5P64X0. The first
two patches lay the groundwork for adding PM support, while the
final patch adds the SoC specific PM code.

Changes since V1:
- Changed register naming as per User Manual.
- Dropped the pm-gpio warning patch as it will be taken care in the gpio
  movement patch by Kukjin Kim.
- Used soc_is_* for differentiating between 6440 and 6450.
- Merged all the sleep files of S5P SoCs while leaving the S3C64XX sleep
  code as is.

Abhilash Kesavan (3):
  ARM: S5P: Make the common S5P PM code conditionally compile
  ARM: S5P: Make the sleep code common for S5P series SoCs
  ARM: S5P64X0: Add Power Management support

 arch/arm/Kconfig                                |    2 +-
 arch/arm/mach-exynos4/Kconfig                   |    4 +
 arch/arm/mach-exynos4/Makefile                  |    2 +-
 arch/arm/mach-s5p64x0/Kconfig                   |    4 +
 arch/arm/mach-s5p64x0/Makefile                  |    1 +
 arch/arm/mach-s5p64x0/include/mach/map.h        |    1 +
 arch/arm/mach-s5p64x0/include/mach/pm-core.h    |  117 +++++++++++++
 arch/arm/mach-s5p64x0/include/mach/regs-clock.h |   33 ++++
 arch/arm/mach-s5p64x0/include/mach/regs-gpio.h  |   19 ++
 arch/arm/mach-s5p64x0/irq-eint.c                |    2 +
 arch/arm/mach-s5p64x0/irq-pm.c                  |   92 ++++++++++
 arch/arm/mach-s5p64x0/pm.c                      |  204 +++++++++++++++++++++++
 arch/arm/mach-s5pv210/Kconfig                   |    2 +
 arch/arm/mach-s5pv210/Makefile                  |    2 +-
 arch/arm/mach-s5pv210/sleep.S                   |   52 ------
 arch/arm/plat-s5p/Kconfig                       |   12 ++
 arch/arm/plat-s5p/Makefile                      |    4 +-
 arch/arm/{mach-exynos4 => plat-s5p}/sleep.S     |   13 +-
 18 files changed, 500 insertions(+), 66 deletions(-)
 create mode 100644 arch/arm/mach-s5p64x0/include/mach/pm-core.h
 create mode 100644 arch/arm/mach-s5p64x0/irq-pm.c
 create mode 100644 arch/arm/mach-s5p64x0/pm.c
 delete mode 100644 arch/arm/mach-s5pv210/sleep.S
 rename arch/arm/{mach-exynos4 => plat-s5p}/sleep.S (81%)

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

end of thread, other threads:[~2011-10-02  7:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-27 20:22 [PATCH V2 0/3] S5P64X0 PM Support Abhilash Kesavan
2011-09-27 20:22 ` [PATCH 1/3] ARM: S5P: Make the common S5P PM code conditionally compile Abhilash Kesavan
2011-09-27 20:22 ` [PATCH 2/3] ARM: S5P: Make the sleep code common for S5P series SoCs Abhilash Kesavan
2011-09-27 20:22 ` [PATCH 3/3] ARM: S5P64X0: Add Power Management support Abhilash Kesavan
2011-10-02  7:07 ` [PATCH V2 0/3] S5P64X0 PM Support Kukjin Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox