mbox series

[GIT,PULL] clk: renesas: Updates for v6.10 (take two)

Message ID cover.1714118682.git.geert+renesas@glider.be (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk: renesas: Updates for v6.10 (take two) | expand

Pull-request

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

Message

Geert Uytterhoeven April 26, 2024, 8:10 a.m. UTC
Hi Mike, Stephen,

The following changes since commit c0516eb4cf04ac61b6fe1f86cc15b2f5f024ee78:

  clk: renesas: r8a779h0: Add timer clocks (2024-04-08 11:12:32 +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-v6.10-tag2

for you to fetch changes up to 5add5ebc4e35a703a49976abfd82e708d9aea4ad:

  clk: renesas: r9a08g045: Add support for power domains (2024-04-25 20:12:17 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v6.10 (take two)

  - Miscellaneous fixes and improvements.
  - Add SPI (MSIOF) and external interrupt (INTC-EX) clocks on R-Car
    V4M,
  - Add interrupt controller (PLIC) clock and reset on RZ/Five,
  - Prepare power domain support for RZ/G2L family members, and add
    actual support on RZ/G3S SoC.

Thanks for pulling!

----------------------------------------------------------------
Christophe JAILLET (1):
      clk: renesas: r8a7740: Remove unused div4_clk.flags field

Claudiu Beznea (7):
      dt-bindings: clock: r9a07g043-cpg: Add power domain IDs
      dt-bindings: clock: r9a07g044-cpg: Add power domain IDs
      dt-bindings: clock: r9a07g054-cpg: Add power domain IDs
      dt-bindings: clock: r9a08g045-cpg: Add power domain IDs
      dt-bindings: clock: renesas,rzg2l-cpg: Update #power-domain-cells = <1> for RZ/G3S
      clk: renesas: rzg2l: Extend power domain support
      clk: renesas: r9a08g045: Add support for power domains

Cong Dang (2):
      clk: renesas: r8a779h0: Add MSIOF clocks
      clk: renesas: r8a779h0: Add INTC-EX clock

Geert Uytterhoeven (2):
      clk: renesas: r8a779a0: Fix CANFD parent clock
      clk: renesas: shmobile: Remove unused CLK_ENABLE_ON_INIT

Lad Prabhakar (1):
      clk: renesas: r9a07g043: Add clock and reset entry for PLIC

 .../bindings/clock/renesas,rzg2l-cpg.yaml          |  18 +-
 drivers/clk/renesas/clk-r8a73a4.c                  |   2 -
 drivers/clk/renesas/clk-r8a7740.c                  |  27 ++-
 drivers/clk/renesas/clk-sh73a0.c                   |   2 -
 drivers/clk/renesas/r8a779a0-cpg-mssr.c            |   2 +-
 drivers/clk/renesas/r8a779h0-cpg-mssr.c            |   7 +
 drivers/clk/renesas/r9a07g043-cpg.c                |   9 +
 drivers/clk/renesas/r9a08g045-cpg.c                |  41 +++++
 drivers/clk/renesas/rzg2l-cpg.c                    | 199 +++++++++++++++++++--
 drivers/clk/renesas/rzg2l-cpg.h                    |  67 +++++++
 include/dt-bindings/clock/r9a07g043-cpg.h          |  52 ++++++
 include/dt-bindings/clock/r9a07g044-cpg.h          |  58 ++++++
 include/dt-bindings/clock/r9a07g054-cpg.h          |  58 ++++++
 include/dt-bindings/clock/r9a08g045-cpg.h          |  70 ++++++++
 14 files changed, 577 insertions(+), 35 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 April 30, 2024, 12:01 a.m. UTC | #1
Quoting Geert Uytterhoeven (2024-04-26 01:10:10)
>         Hi Mike, Stephen,
> 
> The following changes since commit c0516eb4cf04ac61b6fe1f86cc15b2f5f024ee78:
> 
>   clk: renesas: r8a779h0: Add timer clocks (2024-04-08 11:12:32 +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-v6.10-tag2
> 
> for you to fetch changes up to 5add5ebc4e35a703a49976abfd82e708d9aea4ad:
> 
>   clk: renesas: r9a08g045: Add support for power domains (2024-04-25 20:12:17 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next