rtc: Add driver for Nuvoton ma35d1 rtc controller
authorJacky Huang <ychuang3@nuvoton.com>
Mon, 25 Sep 2023 07:02:51 +0000 (07:02 +0000)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 17 Dec 2023 22:43:20 +0000 (23:43 +0100)
commitdc0684adf3b6be6b20fec9295027980021d30353
tree5346a300155d4d0a851dfcd57e100ccb3cc991cb
parent3767bba698707d7bad5099371b797d0fd6d39709
rtc: Add driver for Nuvoton ma35d1 rtc controller

The ma35d1 rtc controller provides real-time and calendar messaging
capabilities. It supports programmable time tick and alarm match
interrupts. The time and calendar messages are expressed in BCD format.
This driver supports the built-in rtc controller of the ma35d1. It
enables setting and reading the rtc time and configuring and reading
the rtc alarm.

Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
Link: https://lore.kernel.org/r/20230925070251.28-4-ychuang570808@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-ma35d1.c [new file with mode: 0644]