linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Mediatek RTC driver
@ 2015-01-28  9:27 Eddie Huang
  2015-01-28  9:27 ` [PATCH 1/2] dt: bindings: Add Mediatek RTC driver binding document Eddie Huang
  2015-01-28  9:27 ` [PATCH 2/2] rtc: mediatek: Add MT63xx RTC driver Eddie Huang
  0 siblings, 2 replies; 15+ messages in thread
From: Eddie Huang @ 2015-01-28  9:27 UTC (permalink / raw)
  To: linux-arm-kernel

RTC is one submodule of Mediatek MT6397 PMIC chip[1]. This series 
support RTC driver that work with Mediatek SoC like MT8135, MT8173.
It implements second counter and also provide alarm function.

This series base on 3.19-rc1, and Sascha's PMIC mfd patch[1]. Test ok 
on MT8135 platform.

[1] https://lkml.org/lkml/2015/1/23/325

Eddie Huang (1):
  dt: bindings: Add Mediatek RTC driver binding document

Tianping Fang (1):
  rtc: mediatek: Add MT63xx RTC driver

 .../bindings/rtc/mediatek,mt63xx-rtc.txt           |  18 ++
 drivers/rtc/Kconfig                                |  10 +
 drivers/rtc/Makefile                               |   1 +
 drivers/rtc/rtc-mt6397.c                           | 352 +++++++++++++++++++++
 4 files changed, 381 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/rtc/mediatek,mt63xx-rtc.txt
 create mode 100644 drivers/rtc/rtc-mt6397.c

-- 
1.8.1.1.dirty

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

end of thread, other threads:[~2015-03-18  7:42 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-28  9:27 [PATCH 0/2] Add Mediatek RTC driver Eddie Huang
2015-01-28  9:27 ` [PATCH 1/2] dt: bindings: Add Mediatek RTC driver binding document Eddie Huang
2015-01-28  9:27 ` [PATCH 2/2] rtc: mediatek: Add MT63xx RTC driver Eddie Huang
2015-02-23 21:50   ` [rtc-linux] " Andrew Morton
2015-03-02  8:20     ` Eddie Huang
2015-03-02 19:35       ` Andrew Morton
2015-03-13 10:29     ` Eddie Huang
2015-03-13 10:57       ` Sascha Hauer
2015-03-16  9:52         ` Eddie Huang
2015-03-13 11:19       ` Matthias Brugger
2015-03-16 15:30   ` Uwe Kleine-König
2015-03-17 12:31     ` Eddie Huang
2015-03-17 13:43       ` Uwe Kleine-König
2015-03-18  3:27         ` Eddie Huang
2015-03-18  7:42           ` Uwe Kleine-König

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