devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/3] rtc: Add APM X-Gene SoC RTC driver
@ 2014-04-10 18:47 Loc Ho
       [not found] ` <1397155678-26607-1-git-send-email-lho-qTEPVZfXA3Y@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Loc Ho @ 2014-04-10 18:47 UTC (permalink / raw)
  To: a.zummo-BfzFCNDTiLLj+vYz1yj4TQ
  Cc: rtc-linux-/JYPxA39Uh5TLH3MbocFFw,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	jcm-H+wXaHxf7aLQT0dZR+AlfA, patches-qTEPVZfXA3Y, Loc Ho,
	Rameshwar Prasad Sahu

This patch adds support for the APM X-Gene SoC RTC driver.

v4
* Clean up un-needed read RTC_CCVR register in function xgene_rtc_set_alarm
* Update suspend/resume functions to setup clock and IRQ accordingly

v3
* Remove #clock-cell from binding documentation

v2
* Change function xgene_rtc_read_time to return rtc_valid_tm(tm) instead 0

v1
* Initial version

Signed-off-by: Rameshwar Prasad Sahu <rsahu-qTEPVZfXA3Y@public.gmane.org>
Signed-off-by: Loc Ho <lho-qTEPVZfXA3Y@public.gmane.org>
--
Loc Ho (3):
  Documentation: Add documentation for the APM X-Gene SoC RTC DTS
    binding
  rtc: Add APM X-Gene SoC RTC driver
  arm64: Add APM X-Gene SoC RTC DTS entry

 .../devicetree/bindings/rtc/xgene-rtc.txt          |   27 ++
 arch/arm64/boot/dts/apm-storm.dtsi                 |   21 ++
 drivers/rtc/Kconfig                                |    9 +
 drivers/rtc/Makefile                               |    1 +
 drivers/rtc/rtc-xgene.c                            |  301 ++++++++++++++++++++
 5 files changed, 359 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/xgene-rtc.txt
 create mode 100644 drivers/rtc/rtc-xgene.c

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2014-04-11  9:28 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-10 18:47 [PATCH v4 0/3] rtc: Add APM X-Gene SoC RTC driver Loc Ho
     [not found] ` <1397155678-26607-1-git-send-email-lho-qTEPVZfXA3Y@public.gmane.org>
2014-04-10 18:47   ` [PATCH v4 1/3] Documentation: Add documentation for the APM X-Gene SoC RTC DTS binding Loc Ho
     [not found]     ` <1397155678-26607-2-git-send-email-lho-qTEPVZfXA3Y@public.gmane.org>
2014-04-10 18:47       ` [PATCH v4 2/3] rtc: Add APM X-Gene SoC RTC driver Loc Ho
     [not found]         ` <1397155678-26607-3-git-send-email-lho-qTEPVZfXA3Y@public.gmane.org>
2014-04-10 18:47           ` [PATCH v4 3/3] arm64: Add APM X-Gene SoC RTC DTS entry Loc Ho
2014-04-10 22:42           ` [PATCH v4 2/3] rtc: Add APM X-Gene SoC RTC driver Mark Brown
     [not found]             ` <20140410224244.GH6518-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-04-11  4:22               ` Loc Ho
     [not found]                 ` <CAPw-ZTns1EOT0inn0hq0Xh+CdjMkxhOkvL+_BnRThnm7HQC=BQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-04-11  9:28                   ` Mark Brown

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