All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] S5PV210 PM Support (suspend-to-mem)
@ 2010-06-14  8:39 MyungJoo Ham
  2010-06-14  8:39 ` [PATCH 1/6] S5PV210 Add IRQ/EINT register information for the CPU MyungJoo Ham
  2010-06-15  3:45 ` [PATCH 0/6] S5PV210 PM Support (suspend-to-mem) Kukjin Kim
  0 siblings, 2 replies; 11+ messages in thread
From: MyungJoo Ham @ 2010-06-14  8:39 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set supports S5PV210/S5PC110 PM (suspend-to-mem).

MyungJoo Ham (8):
  S5PV210 Add IRQ/EINT register information for the CPU.
  S5PV210 add clock registers for the CPU.
  S5PV210 added register mappings
  S5PV210 GPIO relataed registers are added.
  S5PV210 added EINT-GPIO register mappings
  S5PV210 PM Support (suspend-to-mem)

 arch/arm/mach-s5pv210/Makefile                  |    4 +
 arch/arm/mach-s5pv210/include/mach/irqs.h       |    9 +
 arch/arm/mach-s5pv210/include/mach/map.h        |   45 +++
 arch/arm/mach-s5pv210/include/mach/regs-clock.h |  467 ++++++++++++++++++++++-
 arch/arm/mach-s5pv210/include/mach/regs-gpio.h  |  121 ++++++
 arch/arm/mach-s5pv210/include/mach/regs-irq.h   |    6 +
 arch/arm/plat-s5p/Makefile                      |    3 +
 arch/arm/plat-s5p/include/plat/gpio-ext.h       |   44 +++
 arch/arm/plat-s5p/include/plat/map-s5p.h        |    1 +
 arch/arm/plat-s5p/sleep.S                       |  248 ++++++++++++
 arch/arm/plat-samsung/include/plat/pm-core.h    |   53 +++
 arch/arm/plat-samsung/include/plat/pm.h         |   13 +
 arch/arm/plat-samsung/pm-gpio.c                 |    4 +-
 arch/arm/plat-samsung/pm.c                      |   75 ++++-
 14 files changed, 1082 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/plat-s5p/include/plat/gpio-ext.h
 create mode 100644 arch/arm/plat-s5p/sleep.S
 create mode 100644 arch/arm/plat-samsung/include/plat/pm-core.h

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

end of thread, other threads:[~2010-06-15  6:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-14  8:39 [PATCH 0/6] S5PV210 PM Support (suspend-to-mem) MyungJoo Ham
2010-06-14  8:39 ` [PATCH 1/6] S5PV210 Add IRQ/EINT register information for the CPU MyungJoo Ham
2010-06-14  8:39   ` [PATCH 2/6] S5PV210 add clock registers " MyungJoo Ham
2010-06-14  8:39     ` [PATCH 3/6] S5PV210 added register mappings MyungJoo Ham
2010-06-14  8:39       ` [PATCH 4/6] S5PV210 GPIO relataed registers are added MyungJoo Ham
2010-06-14  8:39         ` [PATCH 5/6] S5PV210 added EINT-GPIO register mappings MyungJoo Ham
2010-06-14  8:39           ` [PATCH 6/6] S5PV210 PM Support Main (suspend-to-mem) MyungJoo Ham
2010-06-15  5:59       ` [PATCH 3/6] S5PV210 added register mappings Kukjin Kim
2010-06-15  4:20     ` [PATCH 2/6] S5PV210 add clock registers for the CPU Kukjin Kim
2010-06-15  6:05   ` [PATCH 1/6] S5PV210 Add IRQ/EINT register information " Kukjin Kim
2010-06-15  3:45 ` [PATCH 0/6] S5PV210 PM Support (suspend-to-mem) Kukjin Kim

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.