All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] clk: renesas: Updates for v5.14 (take two)
@ 2021-06-11  9:47 Geert Uytterhoeven
  2021-06-21 23:33 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-06-11  9:47 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] clk: renesas: Updates for v5.14 (take two)
  2021-06-11  9:47 [GIT PULL] clk: renesas: Updates for v5.14 (take two) Geert Uytterhoeven
@ 2021-06-21 23:33 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-06-21 23:33 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-21 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-11  9:47 [GIT PULL] clk: renesas: Updates for v5.14 (take two) Geert Uytterhoeven
2021-06-21 23:33 ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.