Hi Mike, Stephen, The following changes since commit 92850bed9d4d334ee502a035ed5750285faccbea: clk: renesas: r8a779h0: Drop CLK_PLL2_DIV2 to clarify ZCn clocks (2024-10-14 10:04:31 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v6.13-tag2 for you to fetch changes up to be20a73e03e19005cfa5c1c4d6158af1ba02f056: clk: renesas: vbattb: Add VBATTB clock driver (2024-11-03 12:25:16 +0100) ---------------------------------------------------------------- clk: renesas: Updates for v6.13 (take two) - Add RTC power domain and Battery Backup Function (VBATTB) clock support for the RZ/G3S SoC, - Add the devm_clk_hw_register_gate_parent_hw() helper, - Miscellaneous fixes and improvements. Note that this includes DT binding updates for the RZ/G3S SoC, which are shared by the clock driver and DT source files. Thanks for pulling! ---------------------------------------------------------------- Biju Das (1): clk: renesas: rzg2l: Fix FOUTPOSTDIV clk Claudiu Beznea (8): dt-bindings: clock: r9a08g045-cpg: Add power domain ID for RTC clk: renesas: rzg2l-cpg: Move PM domain power on in rzg2l_cpg_pd_setup() clk: renesas: rzg2l-cpg: Use GENPD_FLAG_* flags instead of local ones clk: renesas: r9a08g045: Mark the watchdog and always-on PM domains as IRQ safe clk: renesas: r9a08g045: Add power domain for RTC dt-bindings: clock: renesas,r9a08g045-vbattb: Document VBATTB clk: linux/clk-provider.h: Add devm_clk_hw_register_gate_parent_hw() clk: renesas: vbattb: Add VBATTB clock driver Geert Uytterhoeven (2): Merge tag 'renesas-r9a08g045-dt-binding-defs-tag2' into renesas-clk-for-v6.13 Merge tag 'renesas-r9a08g045-dt-binding-defs-tag3' into renesas-clk-for-v6.13 .../bindings/clock/renesas,r9a08g045-vbattb.yaml | 84 +++++++++ drivers/clk/renesas/Kconfig | 5 + drivers/clk/renesas/Makefile | 1 + drivers/clk/renesas/clk-vbattb.c | 205 +++++++++++++++++++++ drivers/clk/renesas/r9a08g045-cpg.c | 54 +++--- drivers/clk/renesas/rzg2l-cpg.c | 52 +++--- drivers/clk/renesas/rzg2l-cpg.h | 10 +- include/dt-bindings/clock/r9a08g045-cpg.h | 1 + .../dt-bindings/clock/renesas,r9a08g045-vbattb.h | 13 ++ include/linux/clk-provider.h | 18 ++ 10 files changed, 380 insertions(+), 63 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/renesas,r9a08g045-vbattb.yaml create mode 100644 drivers/clk/renesas/clk-vbattb.c create mode 100644 include/dt-bindings/clock/renesas,r9a08g045-vbattb.h Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds