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

It consists of 4 parts:

  [GIT PULL 1/4] Renesas ARM defconfig updates for v5.20

    - Enable support for the Renesas R-Car V4H SoC,
    - Refresh shmobile_defconfig for v5.19-rc1.

  [GIT PULL 2/4] Renesas ARM DT updates for v5.20

    - ADC and SPI support for the RZ/G2UL Soc and the RZ/G2UL SMARC EVK
      development board,
    - Ethernet support for the RZ/V2M SoC and the RZV2MEVK2 development
      board,
    - Thermal, IOMMU, Universal Flash Storage, octal Cortex-A55, and full
      serial support for the R-Car S4-8 SoC on the Spider development
      board,
    - RTC support for the RZN1D-DB board,
    - Miscellaneous fixes and improvements.

  [GIT PULL 3/4] Renesas driver updates for v5.20

    - Small fixes and improvements.

  [GIT PULL 4/4] Renesas DT binding updates for v5.20

    - Reorganize the renesas,prr DT binding document.

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/4] Renesas ARM defconfig updates for v5.20
  2022-06-24 12:01 [GIT PULL 0/4] Renesas SoC updates for v5.20 Geert Uytterhoeven
@ 2022-06-24 12:01 ` Geert Uytterhoeven
  2022-06-24 12:01 ` [GIT PULL 2/4] Renesas ARM DT " Geert Uytterhoeven
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-06-24 12:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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-v5.20-tag1

for you to fetch changes up to 7e1ab5a8a3b51c9d819246987a4710a759c3cc67:

  arm64: defconfig: Enable R8A779G0 SoC (2022-06-13 11:02:47 +0200)

----------------------------------------------------------------
Renesas ARM defconfig updates for v5.20

  - Enable support for the Renesas R-Car V4H SoC,
  - Refresh shmobile_defconfig for v5.19-rc1.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      ARM: shmobile: defconfig: Refresh for v5.19-rc1
      arm64: defconfig: Enable R8A779G0 SoC

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

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

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

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.20-tag1

for you to fetch changes up to 3c7742a45c170430001c5a1767d9dd76686dc14d:

  ARM: dts: rza2mevb: Fix LED node names (2022-06-17 09:46:20 +0200)

----------------------------------------------------------------
Renesas ARM DT updates for v5.20

  - ADC and SPI support for the RZ/G2UL Soc and the RZ/G2UL SMARC EVK
    development board,
  - Ethernet support for the RZ/V2M SoC and the RZV2MEVK2 development
    board,
  - Thermal, IOMMU, Universal Flash Storage, octal Cortex-A55, and full
    serial support for the R-Car S4-8 SoC on the Spider development
    board,
  - RTC support for the RZN1D-DB board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (3):
      arm64: dts: renesas: r9a07g043: Add ADC node
      arm64: dts: renesas: rzg2ul-smarc: Enable RSPI1 on carrier board
      arm64: dts: renesas: rzg2ul-smarc-som: Enable ADC on SMARC platform

Clément Léger (1):
      ARM: dts: r9a06g032-rzn1d400-db: Enable rtc0

Geert Uytterhoeven (9):
      arm64: dts: renesas: beacon: Fix regulator node names
      arm64: dts: renesas: Rename numbered regulators
      arm64: dts: renesas: r8a779a0: Update to R-Car Gen4 compatible values
      arm64: dts: renesas: r8a779a0: Add CPU0 core clock
      arm64: dts: renesas: r8a779f0: Add L3 cache controller
      arm64: dts: renesas: r8a779f0: Add secondary CA55 CPU cores
      arm64: dts: renesas: r8a779f0: Add CPU core clocks
      arm64: dts: renesas: Fix thermal-sensors on single-zone sensors
      ARM: dts: rza2mevb: Fix LED node names

Krzysztof Kozlowski (1):
      arm64: dts: renesas: Adjust whitespace around '='

Linh Phung (3):
      arm64: dts: renesas: r8a779f0: Add thermal support
      arm64: dts: renesas: r8a779f0: Add HSCIF nodes
      arm64: dts: renesas: r8a779f0: Add SCIF nodes

Niklas Söderlund (1):
      arm64: dts: renesas: Add missing space after remote-endpoint

Phil Edworthy (2):
      arm64: dts: renesas: r9a09g011: Add ethernet nodes
      arm64: dts: renesas: rzv2mevk2: Enable ethernet

Tho Vu (1):
      arm64: dts: renesas: r8a779f0: Add CPUIdle support

Wolfram Sang (3):
      arm64: dts: renesas: rzg2l-smarc: Use proper bool operator
      arm64: dts: renesas: r8a779f0: Add DMA properties to SCIF3
      arm64: dts: renesas: spider-cpu: Enable SCIF0 on second connector

Yoshihiro Shimoda (3):
      arm64: dts: renesas: r8a779f0: Add IPMMU nodes
      arm64: dts: renesas: r8a779f0: Add iommus to DMAC nodes
      arm64: dts: renesas: r8a779f0: Add UFS node

 arch/arm/boot/dts/r7s9210-rza2mevb.dts             |   4 +-
 arch/arm/boot/dts/r9a06g032-rzn1d400-db.dts        |   4 +
 .../boot/dts/renesas/beacon-renesom-baseboard.dtsi |   6 +-
 .../arm64/boot/dts/renesas/beacon-renesom-som.dtsi |   4 +-
 arch/arm64/boot/dts/renesas/draak.dtsi             |   2 +-
 arch/arm64/boot/dts/renesas/ebisu.dtsi             |   8 +-
 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |   4 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   6 +-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   6 +-
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |  31 +-
 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi      |  13 +
 arch/arm64/boot/dts/renesas/r8a779f0-spider.dts    |   1 +
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi          | 434 ++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi         |  21 +-
 arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts |   6 -
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts  |  14 +
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi         |  51 +++
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi   |   4 +-
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi  |   4 +-
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi      |   2 +-
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi  |  23 +-
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi      |   6 +
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |   8 +-
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           |  14 +-
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   6 +-
 25 files changed, 619 insertions(+), 63 deletions(-)

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

* [GIT PULL 3/4] Renesas driver updates for v5.20
  2022-06-24 12:01 [GIT PULL 0/4] Renesas SoC updates for v5.20 Geert Uytterhoeven
  2022-06-24 12:01 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
  2022-06-24 12:01 ` [GIT PULL 2/4] Renesas ARM DT " Geert Uytterhoeven
@ 2022-06-24 12:01 ` Geert Uytterhoeven
  2022-06-24 12:01 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
  2022-07-01 20:41 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-06-24 12:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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-v5.20-tag1

for you to fetch changes up to 4f5bc54d28ecd0739c99dc71ed93c2ebb5d9ba32:

  soc: renesas: rcar-sysc: Optimize rcar_sysc_area struct sizes (2022-06-13 11:43:50 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.20

  - Small fixes and improvements.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR values
      soc: renesas: rcar-sysc: Optimize rcar_sysc_area struct sizes

 drivers/soc/renesas/r8a779a0-sysc.c  | 10 +++++-----
 drivers/soc/renesas/rcar-gen4-sysc.h |  4 ++--
 drivers/soc/renesas/rcar-sysc.h      |  4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

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

* [GIT PULL 4/4] Renesas DT binding updates for v5.20
  2022-06-24 12:01 [GIT PULL 0/4] Renesas SoC updates for v5.20 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2022-06-24 12:01 ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
@ 2022-06-24 12:01 ` Geert Uytterhoeven
  2022-07-01 20:41 ` [GIT PULL 0/4] Renesas SoC " patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2022-06-24 12:01 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

  Linux 5.19-rc1 (2022-06-05 17:18:54 -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-v5.20-tag1

for you to fetch changes up to 774fecc7ece1d5b7c604402ac2daede14825a467:

  dt-bindings: soc: renesas: Move renesas,prr from arm to soc (2022-06-17 09:18:33 +0200)

----------------------------------------------------------------
Renesas DT binding updates for v5.20

  - Reorganize the renesas,prr DT binding document.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: soc: renesas: Move renesas,prr from arm to soc

 .../devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename Documentation/devicetree/bindings/{arm => soc/renesas}/renesas,prr.yaml (85%)

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

* Re: [GIT PULL 0/4] Renesas SoC updates for v5.20
  2022-06-24 12:01 [GIT PULL 0/4] Renesas SoC updates for v5.20 Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2022-06-24 12:01 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
@ 2022-07-01 20:41 ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2022-07-01 20: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, 24 Jun 2022 14:01:28 +0200 you wrote:
> Hi SoC folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v5.20.
> 
> It consists of 4 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Renesas ARM defconfig updates for v5.20
    https://git.kernel.org/soc/soc/c/89a24d7d85bd
  - [GIT,PULL,2/4] Renesas ARM DT updates for v5.20
    https://git.kernel.org/soc/soc/c/4505bb959ad2
  - [GIT,PULL,3/4] Renesas driver updates for v5.20
    https://git.kernel.org/soc/soc/c/92a1691b9db8
  - [GIT,PULL,4/4] Renesas DT binding updates for v5.20
    https://git.kernel.org/soc/soc/c/6c0534397d87

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:[~2022-07-01 20:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-24 12:01 [GIT PULL 0/4] Renesas SoC updates for v5.20 Geert Uytterhoeven
2022-06-24 12:01 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
2022-06-24 12:01 ` [GIT PULL 2/4] Renesas ARM DT " Geert Uytterhoeven
2022-06-24 12:01 ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
2022-06-24 12:01 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
2022-07-01 20:41 ` [GIT PULL 0/4] 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).