mbox series

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

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

Pull-request

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

Message

Geert Uytterhoeven Jan. 27, 2023, 4:28 p.m. UTC
Hi Mike, Stephen,

The following changes since commit fbfd614aeaa2853c2c575299dfe2458db8eff67e:

  clk: renesas: cpg-mssr: Fix use after free if cpg_mssr_common_init() failed (2023-01-12 17:18:48 +0100)

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.3-tag2

for you to fetch changes up to bd176e46e9c23f669b28630cc8f3fb1b89fd610e:

  clk: renesas: r8a779g0: Add CAN-FD clocks (2023-01-26 15:13:53 +0100)

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

  - Add support for USB host/device configuration on RZ/N1,
  - Add PLL2 programming support, and CAN-FD clocks on R-Car V4H,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (3):
      clk: renesas: cpg-mssr: Remove superfluous check in resume code
      clk: renesas: r8a779g0: Add custom clock for PLL2
      clk: renesas: r8a779g0: Add CAN-FD clocks

Herve Codina (1):
      clk: renesas: r9a06g032: Handle h2mode setting based on USBF presence

Kuninori Morimoto (2):
      clk: renesas: r8a779a0: Tidy up DMAC name on SYS-DMAC
      clk: renesas: r8a779g0: Tidy up DMAC name on SYS-DMAC

 drivers/clk/renesas/r8a779a0-cpg-mssr.c |   4 +-
 drivers/clk/renesas/r8a779g0-cpg-mssr.c |  20 ++--
 drivers/clk/renesas/r9a06g032-clocks.c  |  28 ++++++
 drivers/clk/renesas/rcar-gen4-cpg.c     | 156 ++++++++++++++++++++++++++++++++
 drivers/clk/renesas/rcar-gen4-cpg.h     |   1 +
 drivers/clk/renesas/renesas-cpg-mssr.c  |   5 +-
 6 files changed, 200 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 Jan. 27, 2023, 9:07 p.m. UTC | #1
Quoting Geert Uytterhoeven (2023-01-27 08:28:38)
>         Hi Mike, Stephen,
> 
> The following changes since commit fbfd614aeaa2853c2c575299dfe2458db8eff67e:
> 
>   clk: renesas: cpg-mssr: Fix use after free if cpg_mssr_common_init() failed (2023-01-12 17:18:48 +0100)
> 
> 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.3-tag2
> 
> for you to fetch changes up to bd176e46e9c23f669b28630cc8f3fb1b89fd610e:
> 
>   clk: renesas: r8a779g0: Add CAN-FD clocks (2023-01-26 15:13:53 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next