Linux SOC development
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas SoC updates for v6.3 (take two)
@ 2023-01-27 16:28 Geert Uytterhoeven
  2023-01-27 16:28 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2023-01-27 16: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 second pull request for the inclusion of Renesas SoC updates
for v6.3.

It consists of 3 parts:

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

    - Add support for the Renesas RZ/V2M External Power Sequence
      Controller (PWC).

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

    - Document support for the Renesas RZ/V2M External Power Sequence
      Controller (PWC).

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

    - High Performance mode (1.8 GHz) support for the Cortex-A76 CPU cores
      on R-Car V4H,
    - GPIO interrupt support for the RZ/G2UL SoC and the RZ/G2UL SMARC EVK
      development board,
    - USB Function support for the RZ/N1D SoC,
    - Generic Sound Card driver examples for the Renesas R-Car Starter Kit
      Premier/Pro and Shimafugi Kingfisher development board stack,
    - Universal Flash Storage support for the Renesas Spider development
      board,
    - External Power Sequence Controller (PWC) support for the RZ/V2M SoC
      and the RZ/V2M Evaluation Kit 2.0,
    - IOMMU support for MMC on the R-Car S4-8 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] 5+ messages in thread

* [GIT PULL 1/3] Renesas driver updates for v6.3 (take two)
  2023-01-27 16:28 [GIT PULL 0/3] Renesas SoC updates for v6.3 (take two) Geert Uytterhoeven
@ 2023-01-27 16:28 ` Geert Uytterhoeven
  2023-01-27 16:28 ` [GIT PULL 2/3] Renesas DT binding updates for v6.3 Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2023-01-27 16:28 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 499e364cd2508c2115ac251f42bb47c9548cf358:

  soc: renesas: r8a779g0-sysc: Add missing A3DUL power domain (2022-12-26 11:08:49 +0100)

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

for you to fetch changes up to 0c56f949f626e59ef7c5b18e2706fed2a6afc4a2:

  soc: renesas: Add PWC support for RZ/V2M (2023-01-23 09:28:28 +0100)

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

  - Add support for the Renesas RZ/V2M External Power Sequence
    Controller (PWC).

----------------------------------------------------------------
Fabrizio Castro (1):
      soc: renesas: Add PWC support for RZ/V2M

 drivers/soc/renesas/Kconfig     |   4 ++
 drivers/soc/renesas/Makefile    |   1 +
 drivers/soc/renesas/pwc-rzv2m.c | 141 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 146 insertions(+)
 create mode 100644 drivers/soc/renesas/pwc-rzv2m.c

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

* [GIT PULL 2/3] Renesas DT binding updates for v6.3
  2023-01-27 16:28 [GIT PULL 0/3] Renesas SoC updates for v6.3 (take two) Geert Uytterhoeven
  2023-01-27 16:28 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
@ 2023-01-27 16:28 ` Geert Uytterhoeven
  2023-01-27 16:28 ` [GIT PULL 3/3] Renesas DT updates for v6.3 (take two) Geert Uytterhoeven
  2023-01-30 22:31 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2023-01-27 16:28 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -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.3-tag1

for you to fetch changes up to 6e1456f9251966d8fbfde2ae4750ba540b588533:

  dt-bindings: soc: renesas: Add RZ/V2M PWC (2023-01-23 09:25:27 +0100)

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

  - Document support for the Renesas RZ/V2M External Power Sequence
    Controller (PWC).

----------------------------------------------------------------
Fabrizio Castro (1):
      dt-bindings: soc: renesas: Add RZ/V2M PWC

 .../bindings/soc/renesas/renesas,rzv2m-pwc.yaml    | 56 ++++++++++++++++++++++
 1 file changed, 56 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/soc/renesas/renesas,rzv2m-pwc.yaml

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

* [GIT PULL 3/3] Renesas DT updates for v6.3 (take two)
  2023-01-27 16:28 [GIT PULL 0/3] Renesas SoC updates for v6.3 (take two) Geert Uytterhoeven
  2023-01-27 16:28 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
  2023-01-27 16:28 ` [GIT PULL 2/3] Renesas DT binding updates for v6.3 Geert Uytterhoeven
@ 2023-01-27 16:28 ` Geert Uytterhoeven
  2023-01-30 22:31 ` [GIT PULL 0/3] Renesas SoC " patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2023-01-27 16:28 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 2ef9e3ef3b8d9a59455a79f02ce9aff8544bd02d:

  arm64: dts: renesas: condor-i: add HS400 support for eMMC (2023-01-12 17:22:22 +0100)

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

for you to fetch changes up to 46fe3950ced3fcddb51acd0bc8c26aaa0b86ae70:

  arm64: dts: renesas: r8a779f0: Add iommus to MMC node (2023-01-27 10:41:19 +0100)

----------------------------------------------------------------
Renesas DT updates for v6.3 (take two)

  - High Performance mode (1.8 GHz) support for the Cortex-A76 CPU cores
    on R-Car V4H,
  - GPIO interrupt support for the RZ/G2UL SoC and the RZ/G2UL SMARC EVK
    development board,
  - USB Function support for the RZ/N1D SoC,
  - Generic Sound Card driver examples for the Renesas R-Car Starter Kit
    Premier/Pro and Shimafugi Kingfisher development board stack,
  - Universal Flash Storage support for the Renesas Spider development
    board,
  - External Power Sequence Controller (PWC) support for the RZ/V2M SoC
    and the RZ/V2M Evaluation Kit 2.0,
  - IOMMU support for MMC on the R-Car S4-8 SoC,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Adam Ford (4):
      arm64: dts: renesas: beacon-renesom: Fix gpio expander reference
      arm64: dts: renesas: beacon-renesom: Update Ethernet PHY ID
      arm64: dts: renesas: beacon-renesom: Fix audio clock rate
      arm64: dts: renesas: r8a774[be]1-beacon: Sync aliases with RZ/G2M

Fabrizio Castro (3):
      arm64: dts: renesas: r9a09g011: Reword ethernet status
      arm64: dts: renesas: r9a09g011: Add PWC support
      arm64: dts: renesas: v2mevk2: Add PWC support

Geert Uytterhoeven (2):
      arm64: dts: renesas: r8a779g0: Add Cortex-A76 1.8 GHz opp
      arm64: dts: renesas: eagle: Add SCIF_CLK support

Herve Codina (1):
      ARM: dts: r9a06g032: Add the USBF controller node

Kuninori Morimoto (8):
      ARM: dts: renesas: #sound-dai-cells is used when simple-card
      arm64: dts: renesas: #sound-dai-cells is used when simple-card
      arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card dtsi
      arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card2 dtsi
      arm64: dts: renesas: Add ulcb{-kf} Simple Audio Card dtsi
      arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card2 MIX + TDM Split dtsi
      arm64: dts: renesas: Add ulcb{-kf} Audio Graph Card MIX + TDM Split dtsi
      arm64: dts: renesas: Add ulcb{-kf} Simple Audio Card MIX + TDM Split dtsi

Lad Prabhakar (4):
      riscv: dts: renesas: rzfive-smarc-som: Drop PHY interrupt support for ETH{0,1}
      arm64: dts: renesas: r9a07g043u: Add IRQC node
      arm64: dts: renesas: r9a07g043u: Update pinctrl node to handle GPIO interrupts
      arm64: dts: renesas: rzg2ul-smarc-som: Add PHY interrupt support for ETH{0/1}

Laurent Pinchart (1):
      ARM: dts: renesas: Use new media bus type macros

Yoshihiro Shimoda (2):
      arm64: dts: renesas: spider-cpu: Enable UFS device
      arm64: dts: renesas: r8a779f0: Add iommus to MMC node

 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts    |  11 +-
 .../dts/r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi  |   4 +-
 .../dts/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi  |   4 +-
 arch/arm/boot/dts/r8a7742.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7743.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7744.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7745.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7778.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7790.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7791.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7793.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7794.dtsi                     |   2 +-
 arch/arm/boot/dts/r9a06g032.dtsi                   |  12 ++
 .../boot/dts/renesas/beacon-renesom-baseboard.dtsi |  26 ++-
 .../arm64/boot/dts/renesas/beacon-renesom-som.dtsi |   2 +-
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |   2 +-
 .../boot/dts/renesas/r8a774b1-beacon-rzg2n-kit.dts |   8 +
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   2 +-
 .../boot/dts/renesas/r8a774e1-beacon-rzg2h-kit.dts |   8 +
 arch/arm64/boot/dts/renesas/r8a774e1.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77951.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77960.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77965.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts     |  12 ++
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r8a77995.dtsi          |   2 +-
 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi      |  38 +++++
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi          |   1 +
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          |   6 +
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi         |   2 +
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi        |  72 +++++++++
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts  |   5 +
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi         |  10 +-
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi  |  11 +-
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |   3 -
 .../renesas/ulcb-audio-graph-card-mix+split.dtsi   |  91 +++++++++++
 .../boot/dts/renesas/ulcb-audio-graph-card.dtsi    |  85 ++++++++++
 .../renesas/ulcb-audio-graph-card2-mix+split.dtsi  | 111 +++++++++++++
 .../boot/dts/renesas/ulcb-audio-graph-card2.dtsi   |  26 +++
 .../ulcb-kf-audio-graph-card-mix+split.dtsi        | 171 ++++++++++++++++++++
 .../boot/dts/renesas/ulcb-kf-audio-graph-card.dtsi |  88 ++++++++++
 .../ulcb-kf-audio-graph-card2-mix+split.dtsi       | 178 +++++++++++++++++++++
 .../dts/renesas/ulcb-kf-audio-graph-card2.dtsi     |  30 ++++
 .../ulcb-kf-simple-audio-card-mix+split.dtsi       | 153 ++++++++++++++++++
 .../dts/renesas/ulcb-kf-simple-audio-card.dtsi     |  85 ++++++++++
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           |  72 ++-------
 .../renesas/ulcb-simple-audio-card-mix+split.dtsi  |  92 +++++++++++
 .../boot/dts/renesas/ulcb-simple-audio-card.dtsi   |  89 +++++++++++
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |  68 ++------
 arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi  |  10 ++
 52 files changed, 1463 insertions(+), 159 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-audio-graph-card-mix+split.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-audio-graph-card.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-audio-graph-card2-mix+split.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-audio-graph-card2.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card-mix+split.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card2-mix+split.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-kf-audio-graph-card2.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-kf-simple-audio-card-mix+split.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-kf-simple-audio-card.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-simple-audio-card-mix+split.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ulcb-simple-audio-card.dtsi

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

* Re: [GIT PULL 0/3] Renesas SoC updates for v6.3 (take two)
  2023-01-27 16:28 [GIT PULL 0/3] Renesas SoC updates for v6.3 (take two) Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2023-01-27 16:28 ` [GIT PULL 3/3] Renesas DT updates for v6.3 (take two) Geert Uytterhoeven
@ 2023-01-30 22:31 ` patchwork-bot+linux-soc
  3 siblings, 0 replies; 5+ messages in thread
From: patchwork-bot+linux-soc @ 2023-01-30 22:31 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, 27 Jan 2023 17:28:11 +0100 you wrote:
> Hi SoC folks,
> 
> This is my second pull request for the inclusion of Renesas SoC updates
> for v6.3.
> 
> It consists of 3 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/3] Renesas driver updates for v6.3 (take two)
    https://git.kernel.org/soc/soc/c/80dea24a4979
  - [GIT,PULL,2/3] Renesas DT binding updates for v6.3
    https://git.kernel.org/soc/soc/c/edb3f74332c3
  - [GIT,PULL,3/3] Renesas DT updates for v6.3 (take two)
    https://git.kernel.org/soc/soc/c/ad3c046a26f8

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

end of thread, other threads:[~2023-01-30 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-27 16:28 [GIT PULL 0/3] Renesas SoC updates for v6.3 (take two) Geert Uytterhoeven
2023-01-27 16:28 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
2023-01-27 16:28 ` [GIT PULL 2/3] Renesas DT binding updates for v6.3 Geert Uytterhoeven
2023-01-27 16:28 ` [GIT PULL 3/3] Renesas DT updates for v6.3 (take two) Geert Uytterhoeven
2023-01-30 22:31 ` [GIT PULL 0/3] 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