All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] rtc: Add APM X-Gene SoC RTC driver
@ 2014-03-28 20:56 ` Loc Ho
  0 siblings, 0 replies; 10+ messages in thread
From: Loc Ho @ 2014-03-28 20:56 UTC (permalink / raw)
  To: linux-arm-kernel

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

Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com>
Signed-off-by: Loc Ho <lho@apm.com>
--
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          |   28 ++
 arch/arm64/boot/dts/apm-storm.dtsi                 |   21 ++
 drivers/rtc/Kconfig                                |    9 +
 drivers/rtc/Makefile                               |    1 +
 drivers/rtc/rtc-xgene.c                            |  278 ++++++++++++++++++++
 5 files changed, 337 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/xgene-rtc.txt
 create mode 100644 drivers/rtc/rtc-xgene.c

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

end of thread, other threads:[~2014-03-28 21:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-28 20:56 [PATCH 0/3] rtc: Add APM X-Gene SoC RTC driver Loc Ho
2014-03-28 20:56 ` Loc Ho
2014-03-28 20:56 ` [PATCH 1/3] Documentation: Add documentation for the APM X-Gene SoC RTC DTS binding Loc Ho
2014-03-28 20:56   ` Loc Ho
2014-03-28 20:56   ` [PATCH 2/3] rtc: Add APM X-Gene SoC RTC driver Loc Ho
2014-03-28 20:56     ` Loc Ho
2014-03-28 20:56     ` [PATCH 3/3] arm64: Add APM X-Gene SoC RTC DTS entry Loc Ho
2014-03-28 20:56       ` Loc Ho
2014-03-28 21:21     ` [rtc-linux] [PATCH 2/3] rtc: Add APM X-Gene SoC RTC driver Alessandro Zummo
2014-03-28 21:21       ` Alessandro Zummo

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.