Hello Linus, Here is the RTC subsystem pull request for 6.12. We get more conversions of DT bindings to yaml. There is one new driver, for the DFRobot SD2405AL and support for important features of the stm32 RTC. The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b: Linux 6.11-rc1 (2024-07-28 14:19:55 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git tags/rtc-6.12 for you to fetch changes up to 690286214916f32d75de2667ec0fcfa9c3f4eefb: rtc: rc5t619: use proper module tables (2024-09-22 01:17:35 +0200) ---------------------------------------------------------------- RTC for 6.12 New driver: - DFRobot SD2405AL Drivers: - stm32: add alarm A out and LSCO support - sun6i: disable automatic clock input switching - m48t59: set range ---------------------------------------------------------------- Abhishek Tamboli (1): rtc: m48t59: Remove division condition with direct comparison Alexandre Belloni (1): rtc: m48t59: set range Andreas Kemnade (1): rtc: rc5t619: use proper module tables Chen Ni (1): rtc: twl: convert comma to semicolon Karthikeyan Krishnasamy (1): dt-bindings: rtc: microcrystal,rv3028: add #clock-cells property Krzysztof Kozlowski (1): rtc: at91sam9: fix OF node leak in probe() error path Michael Walle (1): rtc: sun6i: disable automatic clock input switching Rob Herring (Arm) (2): rtc: s35390a: Drop vendorless compatible string from match table dt-bindings: rtc: Drop non-trivial duplicate compatibles Stanislav Jakubek (1): dt-bindings: rtc: sprd,sc2731-rtc: convert to YAML Tóth János (3): rtc: Add driver for SD2405AL dt-bindings: rtc: Add support for SD2405AL. dt-bindings: vendor-prefixes: Add DFRobot. Valentin Caron (4): dt-bindings: rtc: stm32: describe pinmux nodes rtc: stm32: add pinctrl and pinmux interfaces rtc: stm32: add Low Speed Clock Output (LSCO) support rtc: stm32: add alarm A out feature .../bindings/rtc/microcrystal,rv3028.yaml | 3 + .../devicetree/bindings/rtc/sprd,sc2731-rtc.yaml | 49 ++++ .../devicetree/bindings/rtc/sprd,sc27xx-rtc.txt | 26 -- .../devicetree/bindings/rtc/st,stm32-rtc.yaml | 28 ++ .../devicetree/bindings/rtc/trivial-rtc.yaml | 9 +- .../devicetree/bindings/vendor-prefixes.yaml | 2 + MAINTAINERS | 6 + drivers/rtc/Kconfig | 16 ++ drivers/rtc/Makefile | 1 + drivers/rtc/rtc-at91sam9.c | 1 + drivers/rtc/rtc-m48t59.c | 4 +- drivers/rtc/rtc-rc5t619.c | 13 +- drivers/rtc/rtc-s35390a.c | 1 - drivers/rtc/rtc-sd2405al.c | 227 +++++++++++++++++ drivers/rtc/rtc-stm32.c | 281 +++++++++++++++++++++ drivers/rtc/rtc-sun6i.c | 1 + drivers/rtc/rtc-twl.c | 4 +- 17 files changed, 633 insertions(+), 39 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/sprd,sc2731-rtc.yaml delete mode 100644 Documentation/devicetree/bindings/rtc/sprd,sc27xx-rtc.txt create mode 100644 drivers/rtc/rtc-sd2405al.c -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com