linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add Support for MediaTek MT2712 RTC
@ 2019-07-02  3:21 Ran Bi
  2019-07-02  3:21 ` [PATCH 1/3] bindings: rtc: add bindings for " Ran Bi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Ran Bi @ 2019-07-02  3:21 UTC (permalink / raw)
  To: Alexandre Belloni, Rob Herring, Matthias Brugger
  Cc: Mark Rutland, Alessandro Zummo, srv_heupstream, devicetree,
	Ran Bi, Sean Wang, linux-kernel, Flora Fu, linux-mediatek,
	YT Shen, Yingjoe Chen, Eddie Huang, linux-arm-kernel, linux-rtc

This patchset add support to MT2712 RTC. MT2712 RTC is a SoC based RTC
with different architecture compared to MT7622 RTC.

Ran Bi (3):
  bindings: rtc: add bindings for MT2712 RTC
  rtc: Add support for the MediaTek MT2712 RTC
  arm64: dts: add rtc nodes for MT2712

 .../devicetree/bindings/rtc/rtc-mt2712.txt    |  14 +
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi     |   6 +
 drivers/rtc/Kconfig                           |  10 +
 drivers/rtc/Makefile                          |   1 +
 drivers/rtc/rtc-mt2712.c                      | 495 ++++++++++++++++++
 5 files changed, 526 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/rtc-mt2712.txt
 create mode 100644 drivers/rtc/rtc-mt2712.c

-- 
2.18.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-07-22 22:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02  3:21 [PATCH 0/3] Add Support for MediaTek MT2712 RTC Ran Bi
2019-07-02  3:21 ` [PATCH 1/3] bindings: rtc: add bindings for " Ran Bi
2019-07-22 22:51   ` Rob Herring
2019-07-02  3:21 ` [PATCH 2/3] rtc: Add support for the MediaTek " Ran Bi
2019-07-13 21:12   ` Alexandre Belloni
2019-07-17  8:54     ` Ran Bi
2019-07-17  9:06       ` Alexandre Belloni
2019-07-02  3:21 ` [PATCH 3/3] arm64: dts: add rtc nodes for MT2712 Ran Bi

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