linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] rtc: Add ASPEED RTC driver
@ 2019-03-27  1:02 Joel Stanley
  2019-03-27  1:02 ` [PATCH v3 1/2] dt-bindings: rtc: Add on-chip ASPEED RTC documentation Joel Stanley
  2019-03-27  1:02 ` [PATCH v3 2/2] rtc: Add ASPEED RTC driver Joel Stanley
  0 siblings, 2 replies; 5+ messages in thread
From: Joel Stanley @ 2019-03-27  1:02 UTC (permalink / raw)
  To: Alexandre Belloni, Alessandro Zummo, Rob Herring, Mark Rutland
  Cc: Andrew Jeffery, linux-rtc, devicetree, linux-arm-kernel,
	linux-aspeed

v3: Remove unnecessary locking, use ptR
v2: Address review from Alexandre

Joel Stanley (2):
  dt-bindings: rtc: Add on-chip ASPEED RTC documentation
  rtc: Add ASPEED RTC driver

 .../devicetree/bindings/rtc/rtc-aspeed.txt    |  22 +++
 drivers/rtc/Kconfig                           |  11 ++
 drivers/rtc/Makefile                          |   1 +
 drivers/rtc/rtc-aspeed.c                      | 138 ++++++++++++++++++
 4 files changed, 172 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/rtc-aspeed.txt
 create mode 100644 drivers/rtc/rtc-aspeed.c

-- 
2.20.1


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

end of thread, other threads:[~2019-03-27 10:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-27  1:02 [PATCH v3 0/2] rtc: Add ASPEED RTC driver Joel Stanley
2019-03-27  1:02 ` [PATCH v3 1/2] dt-bindings: rtc: Add on-chip ASPEED RTC documentation Joel Stanley
2019-03-27 10:37   ` Alexandre Belloni
2019-03-27  1:02 ` [PATCH v3 2/2] rtc: Add ASPEED RTC driver Joel Stanley
2019-03-27 10:37   ` Alexandre Belloni

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