Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1737156 > unrolled thread

[PATCH 0/4] rtc: mediatek: add support for SoC based RTC on MT7622

Started by<sean.wang@mediatek.com>
First post2017-09-22 05:40 +0200
Last post2017-09-22 05:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/4] rtc: mediatek: add support for SoC based RTC on MT7622 <sean.wang@mediatek.com> - 2017-09-22 05:40 +0200

#1737156 — [PATCH 0/4] rtc: mediatek: add support for SoC based RTC on MT7622

From<sean.wang@mediatek.com>
Date2017-09-22 05:40 +0200
Subject[PATCH 0/4] rtc: mediatek: add support for SoC based RTC on MT7622
Message-ID<usmYN-16o-5@gated-at.bofh.it>
From: Sean Wang <sean.wang@mediatek.com>

This patchset introduces support for MediaTek SoC based real time clock
(RTC) Currently, the driver is already tested successfully with hwclock
and wakealarm on MT7622 SoC. And it should also be workable on other
similar MediaTek SoCs. And patch 3 is a distinct patch used to distinguish
between either SoC based or PMIC based RTC to avoid confusion for the RTC
selection for the target SoC.

Sean Wang (4):
  dt-bindings: rtc: mediatek: add bindings for MediaTek SoC based RTC
  rtc: mediatek: add driver for RTC on MT7622 SoC
  rtc: mediatek: enhance the description for MediaTek PMIC based RTC
  rtc: mediatek: update MAINTAINERS entry with MediaTek RTC driver

 .../devicetree/bindings/rtc/rtc-mediatek.txt       |  21 ++
 MAINTAINERS                                        |   3 +
 drivers/rtc/Kconfig                                |  18 +-
 drivers/rtc/Makefile                               |   1 +
 drivers/rtc/rtc-mediatek.c                         | 398 +++++++++++++++++++++
 5 files changed, 437 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/rtc/rtc-mediatek.txt
 create mode 100644 drivers/rtc/rtc-mediatek.c

-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web