Hi Mike, Stephen, The following changes since commit 52bc5ea6edde35bc65ed6ecd7639534e78002c74: clk: renesas: rzg2: Mark RWDT clocks as critical (2020-06-22 16:54:32 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v5.9-tag2 for you to fetch changes up to c8a53fa1d211936ddcabf82ff991c18672b3d63a: clk: renesas: cpg-mssr: Add r8a774e1 support (2020-07-13 10:36:33 +0200) ---------------------------------------------------------------- clk: renesas: Updates for v5.9 (take two) - Add support for the new RZ/G2H (R8A774E1) SoC. Note that the new Renesas RZ/G2H DT Binding Definitions are shared by driver and DT source files, and thus included in multiple pull requests: - "[GIT PULL 1/3] Renesas ARM DT updates for v5.9 (take two)" (for arm-soc), - "[GIT PULL 2/3] Renesas driver updates for v5.9" (for arm-soc), - "[GIT PULL] clk: renesas: Updates for v5.9 (take two)" (for clk). Thanks for pulling! ---------------------------------------------------------------- Geert Uytterhoeven (1): Merge tag 'renesas-r8a774e1-dt-binding-defs-tag' into clk-renesas-for-v5.9 Marian-Cristian Rotariu (4): dt-bindings: power: Add r8a774e1 SYSC power domain definitions clk: renesas: Add r8a774e1 CPG Core Clock Definitions dt-bindings: clock: renesas,cpg-mssr: Document r8a774e1 clk: renesas: cpg-mssr: Add r8a774e1 support .../bindings/clock/renesas,cpg-mssr.yaml | 1 + drivers/clk/renesas/Kconfig | 5 + drivers/clk/renesas/Makefile | 1 + drivers/clk/renesas/r8a774e1-cpg-mssr.c | 349 +++++++++++++++++++++ drivers/clk/renesas/renesas-cpg-mssr.c | 6 + drivers/clk/renesas/renesas-cpg-mssr.h | 1 + include/dt-bindings/clock/r8a774e1-cpg-mssr.h | 59 ++++ include/dt-bindings/power/r8a774e1-sysc.h | 36 +++ 8 files changed, 458 insertions(+) create mode 100644 drivers/clk/renesas/r8a774e1-cpg-mssr.c create mode 100644 include/dt-bindings/clock/r8a774e1-cpg-mssr.h create mode 100644 include/dt-bindings/power/r8a774e1-sysc.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