All of lore.kernel.org
 help / color / mirror / Atom feed
From: bs14@csr.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/2] ARM: CSR: add rtciobrg and PM sleep entry
Date: Thu, 4 Aug 2011 19:54:46 -0700	[thread overview]
Message-ID: <1312512888-25070-1-git-send-email-bs14@csr.com> (raw)

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

             reply	other threads:[~2011-08-05  2:54 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-05  2:54 Barry Song [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1312512888-25070-1-git-send-email-bs14@csr.com \
    --to=bs14@csr.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.