linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/2] ARM: CSR: add rtciobrg and PM sleep entry
@ 2011-08-05  2:54 Barry Song
  2011-08-05  2:54 ` [RFC PATCH 1/2] ARM: CSR: add rtc i/o bridge interface for SiRFprimaII Barry Song
  2011-08-05  2:54 ` [RFC PATCH 2/2] ARM: CSR: add PM sleep entry " Barry Song
  0 siblings, 2 replies; 21+ messages in thread
From: Barry Song @ 2011-08-05  2:54 UTC (permalink / raw)
  To: linux-arm-kernel

rtciobrg is the bridge between the RTC clock domain and the CPU interface
clock domain. ARM access the register of SYSRTC, GPSRTC and PWRC through
this module.
Then PM controller depends on rtciobrg, we access PM through rtciobrg.

Rongjun Ying (1):
  ARM: CSR: add PM sleep entry for SiRFprimaII

Zhiwu Song (1):
  ARM: CSR: add rtc i/o bridge interface for SiRFprimaII

 arch/arm/mach-prima2/Makefile        |    2 +
 arch/arm/mach-prima2/common.h        |    1 +
 arch/arm/mach-prima2/l2x0.c          |   34 +++--
 arch/arm/mach-prima2/pm.c            |  139 ++++++++++++++++++++
 arch/arm/mach-prima2/pm.h            |   32 +++++
 arch/arm/mach-prima2/rtciobrg.c      |  118 +++++++++++++++++
 arch/arm/mach-prima2/sleep.S         |  238 ++++++++++++++++++++++++++++++++++
 include/linux/rtc/sirfsoc_rtciobrg.h |   20 +++
 8 files changed, 570 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm/mach-prima2/pm.c
 create mode 100644 arch/arm/mach-prima2/pm.h
 create mode 100644 arch/arm/mach-prima2/rtciobrg.c
 create mode 100644 arch/arm/mach-prima2/sleep.S
 create mode 100644 include/linux/rtc/sirfsoc_rtciobrg.h



Member of the CSR plc group of companies. CSR plc registered in England and Wales, registered number 4187346, registered office Churchill House, Cambridge Business Park, Cowley Road, Cambridge, CB4 0WZ, United Kingdom
More information can be found at www.csr.com. Follow CSR on Twitter at http://twitter.com/CSR_PLC and read our blog at www.csr.com/blog

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

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

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-05  2:54 [RFC PATCH 0/2] ARM: CSR: add rtciobrg and PM sleep entry Barry Song
2011-08-05  2:54 ` [RFC PATCH 1/2] ARM: CSR: add rtc i/o bridge interface for SiRFprimaII Barry Song
2011-08-05 10:09   ` Jamie Iles
2011-08-05 11:28     ` Barry Song
2011-08-05 11:32       ` Jamie Iles
2011-08-05 12:19         ` Barry Song
2011-08-05  2:54 ` [RFC PATCH 2/2] ARM: CSR: add PM sleep entry " Barry Song
2011-08-12 13:54   ` Arnd Bergmann
2011-08-17  1:37     ` Barry Song
2011-08-17 11:48       ` Arnd Bergmann
2011-08-18  2:01         ` Barry Song
2011-08-18 10:35           ` Arnd Bergmann
2011-08-18 11:58             ` Barry Song
2011-08-14  7:59   ` Russell King - ARM Linux
2011-08-15  7:43     ` Barry Song
2011-08-15  7:54       ` Barry Song
2011-08-15  8:20       ` Russell King - ARM Linux
2011-08-15  8:27         ` Barry Song
2011-08-16  1:34           ` Barry Song
2011-08-21  8:53             ` Russell King - ARM Linux
2011-08-21 12:54               ` Barry Song

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).