mbox series

[GIT,PULL] clk: renesas: Updates for v6.6

Message ID cover.1690545478.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] clk: renesas: Updates for v6.6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v6.6-tag1

Message

Geert Uytterhoeven July 28, 2023, 11:59 a.m. UTC
Hi Mike, Stephen,

The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v6.6-tag1

for you to fetch changes up to dec57795efc4585d5bbca913af6683c5cce2a647:

  clk: renesas: r8a77965: Add 3DGE and ZG support (2023-07-27 14:32:46 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v6.6

  - Add graphics clock support on RZ/G2M, RZ/G2N, RZ/G2E, and R-Car H3,
    M3-W, and M3-N SoCs,
  - Add Clocked Serial Interface (CSI) clocks on RZ/V2M,
  - Add PWM (MTU3) clock and reset on RZ/G2UL and RZ/Five,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Adam Ford (4):
      clk: renesas: rcar-gen3: Add support for ZG clock
      clk: renesas: r8a774a1: Add 3DGE and ZG support
      clk: renesas: r8a774e1: Add 3DGE and ZG support
      clk: renesas: r8a774b1: Add 3DGE and ZG support

Biju Das (1):
      clk: renesas: r9a07g043: Add MTU3a clock and reset entry

Christophe JAILLET (1):
      clk: renesas: rzg2l: Simplify .determine_rate()

Fabrizio Castro (1):
      clk: renesas: r9a09g011: Add CSI related clocks

Geert Uytterhoeven (4):
      clk: renesas: emev2: Remove obsolete clkdev registration
      clk: renesas: r8a7795: Add 3DGE and ZG support
      clk: renesas: r8a7796: Add 3DGE and ZG support
      clk: renesas: r8a77965: Add 3DGE and ZG support

 drivers/clk/renesas/clk-emev2.c         |  3 ---
 drivers/clk/renesas/r8a774a1-cpg-mssr.c |  2 ++
 drivers/clk/renesas/r8a774b1-cpg-mssr.c |  2 ++
 drivers/clk/renesas/r8a774e1-cpg-mssr.c |  2 ++
 drivers/clk/renesas/r8a7795-cpg-mssr.c  |  2 ++
 drivers/clk/renesas/r8a7796-cpg-mssr.c  |  2 ++
 drivers/clk/renesas/r8a77965-cpg-mssr.c |  2 ++
 drivers/clk/renesas/r9a07g043-cpg.c     |  3 +++
 drivers/clk/renesas/r9a09g011-cpg.c     | 15 ++++++++++++++
 drivers/clk/renesas/rcar-gen3-cpg.c     | 35 +++++++++++++++++++++++++++++----
 drivers/clk/renesas/rcar-gen3-cpg.h     |  1 +
 drivers/clk/renesas/rzg2l-cpg.c         |  8 +-------
 12 files changed, 63 insertions(+), 14 deletions(-)

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 July 28, 2023, 9:29 p.m. UTC | #1
Quoting Geert Uytterhoeven (2023-07-28 04:59:48)
>         Hi Mike, Stephen,
> 
> The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
> 
>   Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-clk-for-v6.6-tag1
> 
> for you to fetch changes up to dec57795efc4585d5bbca913af6683c5cce2a647:
> 
>   clk: renesas: r8a77965: Add 3DGE and ZG support (2023-07-27 14:32:46 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next