This patch series adds support for the Andes ATCRTC100 Real-Time Clock.
The series is now based on the rtc-next branch from:
git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git.
This V6 patch series is built upon the V5 series and has been rebased
exclusively onto the latest commit in the rtc-next branch, which
corresponds to rtc-6.17."
For details of the change log, please refer to the commit log of each
patch.
Please kindly review.
CL Wang (3):
dt-bindings: rtc: Add support for ATCRTC100 RTC
MAINTAINERS: Add entry for ATCRTC100 RTC driver
rtc: atcrtc100: Add ATCRTC100 RTC driver
.../bindings/rtc/andestech,atcrtc100.yaml | 43 ++
MAINTAINERS | 6 +
drivers/rtc/Kconfig | 15 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-atcrtc100.c | 379 ++++++++++++++++++
5 files changed, 444 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rtc/andestech,atcrtc100.yaml
create mode 100644 drivers/rtc/rtc-atcrtc100.c
--
2.34.1