linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: renesas: Updates for v5.15
@ 2021-07-30 13:44 Geert Uytterhoeven
  2021-07-31  8:00 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2021-07-30 13:44 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

	Hi Mike, Stephen,

The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

  Linux 5.14-rc2 (2021-07-18 14:13:49 -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-v5.15-tag1

for you to fetch changes up to d28b1e03dc8d1070538ca3ea3f4e6732109ddf42:

  clk: renesas: r9a07g044: Add entry for fixed clock P0_DIV2 (2021-07-26 14:15:23 +0200)

----------------------------------------------------------------
clk: renesas: Updates for v5.15

  - Add display (DU and DSI) clocks on R-Car V3U,
  - Add I2C, DMAC, USB, sound (SSIF-2), GPIO, CANFD, and ADC clocks and
    resets on RZ/G2L,
  - Miscellaneous fixes and improvements.

Note:
  - This pull request is based on v5.14-rc2, as older versions do not
    include the atomic fixes to RZ/G2L DT binding definitions, clock
    driver, and DTS in renesas-fixes-for-v5.14-tag1,
  - This includes another update (append-only) to the Renesas RZ/G2L DT
    Binding Definitions, which is expected to appear in a later pull
    request for the soc tree, too.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (4):
      clk: renesas: r9a07g044: Add I2C clocks/resets
      clk: renesas: r9a07g044: Add DMAC clocks/resets
      clk: renesas: r9a07g044: Add USB clocks/resets
      clk: renesas: r9a07g044: Add SSIF-2 clock and reset entries

Dan Carpenter (2):
      clk: renesas: rzg2l: Fix a double free on error
      clk: renesas: rzg2l: Avoid mixing error pointers and NULL

Geert Uytterhoeven (3):
      clk: renesas: rzg2: Rename i2c-dvfs to iic-pmic
      clk: renesas: Rename renesas-rzg2l-cpg.[ch] to rzg2l-cpg.[ch]
      Merge tag 'renesas-r9a07g044-dt-binding-defs-tag2' into renesas-clk-for-v5.15

Kieran Bingham (2):
      clk: renesas: r8a779a0: Add the DU clock
      clk: renesas: r8a779a0: Add the DSI clocks

Lad Prabhakar (6):
      clk: renesas: rzg2l: Fix off-by-one check in rzg2l_cpg_clk_src_twocell_get()
      clk: renesas: r9a07g044: Add GPIO clock and reset entries
      clk: renesas: r9a07g044: Add clock and reset entries for CANFD
      clk: renesas: r9a07g044: Add clock and reset entries for ADC
      dt-bindings: clock: r9a07g044-cpg: Add entry for P0_DIV2 core clock
      clk: renesas: r9a07g044: Add entry for fixed clock P0_DIV2

Yang Li (2):
      clk: renesas: rzg2l: Remove unneeded semicolon
      clk: renesas: rzg2l: Fix return value and unused assignment

 drivers/clk/renesas/Makefile                       |  2 +-
 drivers/clk/renesas/r8a774a1-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a774b1-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a774c0-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a774e1-cpg-mssr.c            |  2 +-
 drivers/clk/renesas/r8a779a0-cpg-mssr.c            |  5 +-
 drivers/clk/renesas/r9a07g044-cpg.c                | 72 +++++++++++++++++++++-
 .../renesas/{renesas-rzg2l-cpg.c => rzg2l-cpg.c}   | 22 +++----
 .../renesas/{renesas-rzg2l-cpg.h => rzg2l-cpg.h}   |  0
 include/dt-bindings/clock/r9a07g044-cpg.h          |  1 +
 10 files changed, 87 insertions(+), 23 deletions(-)
 rename drivers/clk/renesas/{renesas-rzg2l-cpg.c => rzg2l-cpg.c} (98%)
 rename drivers/clk/renesas/{renesas-rzg2l-cpg.h => rzg2l-cpg.h} (100%)

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.15
  2021-07-30 13:44 [GIT PULL] clk: renesas: Updates for v5.15 Geert Uytterhoeven
@ 2021-07-31  8:00 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2021-07-31  8:00 UTC (permalink / raw)
  To: Geert Uytterhoeven, Michael Turquette
  Cc: linux-clk, linux-renesas-soc, Geert Uytterhoeven

Quoting Geert Uytterhoeven (2021-07-30 06:44:42)
>         Hi Mike, Stephen,
> 
> The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:
> 
>   Linux 5.14-rc2 (2021-07-18 14:13:49 -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-v5.15-tag1
> 
> for you to fetch changes up to d28b1e03dc8d1070538ca3ea3f4e6732109ddf42:
> 
>   clk: renesas: r9a07g044: Add entry for fixed clock P0_DIV2 (2021-07-26 14:15:23 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

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

end of thread, other threads:[~2021-07-31  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 13:44 [GIT PULL] clk: renesas: Updates for v5.15 Geert Uytterhoeven
2021-07-31  8:00 ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).