mbox series

[GIT,PULL] clk: renesas: Updates for v5.14 (take two)

Message ID cover.1623404713.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Commit 7f8a37a4b69783a1b52795d92dabc0df0e84804c
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] clk: renesas: Updates for v5.14 (take two) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v5.14-tag2

Message

Geert Uytterhoeven June 11, 2021, 9:47 a.m. UTC
Hi Mike, Stephen,

The following changes since commit 790c06cc5df263cdaff748670cc65958c81b0951:

  clk: renesas: r8a77995: Add ZA2 clock (2021-05-27 15:27:28 +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.14-tag2

for you to fetch changes up to 17f0ff3d49ff1a9d4027f9c2bef4725ab41aa9a5:

  clk: renesas: Add support for R9A07G044 SoC (2021-06-10 15:46:46 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v5.14 (take two)

  - Add support for the new RZ/G2L SoC.

Note that the new Renesas RZ/G2L 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.14 (take two)" (for
    soc),
  - "[GIT PULL] clk: renesas: Updates for v5.14 (take two)" (for clk).

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      Merge tag 'renesas-r9a07g044-dt-binding-defs-tag' into renesas-clk-for-v5.14

Lad Prabhakar (4):
      dt-bindings: clock: Add r9a07g044 CPG Clock Definitions
      dt-bindings: clock: renesas: Document RZ/G2L SoC CPG driver
      clk: renesas: Add CPG core wrapper for RZ/G2L SoC
      clk: renesas: Add support for R9A07G044 SoC

 .../bindings/clock/renesas,rzg2l-cpg.yaml          |  83 +++
 drivers/clk/renesas/Kconfig                        |   9 +
 drivers/clk/renesas/Makefile                       |   2 +
 drivers/clk/renesas/r9a07g044-cpg.c                | 127 ++++
 drivers/clk/renesas/renesas-rzg2l-cpg.c            | 750 +++++++++++++++++++++
 drivers/clk/renesas/renesas-rzg2l-cpg.h            | 136 ++++
 include/dt-bindings/clock/r9a07g044-cpg.h          |  89 +++
 7 files changed, 1196 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/renesas,rzg2l-cpg.yaml
 create mode 100644 drivers/clk/renesas/r9a07g044-cpg.c
 create mode 100644 drivers/clk/renesas/renesas-rzg2l-cpg.c
 create mode 100644 drivers/clk/renesas/renesas-rzg2l-cpg.h
 create mode 100644 include/dt-bindings/clock/r9a07g044-cpg.h

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

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

Comments

Stephen Boyd June 21, 2021, 11:33 p.m. UTC | #1
Quoting Geert Uytterhoeven (2021-06-11 02:47:32)
>         Hi Mike, Stephen,
> 
> The following changes since commit 790c06cc5df263cdaff748670cc65958c81b0951:
> 
>   clk: renesas: r8a77995: Add ZA2 clock (2021-05-27 15:27:28 +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.14-tag2
> 
> for you to fetch changes up to 17f0ff3d49ff1a9d4027f9c2bef4725ab41aa9a5:
> 
>   clk: renesas: Add support for R9A07G044 SoC (2021-06-10 15:46:46 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next