linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] rtc: omap dt support (for am33xx)
@ 2012-10-19  9:59 Afzal Mohammed
  2012-10-19  9:59 ` [PATCH v4 1/5] rtc: omap: kicker mechanism support Afzal Mohammed
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Afzal Mohammed @ 2012-10-19  9:59 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Grant Likely, Rob Herring, Rob Landley, Sekhar Nori, Kevin Hilman,
	Russell King, Alessandro Zummo, devicetree-discuss, linux-doc,
	linux-kernel, davinci-linux-open-source, linux-arm-kernel,
	rtc-linux, Daniel Mack, Afzal Mohammed

Hi Andrew,

This series enhances rtc-omap driver so as to be usable on
am33xx SoC by adding DT support (Beagle Bone uses am33xx).
This is a revised version of series that was posted on
27th July 2012 with the subject,
"omap-am33xx rtc dt support".
It seems rtc maintainer in inactive and hence sending it you.

Please help this reach mainline.

Brief:
Enhance rtc-omap driver to make it DT capable. This is
required to support boards that boot only with DT like
Beagle Bone. rtc-omap driver is used in DaVinci platforms
and they are also now going DT way, and these changes make
their DT migration easier. rtc-omap driver is made
intelligent enough to handle kicker mechanism. This also
helps in removing kicker mechanism support done for DaVinci
at platform level.

This series has been made over 3.7-rc1

This has been tested on Beaglebone (am33xx platform) and on
DaVinci da850 evm.

Regards
Afzal

v4:
 Resolve build error during module build
 Improve DT documentation

v3:
 Remove unit address in DT node
 Use readb/writeb instead of __raw_* variants
 Remove unnecessary parens

v2:
 Use device name da830-rtc instead of am1808-rtc, similar change in
 compatible for DT
 Newly added register name made similar to that existing in the driver
 Better commit message description
 Modify Kconfig help, resolve checkpatch warning


Afzal Mohammed (4):
  rtc: omap: kicker mechanism support
  ARM: davinci: remove rtc kicker release
  rtc: omap: dt support
  rtc: omap: depend on am33xx

Vaibhav Hiremath (1):
  rtc: omap: Add runtime pm support

 Documentation/devicetree/bindings/rtc/rtc-omap.txt | 17 +++++
 arch/arm/mach-davinci/devices-da8xx.c              | 13 +---
 drivers/rtc/Kconfig                                | 10 +--
 drivers/rtc/rtc-omap.c                             | 80 +++++++++++++++++++++-
 4 files changed, 101 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/rtc-omap.txt

-- 
1.7.12


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

end of thread, other threads:[~2012-10-29  8:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-19  9:59 [PATCH v4 0/5] rtc: omap dt support (for am33xx) Afzal Mohammed
2012-10-19  9:59 ` [PATCH v4 1/5] rtc: omap: kicker mechanism support Afzal Mohammed
2012-10-19  9:59 ` [PATCH v4 2/5] ARM: davinci: remove rtc kicker release Afzal Mohammed
2012-10-19  9:59 ` [PATCH v4 3/5] rtc: omap: dt support Afzal Mohammed
2012-10-21 19:51   ` Daniel Mack
2012-10-29  8:03     ` Afzal Mohammed
2012-10-19  9:59 ` [PATCH v4 4/5] rtc: omap: depend on am33xx Afzal Mohammed
2012-10-19  9:59 ` [PATCH v4 5/5] rtc: omap: Add runtime pm support Afzal Mohammed

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