[PATCH v3 0/3] RTC: nuvoton: Add nuvoton real time clock driver
medadyoung at gmail.com
medadyoung at gmail.com
Fri May 27 18:46:44 AEST 2022
From: Medad CChien <ctcchien at nuvoton.com>
Support Nuvoton NCT3018Y real time clock.
Changes since version 3:
- Add part number in Kconfig.
- Refactor rtc-nct3018y.c.
Changes since version 2:
- Fix errors in rtc-nct3018y.c.
- Fix warnings in rtc-nct3018y.c.
Changes since version 1:
- Add nuvoton,nct3018y property in NPCM devicetree.
- Add new property in rtc binding document.
- Add new driver for nuvoton real time clock driver.
Medad CChien (3):
dt-bindings: rtc: nuvoton: add NCT3018Y Real Time Clock
ARM: dts: nuvoton: Add nuvoton RTC3018Y node
RTC: nuvoton: Add NCT3018Y real time clock driver
.../bindings/rtc/nuvoton,nct3018y.yaml | 44 ++
MAINTAINERS | 2 +
arch/arm/boot/dts/nuvoton-npcm750-evb.dts | 6 +
drivers/rtc/Kconfig | 10 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-nct3018y.c | 560 ++++++++++++++++++
6 files changed, 623 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rtc/nuvoton,nct3018y.yaml
create mode 100644 drivers/rtc/rtc-nct3018y.c
--
2.17.1
More information about the openbmc
mailing list