soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas fixes for v5.14
@ 2021-07-14  9:23 Geert Uytterhoeven
  2021-07-14  9:23 ` Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2021-07-14  9:23 UTC (permalink / raw)
  To: soc, Arnd Bergmann, Olof Johansson
  Cc: Michael Turquette, Stephen Boyd, Magnus Damm, Rob Herring,
	linux-arm-kernel, linux-clk, devicetree, linux-renesas-soc,
	Geert Uytterhoeven

	Hi soc folks,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-fixes-for-v5.14-tag1

for you to fetch changes up to 432b52eea3dcf48083bafa4b2b6ef5b054ead609:

  ARM: shmobile: defconfig: Restore graphical consoles (2021-07-13 09:45:51 +0200)

----------------------------------------------------------------
Renesas fixes for v5.14

  - Fix a clock/reset handling design issue on the new RZ/G2L SoC,
    requiring an atomic change to DT binding definitions, clock driver,
    and DTS,
  - Restore graphical consoles in the shmobile_defconfig.

Background for the first part: after queuing the initial support for the
new Renesas RZ/G2{L,LC} SoCs for v5.14, we discovered an issue with the
way how clocks and resets are handled for modules more complex than
serial ports and i2c controllers.  Fixing that required a redesign of
the DT binding definitions, which are a hard dependency for both the
clock/reset driver and DTS.
As all future changes to the RZ/G2L clock driver and DTS files depend on
this, it would be good if this would make it for v5.14-rc2.

Sorry for the mess, and thanks for pulling!

----------------------------------------------------------------
Biju Das (5):
      clk: renesas: rzg2l: Add multi clock PM support
      clk: renesas: r9a07g044: Rename divider table
      clk: renesas: r9a07g044: Fix P1 Clock
      clk: renesas: r9a07g044: Add P2 Clock support
      dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitions

Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Restore graphical consoles

 arch/arm/configs/shmobile_defconfig        |   1 +
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi |   4 +-
 drivers/clk/renesas/r9a07g044-cpg.c        |  79 ++++++----
 drivers/clk/renesas/renesas-rzg2l-cpg.c    | 110 +++++++-------
 drivers/clk/renesas/renesas-rzg2l-cpg.h    |  37 +++--
 include/dt-bindings/clock/r9a07g044-cpg.h  | 236 ++++++++++++++++++++++-------
 6 files changed, 320 insertions(+), 147 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

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

* [GIT PULL] Renesas fixes for v5.14
  2021-07-14  9:23 [GIT PULL] Renesas fixes for v5.14 Geert Uytterhoeven
@ 2021-07-14  9:23 ` Geert Uytterhoeven
  2021-07-16 21:22 ` patchwork-bot+linux-soc
  2021-07-16 21:24 ` Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2021-07-14  9:23 UTC (permalink / raw)
  To: soc, Arnd Bergmann, Olof Johansson
  Cc: Michael Turquette, Stephen Boyd, Magnus Damm, Rob Herring,
	linux-arm-kernel, linux-clk, devicetree, linux-renesas-soc,
	Geert Uytterhoeven

	Hi soc folks,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-fixes-for-v5.14-tag1

for you to fetch changes up to 432b52eea3dcf48083bafa4b2b6ef5b054ead609:

  ARM: shmobile: defconfig: Restore graphical consoles (2021-07-13 09:45:51 +0200)

----------------------------------------------------------------
Renesas fixes for v5.14

  - Fix a clock/reset handling design issue on the new RZ/G2L SoC,
    requiring an atomic change to DT binding definitions, clock driver,
    and DTS,
  - Restore graphical consoles in the shmobile_defconfig.

Background for the first part: after queuing the initial support for the
new Renesas RZ/G2{L,LC} SoCs for v5.14, we discovered an issue with the
way how clocks and resets are handled for modules more complex than
serial ports and i2c controllers.  Fixing that required a redesign of
the DT binding definitions, which are a hard dependency for both the
clock/reset driver and DTS.
As all future changes to the RZ/G2L clock driver and DTS files depend on
this, it would be good if this would make it for v5.14-rc2.

Sorry for the mess, and thanks for pulling!

----------------------------------------------------------------
Biju Das (5):
      clk: renesas: rzg2l: Add multi clock PM support
      clk: renesas: r9a07g044: Rename divider table
      clk: renesas: r9a07g044: Fix P1 Clock
      clk: renesas: r9a07g044: Add P2 Clock support
      dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitions

Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Restore graphical consoles

 arch/arm/configs/shmobile_defconfig        |   1 +
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi |   4 +-
 drivers/clk/renesas/r9a07g044-cpg.c        |  79 ++++++----
 drivers/clk/renesas/renesas-rzg2l-cpg.c    | 110 +++++++-------
 drivers/clk/renesas/renesas-rzg2l-cpg.h    |  37 +++--
 include/dt-bindings/clock/r9a07g044-cpg.h  | 236 ++++++++++++++++++++++-------
 6 files changed, 320 insertions(+), 147 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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] Renesas fixes for v5.14
  2021-07-14  9:23 [GIT PULL] Renesas fixes for v5.14 Geert Uytterhoeven
  2021-07-14  9:23 ` Geert Uytterhoeven
@ 2021-07-16 21:22 ` patchwork-bot+linux-soc
  2021-07-16 21:24 ` Arnd Bergmann
  2 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2021-07-16 21:22 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (refs/heads/arm/fixes):

On Wed, 14 Jul 2021 11:23:50 +0200 you wrote:
> Hi soc folks,
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Renesas fixes for v5.14
    https://git.kernel.org/soc/soc/c/e0129a0e826e

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [GIT PULL] Renesas fixes for v5.14
  2021-07-14  9:23 [GIT PULL] Renesas fixes for v5.14 Geert Uytterhoeven
  2021-07-14  9:23 ` Geert Uytterhoeven
  2021-07-16 21:22 ` patchwork-bot+linux-soc
@ 2021-07-16 21:24 ` Arnd Bergmann
  2021-07-16 21:24   ` Arnd Bergmann
  2 siblings, 1 reply; 5+ messages in thread
From: Arnd Bergmann @ 2021-07-16 21:24 UTC (permalink / raw)
  To: Olof Johansson, soc, Geert Uytterhoeven
  Cc: Arnd Bergmann, Rob Herring, devicetree, linux-clk,
	Michael Turquette, Magnus Damm, linux-arm-kernel, Stephen Boyd,
	linux-renesas-soc

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 14 Jul 2021 11:23:50 +0200, Geert Uytterhoeven wrote:
> 	Hi soc folks,
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: e0129a0e826eda3b61f094afe52fd742bbc1923a

       Arnd

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

* Re: [GIT PULL] Renesas fixes for v5.14
  2021-07-16 21:24 ` Arnd Bergmann
@ 2021-07-16 21:24   ` Arnd Bergmann
  0 siblings, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2021-07-16 21:24 UTC (permalink / raw)
  To: Olof Johansson, soc, Geert Uytterhoeven
  Cc: Arnd Bergmann, Rob Herring, devicetree, linux-clk,
	Michael Turquette, Magnus Damm, linux-arm-kernel, Stephen Boyd,
	linux-renesas-soc

From: Arnd Bergmann <arnd@arndb.de>

On Wed, 14 Jul 2021 11:23:50 +0200, Geert Uytterhoeven wrote:
> 	Hi soc folks,
> 
> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
> 
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
> 
> are available in the Git repository at:
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: e0129a0e826eda3b61f094afe52fd742bbc1923a

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-07-16 21:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14  9:23 [GIT PULL] Renesas fixes for v5.14 Geert Uytterhoeven
2021-07-14  9:23 ` Geert Uytterhoeven
2021-07-16 21:22 ` patchwork-bot+linux-soc
2021-07-16 21:24 ` Arnd Bergmann
2021-07-16 21:24   ` Arnd Bergmann

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).