All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two)
@ 2025-09-12 11:13 Geert Uytterhoeven
  2025-09-12 11:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2025-09-12 11:13 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

	Hi SoC folks,

This is my second pull request for the inclusion of Renesas SoC updates
for v6.18.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas driver updates for v6.18 (take two)

    - Identify the Renesas R-Car X5H (R8A78000) SoC.

  [GIT PULL 2/3] Renesas DT binding updates for v6.18

    - Document the R-Car X5H (R8A78000) SoC and the Ironhide board.

  [GIT PULL 3/3] Renesas DTS updates for v6.18 (take two)

    - Add pin control and I2C support for the RZ/N2H SoC and its
      evaluation board,
    - Add LED, EEPROM, eMMC, SD card, watchdog, and USB2.0 support for the
      RZ/T2H and RZ/N2H SoCs and their evaluation boards,
    - Add I3C support for the RZ/V2H and RZ/V2N SoCs,
    - Add IMX219 and IMX462 camera overlay support for the Sparrow Hawk
      board,
    - 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] 6+ messages in thread

* [GIT PULL 1/3] Renesas driver updates for v6.18 (take two)
  2025-09-12 11:13 [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) Geert Uytterhoeven
@ 2025-09-12 11:13 ` Geert Uytterhoeven
  2025-09-12 11:13 ` [GIT PULL 2/3] Renesas DT binding updates for v6.18 Geert Uytterhoeven
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2025-09-12 11:13 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 2da2740fb9c8e26b6b5e20d74f2ed1d49824236d:

  soc: renesas: rz-sysc: Add syscon/regmap support (2025-08-20 08:35:55 +0200)

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

for you to fetch changes up to 5284d0b09d1bdc695256d7240915881d71997899:

  soc: renesas: Identify R-Car X5H (2025-09-11 20:21:42 +0200)

----------------------------------------------------------------
Renesas driver updates for v6.18 (take two)

  - Identify the Renesas R-Car X5H (R8A78000) SoC.

----------------------------------------------------------------
Duy Nguyen (1):
      soc: renesas: Identify R-Car X5H

 drivers/soc/renesas/Kconfig       | 12 ++++++++++++
 drivers/soc/renesas/renesas-soc.c | 12 ++++++++++++
 2 files changed, 24 insertions(+)


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

* [GIT PULL 2/3] Renesas DT binding updates for v6.18
  2025-09-12 11:13 [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) Geert Uytterhoeven
  2025-09-12 11:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
@ 2025-09-12 11:13 ` Geert Uytterhoeven
  2025-09-12 11:13 ` [GIT PULL 3/3] Renesas DTS updates for v6.18 (take two) Geert Uytterhoeven
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2025-09-12 11:13 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

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.18-tag1

for you to fetch changes up to 1ed2786e9ef8f16204dc3f30c46412070cb7140e:

  dt-bindings: soc: renesas: Document R-Car X5H Ironhide (2025-09-11 20:20:33 +0200)

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

  - Document the R-Car X5H (R8A78000) SoC and the Ironhide board.

----------------------------------------------------------------
Kuninori Morimoto (1):
      dt-bindings: soc: renesas: Document R-Car X5H Ironhide

 Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 6 ++++++
 1 file changed, 6 insertions(+)


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

* [GIT PULL 3/3] Renesas DTS updates for v6.18 (take two)
  2025-09-12 11:13 [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) Geert Uytterhoeven
  2025-09-12 11:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
  2025-09-12 11:13 ` [GIT PULL 2/3] Renesas DT binding updates for v6.18 Geert Uytterhoeven
@ 2025-09-12 11:13 ` Geert Uytterhoeven
  2025-09-15 13:50 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
  2025-09-15 14:30 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2025-09-12 11:13 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 115b557b6f61ca279a4754b20b8686039fdb5234:

  arm64: dts: renesas: Minor whitespace cleanup (2025-08-20 09:07:05 +0200)

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

for you to fetch changes up to 5bf682d9747277a0190e82e5ae6f9e201ce002d9:

  arm64: dts: renesas: sparrow-hawk-fan-pwm: Rework hwmon comment (2025-09-12 11:15:00 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.18 (take two)

  - Add pin control and I2C support for the RZ/N2H SoC and its
    evaluation board,
  - Add LED, EEPROM, eMMC, SD card, watchdog, and USB2.0 support for the
    RZ/T2H and RZ/N2H SoCs and their evaluation boards,
  - Add I3C support for the RZ/V2H and RZ/V2N SoCs,
  - Add IMX219 and IMX462 camera overlay support for the Sparrow Hawk
    board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (2):
      arm64: dts: renesas: r9a09g047e57-smarc: Fix gpio key's pin control node
      arm64: dts: renesas: r9a09g047e57-smarc: Use Schmitt input for NMI function

John Madieu (1):
      arm64: dts: renesas: r9a09g047: Enable Tx coe support

Lad Prabhakar (17):
      arm64: dts: renesas: r9a09g087: Add pinctrl node
      arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Add user LEDs
      arm64: dts: renesas: r9a09g087m44-rzn2h-evk: Add user LEDs
      arm64: dts: renesas: rzt2h-n2h-evk-common: Add pinctrl for SCI0 node
      arm64: dts: renesas: r9a09g087m44-rzt2h-evk: Enable I2C0 and I2C1 support
      arm64: dts: renesas: rzt2h-n2h-evk-common: Enable EEPROM on I2C0
      arm64: dts: renesas: rzt2h-rzn2h-evk: Enable eMMC
      arm64: dts: renesas: rzt2h-rzn2h-evk: Enable MicroSD card slot
      arm64: dts: renesas: rzt2h-rzn2h-evk: Enable SD card slot
      arm64: dts: renesas: r9a09g077: Add WDT nodes
      arm64: dts: renesas: r9a09g087: Add WDT nodes
      arm64: dts: renesas: rzt2h-n2h-evk-common: Enable WDT2
      arm64: dts: renesas: r9a09g077: Add USB2.0 support
      arm64: dts: renesas: r9a09g087: Add USB2.0 support
      arm64: dts: renesas: rzt2h-n2h-evk: Enable USB2.0 support
      arm64: dts: renesas: r9a09g057: Add I3C node
      arm64: dts: renesas: r9a09g056: Add I3C node

Marek Vasut (2):
      arm64: dts: renesas: rcar: Rename dsi-encoder to dsi
      arm64: dts: renesas: sparrow-hawk-fan-pwm: Rework hwmon comment

Niklas Söderlund (4):
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX219 on J1
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX219 on J2
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX462 on J1
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX462 on J2

 arch/arm64/boot/dts/renesas/Makefile               |  12 ++
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |   4 +-
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          |   4 +-
 .../r8a779g3-sparrow-hawk-camera-j1-imx219.dtso    | 116 +++++++++++
 .../r8a779g3-sparrow-hawk-camera-j1-imx462.dtso    | 117 +++++++++++
 .../r8a779g3-sparrow-hawk-camera-j2-imx219.dtso    | 116 +++++++++++
 .../r8a779g3-sparrow-hawk-camera-j2-imx462.dtso    | 117 +++++++++++
 .../dts/renesas/r8a779g3-sparrow-hawk-fan-pwm.dtso |  15 +-
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi         |  10 +-
 arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts |   7 +-
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi         |  33 ++++
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi         |  33 ++++
 arch/arm64/boot/dts/renesas/r9a09g077.dtsi         | 107 ++++++++++
 .../boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts    | 136 ++++++++++++-
 arch/arm64/boot/dts/renesas/r9a09g087.dtsi         | 120 +++++++++++
 .../boot/dts/renesas/r9a09g087m44-rzn2h-evk.dts    | 213 ++++++++++++++++++++
 .../boot/dts/renesas/rzt2h-n2h-evk-common.dtsi     | 220 +++++++++++++++++++++
 18 files changed, 1356 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j1-imx219.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j1-imx462.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j2-imx219.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j2-imx462.dtso


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

* Re: [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two)
  2025-09-12 11:13 [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2025-09-12 11:13 ` [GIT PULL 3/3] Renesas DTS updates for v6.18 (take two) Geert Uytterhoeven
@ 2025-09-15 13:50 ` patchwork-bot+linux-soc
  2025-09-15 14:30 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 13:50 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 Sep 2025 13:13:50 +0200 you wrote:
> Hi SoC folks,
> 
> This is my second pull request for the inclusion of Renesas SoC updates
> for v6.18.
> 
> It consists of 3 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Renesas driver updates for v6.18 (take two)
    (no matching commit)
  - [GIT,PULL,2/3] Renesas DT binding updates for v6.18
    https://git.kernel.org/soc/soc/c/499a04f3283f
  - [GIT,PULL,3/3] Renesas DTS updates for v6.18 (take two)
    https://git.kernel.org/soc/soc/c/55f624c71d01

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

* Re: [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two)
  2025-09-12 11:13 [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2025-09-15 13:50 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
@ 2025-09-15 14:30 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 14:30 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 Sep 2025 13:13:50 +0200 you wrote:
> Hi SoC folks,
> 
> This is my second pull request for the inclusion of Renesas SoC updates
> for v6.18.
> 
> It consists of 3 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Renesas driver updates for v6.18 (take two)
    https://git.kernel.org/soc/soc/c/68454c6fc149
  - [GIT,PULL,2/3] Renesas DT binding updates for v6.18
    (no matching commit)
  - [GIT,PULL,3/3] Renesas DTS updates for v6.18 (take two)
    (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] 6+ messages in thread

end of thread, other threads:[~2025-09-15 14:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-12 11:13 [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) Geert Uytterhoeven
2025-09-12 11:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
2025-09-12 11:13 ` [GIT PULL 2/3] Renesas DT binding updates for v6.18 Geert Uytterhoeven
2025-09-12 11:13 ` [GIT PULL 3/3] Renesas DTS updates for v6.18 (take two) Geert Uytterhoeven
2025-09-15 13:50 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
2025-09-15 14:30 ` patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.