soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] Renesas SoC updates for v6.10
@ 2024-04-12 10:01 Geert Uytterhoeven
  2024-04-12 10:01 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-04-12 10:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

	Hi SoC folks,

This is my first pull request for the inclusion of Renesas SoC updates
for v6.10.

It consists of 4 parts:

  [GIT PULL 1/4] Renesas ARM defconfig updates for v6.10

    - Enable support for the Renesas RZ/G2L display unit, DA9062 PMIC, and
      RZ/V2H (R9A09G057) SoC in the ARM64 defconfig,
    - Refresh shmobile_defconfig for v6.9-rc1.

  [GIT PULL 2/4] Renesas driver updates for v6.10

    - Identify the new RZ/V2H (R9A09G057) SoC,
    - Enable support for the TMU (Timer Unit) on R-Car Gen2 SoCs.

  [GIT PULL 3/4] Renesas DT binding updates for v6.10

    - Document support for the Renesas RZ/V2H(P) (R9A09G057) SoC variants.

  [GIT PULL 4/4] Renesas DTS updates for v6.10

    - Add HDMI capture support for the Function expansion board for the
      Eagle development board,
    - Add PMIC support for the RZ/G2UL SMARC EVK development board,
    - Add thermal, more serial ((H)SCIF), and timer (CMT and TMU) support
      for the R-Car V4M SoC,
    - Add Timer Unit (TMU) support for the R-Mobile APE6, R-Car Gen2, and
      RZ/G1 SoCs,
    - Miscellaneous fixes and improvements.

Thanks for pulling!

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] 8+ messages in thread

* [GIT PULL 1/4] Renesas ARM defconfig updates for v6.10
  2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
@ 2024-04-12 10:01 ` Geert Uytterhoeven
  2024-04-12 10:01 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-04-12 10:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-defconfig-for-v6.10-tag1

for you to fetch changes up to ec78ed2e157ea6d4b66869c8a3dbe4dbac0593c6:

  ARM: shmobile: defconfig: Refresh for v6.9-rc1 (2024-04-08 11:14:11 +0200)

----------------------------------------------------------------
Renesas ARM defconfig updates for v6.10

  - Enable support for the Renesas RZ/G2L display unit, DA9062 PMIC, and
    RZ/V2H (R9A09G057) SoC in the ARM64 defconfig,
  - Refresh shmobile_defconfig for v6.9-rc1.

----------------------------------------------------------------
Biju Das (2):
      arm64: defconfig: Enable Renesas RZ/G2L display unit DRM driver
      arm64: defconfig: Enable Renesas DA9062 PMIC

Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Refresh for v6.9-rc1

Lad Prabhakar (1):
      arm64: defconfig: Enable R9A09G057 SoC

 arch/arm/configs/shmobile_defconfig | 3 ++-
 arch/arm64/configs/defconfig        | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

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

* [GIT PULL 2/4] Renesas driver updates for v6.10
  2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
  2024-04-12 10:01 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
@ 2024-04-12 10:01 ` Geert Uytterhoeven
  2024-04-12 10:01 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-04-12 10:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3d2db954d2d922a8193654f2aa09c1bdee47818a:

  soc: renesas: Enable TMU support on R-Car Gen2 (2024-03-26 09:25:06 +0100)

----------------------------------------------------------------
Renesas driver updates for v6.10

  - Identify the new RZ/V2H (R9A09G057) SoC,
  - Enable support for the TMU (Timer Unit) on R-Car Gen2 SoCs.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      soc: renesas: Enable TMU support on R-Car Gen2

Lad Prabhakar (1):
      soc: renesas: Add identification support for RZ/V2H SoC

 drivers/soc/renesas/Kconfig       |  6 ++++++
 drivers/soc/renesas/renesas-soc.c | 20 +++++++++++++++++++-
 2 files changed, 25 insertions(+), 1 deletion(-)

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

* [GIT PULL 3/4] Renesas DT binding updates for v6.10
  2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
  2024-04-12 10:01 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
  2024-04-12 10:01 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
@ 2024-04-12 10:01 ` Geert Uytterhoeven
  2024-04-12 10:01 ` [GIT PULL 4/4] Renesas DTS " Geert Uytterhoeven
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-04-12 10:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dt-bindings-for-v6.10-tag1

for you to fetch changes up to d4319f220f577156200ad43c823e22be05f34523:

  dt-bindings: arm: renesas: Document Renesas RZ/V2H(P) System Controller (2024-03-26 09:33:29 +0100)

----------------------------------------------------------------
Renesas DT binding updates for v6.10

  - Document support for the Renesas RZ/V2H(P) (R9A09G057) SoC variants.

----------------------------------------------------------------
Lad Prabhakar (2):
      dt-bindings: soc: renesas: Document Renesas RZ/V2H(P) SoC variants
      dt-bindings: arm: renesas: Document Renesas RZ/V2H(P) System Controller

 .../soc/renesas/renesas,r9a09g057-sys.yaml         | 51 ++++++++++++++++++++++
 .../devicetree/bindings/soc/renesas/renesas.yaml   |  8 ++++
 2 files changed, 59 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/renesas/renesas,r9a09g057-sys.yaml

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

* [GIT PULL 4/4] Renesas DTS updates for v6.10
  2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2024-04-12 10:01 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
@ 2024-04-12 10:01 ` Geert Uytterhoeven
  2024-04-29 16:41 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2024-04-12 10:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dts-for-v6.10-tag1

for you to fetch changes up to be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d:

  arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases (2024-04-09 09:34:52 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.10

  - Add HDMI capture support for the Function expansion board for the
    Eagle development board,
  - Add PMIC support for the RZ/G2UL SMARC EVK development board,
  - Add thermal, more serial ((H)SCIF), and timer (CMT and TMU) support
    for the R-Car V4M SoC,
  - Add Timer Unit (TMU) support for the R-Mobile APE6, R-Car Gen2, and
    RZ/G1 SoCs,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (1):
      arm64: dts: renesas: rzg2ul-smarc: Enable PMIC and built-in RTC, GPIO and ONKEY

Claudiu Beznea (1):
      arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases

Duy Nguyen (1):
      arm64: dts: renesas: r8a779h0: Add thermal nodes

Geert Uytterhoeven (8):
      ARM: dts: renesas: r8a73a4: Add TMU nodes
      ARM: dts: renesas: rzg1: Add TMU nodes
      ARM: dts: renesas: rcar-gen2: Add TMU nodes
      arm64: dts: renesas: r8a779h0: Add remaining HSCIF nodes
      arm64: dts: renesas: r8a779h0: Add SCIF nodes
      arm64: dts: renesas: gray-hawk-single: Add second debug serial port
      ARM: dts: renesas: r9a06g032: Remove duplicate interrupt-parent
      arm64: dts: renesas: gray-hawk-single: Enable nfsroot

Lad Prabhakar (1):
      ARM: dts: renesas: r7s72100: Add interrupt-names to SCIF nodes

Niklas Söderlund (1):
      arm64: dts: renesas: eagle: Add capture overlay for Function expansion board

Thanh Quan (2):
      arm64: dts: renesas: r8a779h0: Add CMT nodes
      arm64: dts: renesas: r8a779h0: Add TMU nodes

 arch/arm/boot/dts/renesas/r7s72100.dtsi            |   8 +
 arch/arm/boot/dts/renesas/r8a73a4.dtsi             |  37 +++
 arch/arm/boot/dts/renesas/r8a7742.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r8a7743.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r8a7744.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r8a7745.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r8a77470.dtsi            |  44 +++
 arch/arm/boot/dts/renesas/r8a7790.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r8a7791.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r8a7792.dtsi             |  59 ++++
 arch/arm/boot/dts/renesas/r8a7793.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r8a7794.dtsi             |  58 ++++
 arch/arm/boot/dts/renesas/r9a06g032.dtsi           |   1 -
 arch/arm64/boot/dts/renesas/Makefile               |   3 +
 .../renesas/r8a77970-eagle-function-expansion.dtso | 214 ++++++++++++++
 .../boot/dts/renesas/r8a779h0-gray-hawk-single.dts |  27 +-
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi          | 311 ++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi      |  58 ++++
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi   |   4 +-
 include/dt-bindings/clock/r8a73a4-clock.h          |   4 +
 20 files changed, 1228 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a77970-eagle-function-expansion.dtso

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

* Re: [GIT PULL 0/4] Renesas SoC updates for v6.10
  2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2024-04-12 10:01 ` [GIT PULL 4/4] Renesas DTS " Geert Uytterhoeven
@ 2024-04-29 16:41 ` patchwork-bot+linux-soc
  2024-04-29 21:00 ` patchwork-bot+linux-soc
  2024-04-30 13:40 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+linux-soc @ 2024-04-29 16:41 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: soc

Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 12 Apr 2024 12:01:36 +0200 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.10.
> 
> It consists of 4 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Renesas ARM defconfig updates for v6.10
    (no matching commit)
  - [GIT,PULL,2/4] Renesas driver updates for v6.10
    (no matching commit)
  - [GIT,PULL,3/4] Renesas DT binding updates for v6.10
    https://git.kernel.org/soc/soc/c/43719640b89c
  - [GIT,PULL,4/4] Renesas DTS updates for v6.10
    https://git.kernel.org/soc/soc/c/f45083c3435e

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] 8+ messages in thread

* Re: [GIT PULL 0/4] Renesas SoC updates for v6.10
  2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
                   ` (4 preceding siblings ...)
  2024-04-29 16:41 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
@ 2024-04-29 21:00 ` patchwork-bot+linux-soc
  2024-04-30 13:40 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+linux-soc @ 2024-04-29 21:00 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: soc

Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 12 Apr 2024 12:01:36 +0200 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.10.
> 
> It consists of 4 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Renesas ARM defconfig updates for v6.10
    (no matching commit)
  - [GIT,PULL,2/4] Renesas driver updates for v6.10
    https://git.kernel.org/soc/soc/c/7ec7695d0b49
  - [GIT,PULL,3/4] Renesas DT binding updates for v6.10
    (no matching commit)
  - [GIT,PULL,4/4] Renesas DTS updates for v6.10
    (no matching commit)

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] 8+ messages in thread

* Re: [GIT PULL 0/4] Renesas SoC updates for v6.10
  2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
                   ` (5 preceding siblings ...)
  2024-04-29 21:00 ` patchwork-bot+linux-soc
@ 2024-04-30 13:40 ` patchwork-bot+linux-soc
  6 siblings, 0 replies; 8+ messages in thread
From: patchwork-bot+linux-soc @ 2024-04-30 13:40 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: soc

Hello:

This series was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 12 Apr 2024 12:01:36 +0200 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.10.
> 
> It consists of 4 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Renesas ARM defconfig updates for v6.10
    https://git.kernel.org/soc/soc/c/c6175cf275cc
  - [GIT,PULL,2/4] Renesas driver updates for v6.10
    (no matching commit)
  - [GIT,PULL,3/4] Renesas DT binding updates for v6.10
    (no matching commit)
  - [GIT,PULL,4/4] Renesas DTS updates for v6.10
    (no matching commit)

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] 8+ messages in thread

end of thread, other threads:[~2024-04-30 13:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-12 10:01 [GIT PULL 0/4] Renesas SoC updates for v6.10 Geert Uytterhoeven
2024-04-12 10:01 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
2024-04-12 10:01 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
2024-04-12 10:01 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
2024-04-12 10:01 ` [GIT PULL 4/4] Renesas DTS " Geert Uytterhoeven
2024-04-29 16:41 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
2024-04-29 21:00 ` patchwork-bot+linux-soc
2024-04-30 13:40 ` patchwork-bot+linux-soc

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