Hi Mike, Stephen, The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +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-v5.18-tag1 for you to fetch changes up to a1bcf50a99dd1e40f0c6a963bd4f12547a89d4cd: clk: renesas: rzg2l-cpg: Add support for RZ/V2L SoC (2022-02-10 14:34:58 +0100) ---------------------------------------------------------------- clk: renesas: Updates for v5.18 - Add DMA engine (SYS-DMAC) clocks on R-Car S4-8, - Add MOST (MediaLB I/F) clocks on R-Car E3 and D3, - Add CAN-FD clocks on R-Car V3U, - Add support for the new RZ/V2L SoC, - Miscellaneous fixes and improvements. Note that the new Renesas RZ/V2L DT Binding Definitions are shared by driver and DT source files, and thus included in multiple pull requests: - "[GIT PULL 2/4] Renesas ARM DT updates for v5.18" (for soc), - "[GIT PULL] clk: renesas: Updates for v5.18" (for clk). Thanks for pulling! ---------------------------------------------------------------- Biju Das (3): dt-bindings: clock: Add R9A07G054 CPG Clock and Reset Definitions dt-bindings: clock: renesas: Document RZ/V2L SoC clk: renesas: rzg2l-cpg: Add support for RZ/V2L SoC Geert Uytterhoeven (1): Merge tag 'renesas-r9a07g054-dt-binding-defs-tag' into renesas-clk-for-v5.18 Lad Prabhakar (1): clk: renesas: r9a07g044: Update multiplier and divider values for PLL2/3 Nikita Yushchenko (1): clk: renesas: r8a7799[05]: Add MLP clocks Ulrich Hecht (1): clk: renesas: r8a779a0: Add CANFD module clock Yoshihiro Shimoda (1): clk: renesas: r8a779f0: Add SYS-DMAC clocks .../bindings/clock/renesas,rzg2l-cpg.yaml | 14 +- drivers/clk/renesas/Kconfig | 7 +- drivers/clk/renesas/Makefile | 1 + drivers/clk/renesas/r8a77990-cpg-mssr.c | 1 + drivers/clk/renesas/r8a77995-cpg-mssr.c | 1 + drivers/clk/renesas/r8a779a0-cpg-mssr.c | 1 + drivers/clk/renesas/r8a779f0-cpg-mssr.c | 2 + drivers/clk/renesas/r9a07g044-cpg.c | 426 ++++++++++++--------- drivers/clk/renesas/rzg2l-cpg.c | 6 + drivers/clk/renesas/rzg2l-cpg.h | 1 + include/dt-bindings/clock/r9a07g054-cpg.h | 229 +++++++++++ 11 files changed, 492 insertions(+), 197 deletions(-) create mode 100644 include/dt-bindings/clock/r9a07g054-cpg.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