Hello Linus, Here is the pull request for the RTC subsystem. A new driver represents the bulk of the changes and then we get the usual small fixes. The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-5.19 for you to fetch changes up to f78e3d407a339ffdd2620140300f821ea41118f4: rtc: mxc: Silence a clang warning (2022-06-01 23:19:17 +0200) ---------------------------------------------------------------- RTC for 5.19 New driver: - Renesas RZN1 rtc Drivers: - sun6i: Add nvmem support ---------------------------------------------------------------- Dan Carpenter (1): rtc: rzn1: Fix error code in probe Fabio Estevam (3): dt-binding: pcf85063: Add an entry for pca85073a rtc: pcf85063: Add a compatible entry for pca85073a rtc: mxc: Silence a clang warning Miaoqian Lin (1): rtc: ftrtc010: Fix error handling in ftrtc010_rtc_probe Michel Pollet (1): rtc: rzn1: Add new RTC driver Minghao Chi (1): rtc: simplify the return expression of rx8025_set_offset() Miquel Raynal (6): dt-bindings: rtc: rzn1: Describe the RZN1 RTC rtc: rzn1: Add alarm support rtc: rzn1: Add oscillator offset support MAINTAINERS: Add myself as maintainer of the RZN1 RTC driver rtc: rzn1: Avoid mixing variables rtc: rzn1: Fix a variable type Nobuhiro Iwamatsu (1): rtc: meson: Fix email address in MODULE_AUTHOR Samuel Holland (1): rtc: sun6i: Add NVMEM provider Yang Li (1): rtc: rzn1: fix platform_no_drv_owner.cocci warning Yang Yingliang (1): rtc: mt6397: check return value after calling platform_get_resource() Yuan Can (1): rtc: gamecube: Add missing iounmap in gamecube_rtc_read_offset_from_sram .../devicetree/bindings/rtc/nxp,pcf85063.txt | 1 + .../devicetree/bindings/rtc/renesas,rzn1-rtc.yaml | 70 ++++ MAINTAINERS | 8 + drivers/rtc/Kconfig | 7 + drivers/rtc/Makefile | 1 + drivers/rtc/rtc-ftrtc010.c | 34 +- drivers/rtc/rtc-gamecube.c | 1 + drivers/rtc/rtc-meson.c | 2 +- drivers/rtc/rtc-mt6397.c | 2 + drivers/rtc/rtc-mxc.c | 2 +- drivers/rtc/rtc-pcf85063.c | 2 + drivers/rtc/rtc-rx8025.c | 7 +- drivers/rtc/rtc-rzn1.c | 418 +++++++++++++++++++++ drivers/rtc/rtc-sun6i.c | 42 +++ 14 files changed, 579 insertions(+), 18 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/renesas,rzn1-rtc.yaml create mode 100644 drivers/rtc/rtc-rzn1.c -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com