soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] Renesas SoC updates for v6.9
@ 2024-02-09 16:54 Geert Uytterhoeven
  2024-02-09 16:54 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2024-02-09 16:54 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.9.

It consists of 4 parts:

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

    - Disable obsolete board staging support in the Renesas ARM and ARM V7
      multi-platform defconfigs,
    - Enable support for the Renesas R-Car V4M (R8A779H0) SoC in the ARM64
      defconfig.

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

    - Initial support for the Renesas R-Car V4M (R8A779H0) SoC.

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

    - Document support for the Renesas R-Car V4M (R8A779H0) SoC, and the
      White Hawk Single and Gray Hawk Single development boards.

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

    - Add GPIO keys and watchdog support for the RZ/G3S SMARC development
      board,
    - Add GNSS support for Renesas ULCB development boards equipped with
      the Shimafuji Kingfisher extension,
    - Add support for the standalone White Hawk CPU board,
    - Add support for the R-Car V4H ES2.0 (R8A779G2) SoC and the White
      Hawk Single development board,
    - Add initial support for the R-Car V4M (R8A779H0) SoC and the Gray
      Hawk Single development board,
    - Add camera support for the RZ/G2UL SoC,
    - 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] 7+ messages in thread

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

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -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.9-tag1

for you to fetch changes up to 93189f33fcb4e678c9494cddeff96b123ef5674f:

  arm64: defconfig: Enable R8A779H0 SoC (2024-01-31 15:01:24 +0100)

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

  - Disable obsolete board staging support in the Renesas ARM and ARM V7
    multi-platform defconfigs,
  - Enable support for the Renesas R-Car V4M (R8A779H0) SoC in the ARM64
    defconfig.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      ARM: shmobile: defconfig: Disable staging
      ARM: multi_v7_defconfig: Disable board staging

Linh Phung (1):
      arm64: defconfig: Enable R8A779H0 SoC

 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/shmobile_defconfig | 2 --
 arch/arm64/configs/defconfig        | 1 +
 3 files changed, 1 insertion(+), 3 deletions(-)

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

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

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

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

for you to fetch changes up to 14656ed72fa5d0a2f98be0ffd56274db30171f49:

  soc: renesas: rcar-rst: Add support for R-Car V4M (2024-01-31 15:08:41 +0100)

----------------------------------------------------------------
Renesas driver updates for v6.9

  - Initial support for the Renesas R-Car V4M (R8A779H0) SoC.

----------------------------------------------------------------
Duy Nguyen (2):
      soc: renesas: Identify R-Car V4M
      soc: renesas: rcar-rst: Add support for R-Car V4M

Geert Uytterhoeven (1):
      soc: renesas: Introduce ARCH_RCAR_GEN4

 drivers/soc/renesas/Kconfig       | 17 ++++++++++++++---
 drivers/soc/renesas/rcar-rst.c    |  1 +
 drivers/soc/renesas/renesas-soc.c |  8 ++++++++
 3 files changed, 23 insertions(+), 3 deletions(-)

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

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

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

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

for you to fetch changes up to 49558e814fefdf33bf0b2d1c46c30d6a3f9634f3:

  dt-bindings: soc: renesas: Document R-Car V4M Gray Hawk Single (2024-01-31 15:06:52 +0100)

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

  - Document support for the Renesas R-Car V4M (R8A779H0) SoC, and the
    White Hawk Single and Gray Hawk Single development boards.

----------------------------------------------------------------
Geert Uytterhoeven (3):
      dt-bindings: soc: renesas: Document R-Car V4H White Hawk Single
      dt-bindings: reset: renesas,rst: Document R-Car V4M support
      dt-bindings: soc: renesas: Document R-Car V4M Gray Hawk Single

 Documentation/devicetree/bindings/reset/renesas,rst.yaml   |  1 +
 Documentation/devicetree/bindings/soc/renesas/renesas.yaml | 13 +++++++++++++
 2 files changed, 14 insertions(+)

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

* [GIT PULL 4/4] Renesas DTS updates for v6.9
  2024-02-09 16:54 [GIT PULL 0/4] Renesas SoC updates for v6.9 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2024-02-09 16:54 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
@ 2024-02-09 16:54 ` Geert Uytterhoeven
  2024-02-20 21:12 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
  2024-02-29 17:02 ` patchwork-bot+linux-soc
  5 siblings, 0 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2024-02-09 16:54 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -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.9-tag1

for you to fetch changes up to 785b3c25761a828c5e22b3361541c50fd3b92fde:

  arm64: dts: renesas: gray-hawk-single: Enable watchdog timer (2024-02-06 10:48:35 +0100)

----------------------------------------------------------------
Renesas DTS updates for v6.9

  - Add GPIO keys and watchdog support for the RZ/G3S SMARC development
    board,
  - Add GNSS support for Renesas ULCB development boards equipped with
    the Shimafuji Kingfisher extension,
  - Add support for the standalone White Hawk CPU board,
  - Add support for the R-Car V4H ES2.0 (R8A779G2) SoC and the White
    Hawk Single development board,
  - Add initial support for the R-Car V4M (R8A779H0) SoC and the Gray
    Hawk Single development board,
  - Add camera support for the RZ/G2UL SoC,
  - Miscellaneous fixes and improvements.

Note that this includes the "renesas-r8a779h0-dt-binding-defs-tag" tag,
which is based on the pmdomain immutable "dt" branch.  It contains DT
binding definitions for the Renesas R-Car V4M (R8A779H0) SoC, and is
shared by the pmdomain and clock drivers, and the DT source files.

----------------------------------------------------------------
Biju Das (1):
      arm64: dts: renesas: r9a07g043u: Add CSI and CRU nodes

Claudiu Beznea (3):
      arm64: dts: renesas: rzg3s-smarc: Add gpio keys
      arm64: dts: renesas: r9a08g045: Add watchdog node
      arm64: dts: renesas: rzg3s-smarc-som: Enable the watchdog interface

Duy Nguyen (3):
      dt-bindings: power: renesas,rcar-sysc: Document R-Car V4M support
      dt-bindings: power: Add r8a779h0 SYSC power domain definitions
      dt-bindings: clock: Add R8A779H0 V4M CPG Core Clock Definitions

Geert Uytterhoeven (19):
      ARM: dts: renesas: r8a73a4: Fix external clocks and clock rate
      ARM: dts: renesas: r8a73a4: Add cp clock
      ARM: dts: renesas: r8a73a4: Fix thermal parent clock
      arm64: dts: renesas: r8a779g0: Restore sort order
      arm64: dts: renesas: r8a779g0: Add standalone White Hawk CPU support
      arm64: dts: renesas: white-hawk-cpu: Restore sort order
      arm64: dts: renesas: white-hawk: Drop SoC parts from sub boards
      arm64: dts: renesas: white-hawk: Add SoC name to top-level comment
      arm64: dts: renesas: white-hawk-cpu: Factor out common parts
      arm64: dts: renesas: white-hawk: Factor out common parts
      arm64: dts: renesas: Add Renesas R8A779G2 SoC support
      arm64: dts: renesas: r8a779g2: Add White Hawk Single support
      dt-bindings: clock: renesas,cpg-mssr: Document R-Car V4M support
      arm64: dts: renesas: r8a779g0: Add missing SCIF_CLK2
      Merge tag 'renesas-r8a779h0-dt-binding-defs-tag' into renesas-dts-for-v6.9
      arm64: dts: renesas: Add Gray Hawk Single board support
      ARM: dts: renesas: Improve TMU interrupt descriptions
      arm64: dts: renesas: Improve TMU interrupt descriptions
      arm64: dts: renesas: gray-hawk-single: Enable watchdog timer

Hai Pham (1):
      arm64: dts: renesas: Add Renesas R8A779H0 SoC support

Minh Le (1):
      arm64: dts: renesas: r8a779h0: Add RWDT node

Wolfram Sang (2):
      arm64: dts: renesas: ulcb-kf: Drop duplicate 3.3v regulators
      arm64: dts: renesas: ulcb-kf: Add node for GNSS

 .../bindings/clock/renesas,cpg-mssr.yaml           |   1 +
 .../bindings/power/renesas,rcar-sysc.yaml          |   1 +
 arch/arm/boot/dts/renesas/r8a73a4-ape6evm.dts      |  12 +
 arch/arm/boot/dts/renesas/r8a73a4.dtsi             |  23 +-
 arch/arm/boot/dts/renesas/r8a7740.dtsi             |   2 +
 arch/arm/boot/dts/renesas/r8a7778.dtsi             |   9 +-
 arch/arm/boot/dts/renesas/r8a7779.dtsi             |   9 +-
 arch/arm64/boot/dts/renesas/Makefile               |   5 +
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a774e1.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a77951.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a77960.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a77970.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a77980.dtsi          |  17 +-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |  11 +-
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |  17 +-
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi          |  17 +-
 .../boot/dts/renesas/r8a779g0-white-hawk-cpu.dts   |  13 +
 .../boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi  | 368 +-------------------
 .../arm64/boot/dts/renesas/r8a779g0-white-hawk.dts |  58 +---
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          | 101 +++---
 .../dts/renesas/r8a779g2-white-hawk-single.dts     |  26 ++
 arch/arm64/boot/dts/renesas/r8a779g2.dtsi          |  12 +
 .../boot/dts/renesas/r8a779h0-gray-hawk-single.dts |  57 ++++
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi          | 132 ++++++++
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi        |  69 ++++
 arch/arm64/boot/dts/renesas/r9a08g045.dtsi         |  14 +
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi   |   5 +
 arch/arm64/boot/dts/renesas/rzg3s-smarc.dtsi       |  53 +++
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           |  42 +--
 arch/arm64/boot/dts/renesas/white-hawk-common.dtsi |  65 ++++
 .../boot/dts/renesas/white-hawk-cpu-common.dtsi    | 375 +++++++++++++++++++++
 ...e-hawk-csi-dsi.dtsi => white-hawk-csi-dsi.dtsi} |   2 +-
 ...hawk-ethernet.dtsi => white-hawk-ethernet.dtsi} |   2 +-
 .../dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h  |  96 ++++++
 include/dt-bindings/power/renesas,r8a779h0-sysc.h  |  49 +++
 41 files changed, 1233 insertions(+), 540 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g2-white-hawk-single.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g2.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779h0-gray-hawk-single.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779h0.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/white-hawk-common.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/white-hawk-cpu-common.dtsi
 rename arch/arm64/boot/dts/renesas/{r8a779g0-white-hawk-csi-dsi.dtsi => white-hawk-csi-dsi.dtsi} (97%)
 rename arch/arm64/boot/dts/renesas/{r8a779g0-white-hawk-ethernet.dtsi => white-hawk-ethernet.dtsi} (76%)
 create mode 100644 include/dt-bindings/clock/renesas,r8a779h0-cpg-mssr.h
 create mode 100644 include/dt-bindings/power/renesas,r8a779h0-sysc.h

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

* Re: [GIT PULL 0/4] Renesas SoC updates for v6.9
  2024-02-09 16:54 [GIT PULL 0/4] Renesas SoC updates for v6.9 Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2024-02-09 16:54 ` [GIT PULL 4/4] Renesas DTS " Geert Uytterhoeven
@ 2024-02-20 21:12 ` patchwork-bot+linux-soc
  2024-02-29 17:02 ` patchwork-bot+linux-soc
  5 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2024-02-20 21:12 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,  9 Feb 2024 17:54:49 +0100 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.9.
> 
> It consists of 4 parts:
> 
> [...]

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

* Re: [GIT PULL 0/4] Renesas SoC updates for v6.9
  2024-02-09 16:54 [GIT PULL 0/4] Renesas SoC updates for v6.9 Geert Uytterhoeven
                   ` (4 preceding siblings ...)
  2024-02-20 21:12 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
@ 2024-02-29 17:02 ` patchwork-bot+linux-soc
  5 siblings, 0 replies; 7+ messages in thread
From: patchwork-bot+linux-soc @ 2024-02-29 17:02 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,  9 Feb 2024 17:54:49 +0100 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v6.9.
> 
> It consists of 4 parts:
> 
> [...]

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

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

end of thread, other threads:[~2024-02-29 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-09 16:54 [GIT PULL 0/4] Renesas SoC updates for v6.9 Geert Uytterhoeven
2024-02-09 16:54 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
2024-02-09 16:54 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
2024-02-09 16:54 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
2024-02-09 16:54 ` [GIT PULL 4/4] Renesas DTS " Geert Uytterhoeven
2024-02-20 21:12 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
2024-02-29 17:02 ` 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).