soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/2] Renesas SoC updates for v6.8
@ 2023-12-01 12:28 Geert Uytterhoeven
  2023-12-01 12:28 ` [GIT PULL 1/2] Renesas ARM defconfig " Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-12-01 12:28 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.8.

It consists of 2 parts:

  [GIT PULL 1/2] Renesas ARM defconfig updates for v6.8

    - Enable support for the Renesas VersaClock 3 clock generator in the
      arm64 defconfig,
    - Enable support for the Renesas EtherAVB module in the arm multi_v7
      defconfig,
    - Refresh shmobile_defconfig for v6.7-rc1.

  [GIT PULL 2/2] Renesas DTS updates for v6.8

    - Add FLASH support for the Renesas Marzen and Blanche development
      boards,
    - Add 4-bit TX support for the QSPI FLASHes on the RZ/G2L, RZ/G2LC,
      and RZ/V2L SMARC SoMs,
    - Add SDHI support for the RZ/G3S SMARC development kit,
    - Add LCD support for the Atmark Techno Armadillo-800-EVA development
      board, which requires switching from the legacy frame buffer device
      driver to the DRM driver,
    - 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] 4+ messages in thread

* [GIT PULL 1/2] Renesas ARM defconfig updates for v6.8
  2023-12-01 12:28 [GIT PULL 0/2] Renesas SoC updates for v6.8 Geert Uytterhoeven
@ 2023-12-01 12:28 ` Geert Uytterhoeven
  2023-12-01 12:28 ` [GIT PULL 2/2] Renesas DTS " Geert Uytterhoeven
  2023-12-06 17:17 ` [GIT PULL 0/2] Renesas SoC " patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-12-01 12:28 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

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

for you to fetch changes up to 7c77368b6c42ec87aed9976288a9b50bccb272a6:

  ARM: shmobile: defconfig: Refresh for v6.7-rc1 (2023-11-27 11:01:01 +0100)

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

  - Enable support for the Renesas VersaClock 3 clock generator in the
    arm64 defconfig,
  - Enable support for the Renesas EtherAVB module in the arm multi_v7
    defconfig,
  - Refresh shmobile_defconfig for v6.7-rc1.

----------------------------------------------------------------
Biju Das (1):
      arm64: defconfig: Enable Renesas VersaClock 3 clock generator config

Claudiu Beznea (1):
      ARM: multi_v7_defconfig: Enable CONFIG_RAVB

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

 arch/arm/configs/multi_v7_defconfig | 1 +
 arch/arm/configs/shmobile_defconfig | 1 +
 arch/arm64/configs/defconfig        | 1 +
 3 files changed, 3 insertions(+)

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

* [GIT PULL 2/2] Renesas DTS updates for v6.8
  2023-12-01 12:28 [GIT PULL 0/2] Renesas SoC updates for v6.8 Geert Uytterhoeven
  2023-12-01 12:28 ` [GIT PULL 1/2] Renesas ARM defconfig " Geert Uytterhoeven
@ 2023-12-01 12:28 ` Geert Uytterhoeven
  2023-12-06 17:17 ` [GIT PULL 0/2] Renesas SoC " patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-12-01 12:28 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

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

for you to fetch changes up to 95d516f3eb96bac466a6bfec28a1e55b8ed5160b:

  ARM: dts: renesas: r9a06g032: Add missing space in compatible (2023-11-28 10:29:11 +0100)

----------------------------------------------------------------
Renesas DTS updates for v6.8

  - Add FLASH support for the Renesas Marzen and Blanche development
    boards,
  - Add 4-bit TX support for the QSPI FLASHes on the RZ/G2L, RZ/G2LC,
    and RZ/V2L SMARC SoMs,
  - Add SDHI support for the RZ/G3S SMARC development kit,
  - Add LCD support for the Atmark Techno Armadillo-800-EVA development
    board, which requires switching from the legacy frame buffer device
    driver to the DRM driver,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (2):
      arm64: dts: renesas: rzg2l-smarc-som: Enable 4-bit tx support
      arm64: dts: renesas: rzg2lc-smarc-som: Enable 4-bit tx support

Claudiu Beznea (2):
      arm64: dts: renesas: rzg3s-smarc-som: Enable SDHI2
      arm64: dts: renesas: rzg3s-smarc: Enable SDHI1

Conor Dooley (1):
      riscv: dts: renesas: Convert isa detection to new properties

Geert Uytterhoeven (10):
      ARM: dts: renesas: marzen: Add FLASH node
      ARM: dts: renesas: blanche: Add FLASH node
      ARM: dts: renesas: rcar-gen2: Fix I2C bus demux node names
      ARM: dts: renesas: Add missing ADV751[13] power supply properties
      arm64: dts: renesas: Add missing ADV751[13] power supply properties
      ARM: dts: renesas: iwg22d-sodimm: Fix stmpe node names
      ARM: dts: renesas: marzen: Rename keyboard nodes
      ARM: shmobile: defconfig: Switch to DRM_SHMOBILE
      ARM: dts: renesas: r8a7740: Add LCDC nodes
      ARM: dts: renesas: armadillo800eva: Add LCD panel

Niklas Söderlund (4):
      arm64: dts: renesas: draak: Make HDMI the default video input
      arm64: dts: renesas: draak: Move HDMI bus properties to correct node
      arm64: dts: renesas: r9a09g011: Add missing space in compatible
      ARM: dts: renesas: r9a06g032: Add missing space in compatible

 arch/arm/boot/dts/renesas/iwg20d-q7-dbcm-ca.dtsi   | 15 +++++
 .../boot/dts/renesas/r8a7740-armadillo800eva.dts   | 28 +++++++++-
 arch/arm/boot/dts/renesas/r8a7740.dtsi             | 65 ++++++++++++++++++++++
 .../dts/renesas/r8a7745-iwg22d-sodimm-dbhd-ca.dts  | 15 +++++
 .../arm/boot/dts/renesas/r8a7745-iwg22d-sodimm.dts |  4 +-
 arch/arm/boot/dts/renesas/r8a7779-marzen.dts       | 48 +++++++++++++---
 arch/arm/boot/dts/renesas/r8a7790-lager.dts        | 23 ++++++--
 arch/arm/boot/dts/renesas/r8a7790-stout.dts        | 15 +++++
 arch/arm/boot/dts/renesas/r8a7791-koelsch.dts      | 30 +++++++++-
 arch/arm/boot/dts/renesas/r8a7791-porter.dts       | 26 ++++++++-
 arch/arm/boot/dts/renesas/r8a7792-blanche.dts      | 49 ++++++++++++++++
 arch/arm/boot/dts/renesas/r8a7792-wheat.dts        | 21 +++++++
 arch/arm/boot/dts/renesas/r8a7793-gose.dts         | 28 +++++++++-
 arch/arm/boot/dts/renesas/r8a7794-alt.dts          |  4 +-
 arch/arm/boot/dts/renesas/r8a7794-silk.dts         | 17 +++++-
 arch/arm/boot/dts/renesas/r9a06g032.dtsi           |  2 +-
 arch/arm/configs/shmobile_defconfig                |  5 +-
 arch/arm64/boot/dts/renesas/draak.dtsi             | 32 ++++++-----
 arch/arm64/boot/dts/renesas/ebisu.dtsi             |  6 ++
 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts     | 15 +++++
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi         |  2 +-
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi   |  1 +
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi  |  1 +
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi   | 49 ++++++++++++++++
 arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi       | 65 ++++++++++++++++++++++
 arch/riscv/boot/dts/renesas/r9a07g043f.dtsi        |  4 ++
 26 files changed, 528 insertions(+), 42 deletions(-)

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

* Re: [GIT PULL 0/2] Renesas SoC updates for v6.8
  2023-12-01 12:28 [GIT PULL 0/2] Renesas SoC updates for v6.8 Geert Uytterhoeven
  2023-12-01 12:28 ` [GIT PULL 1/2] Renesas ARM defconfig " Geert Uytterhoeven
  2023-12-01 12:28 ` [GIT PULL 2/2] Renesas DTS " Geert Uytterhoeven
@ 2023-12-06 17:17 ` patchwork-bot+linux-soc
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2023-12-06 17:17 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,  1 Dec 2023 13:28:15 +0100 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.8.
> 
> It consists of 2 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/2] Renesas ARM defconfig updates for v6.8
    https://git.kernel.org/soc/soc/c/542b667fe9ee
  - [GIT,PULL,2/2] Renesas DTS updates for v6.8
    https://git.kernel.org/soc/soc/c/9ea6b7dfff2c

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

end of thread, other threads:[~2023-12-06 17:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-01 12:28 [GIT PULL 0/2] Renesas SoC updates for v6.8 Geert Uytterhoeven
2023-12-01 12:28 ` [GIT PULL 1/2] Renesas ARM defconfig " Geert Uytterhoeven
2023-12-01 12:28 ` [GIT PULL 2/2] Renesas DTS " Geert Uytterhoeven
2023-12-06 17:17 ` [GIT PULL 0/2] Renesas SoC " 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).