Hi soc folks, The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-fixes-for-v5.14-tag1 for you to fetch changes up to 432b52eea3dcf48083bafa4b2b6ef5b054ead609: ARM: shmobile: defconfig: Restore graphical consoles (2021-07-13 09:45:51 +0200) ---------------------------------------------------------------- Renesas fixes for v5.14 - Fix a clock/reset handling design issue on the new RZ/G2L SoC, requiring an atomic change to DT binding definitions, clock driver, and DTS, - Restore graphical consoles in the shmobile_defconfig. Background for the first part: after queuing the initial support for the new Renesas RZ/G2{L,LC} SoCs for v5.14, we discovered an issue with the way how clocks and resets are handled for modules more complex than serial ports and i2c controllers. Fixing that required a redesign of the DT binding definitions, which are a hard dependency for both the clock/reset driver and DTS. As all future changes to the RZ/G2L clock driver and DTS files depend on this, it would be good if this would make it for v5.14-rc2. Sorry for the mess, and thanks for pulling! ---------------------------------------------------------------- Biju Das (5): clk: renesas: rzg2l: Add multi clock PM support clk: renesas: r9a07g044: Rename divider table clk: renesas: r9a07g044: Fix P1 Clock clk: renesas: r9a07g044: Add P2 Clock support dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitions Geert Uytterhoeven (1): ARM: shmobile: defconfig: Restore graphical consoles arch/arm/configs/shmobile_defconfig | 1 + arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 4 +- drivers/clk/renesas/r9a07g044-cpg.c | 79 ++++++---- drivers/clk/renesas/renesas-rzg2l-cpg.c | 110 +++++++------- drivers/clk/renesas/renesas-rzg2l-cpg.h | 37 +++-- include/dt-bindings/clock/r9a07g044-cpg.h | 236 ++++++++++++++++++++++------- 6 files changed, 320 insertions(+), 147 deletions(-) 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