soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] Renesas SoC updates for v5.16
       [not found] <20211001094242.otJ50j2ONBu0zzBAg55f3n8BPpEYnJgpSNO_CE9DTHY@z>
@ 2021-10-01  9:42 ` Geert Uytterhoeven
       [not found]   ` <20211001094243.3OKd4cRMleUjAtTA6Et_2eVCxl51ERzeqlx04uC_g58@z>
                     ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2021-10-01  9:42 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.15.

It consists of 4 parts:

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

    - Enable built-in (I2C, DMAC, USB PHY control) and modular (audio,
      ADC) build of drivers for the RZ/G2L SoC and SMARC EVK board,
    - Enable modular build of the Renesas TPU PWM driver for the R-Car
      V3U SoC.

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

    - I2C EEPROM support on the RZA2MEVB development board,
    - DMA, USB2.0, and audio support for the RZ/G2L SoC,
    - USB2.0, I2C, audio, ADC, and CANFD support for the RZ/G2L SMARC EVK
      development board,
    - Support for more R-Car Gen3e SoCs (H3e, M3e, M3Ne(-2G), D3e, E3e,
      H3Ne),
    - PWM support for the R-Car M3-W+ and V3U SoCs,
    - IPMMU support for SDHI on the R-Car V3U SoC,
    - Switches support for the Falcon development board,
    - Improve Ethernet PHY descriptions to fix reset handling after kexec,
    - Miscellaneous fixes and improvements.

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

    - Initial support for the new R-Car H3e, M3e, M3Ne(-2G), D3e, E3e, and
      H3Ne SoCs.

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

    - Document support for the new R-Car H3e, M3e, M3Ne(-2G), D3e, E3e, and
      H3Ne SoCs and boards.

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 1/4] Renesas ARM defconfig updates for v5.16
       [not found]   ` <20211001094243.3OKd4cRMleUjAtTA6Et_2eVCxl51ERzeqlx04uC_g58@z>
@ 2021-10-01  9:42     ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2021-10-01  9:42 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.16-tag1

for you to fetch changes up to 93207e415d134e6fbcee6a723ab4cf060ef3926e:

  arm64: defconfig: Enable RZG2L_ADC (2021-09-28 09:31:38 +0200)

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

  - Enable built-in (I2C, DMAC, USB PHY control) and modular (audio,
    ADC) build of drivers for the RZ/G2L SoC and SMARC EVK board,
  - Enable modular build of the Renesas TPU PWM driver for the R-Car
    V3U SoC.

----------------------------------------------------------------
Biju Das (5):
      arm64: defconfig: Enable RIIC
      arm64: defconfig: Enable RZ/G2L USBPHY control driver
      arm64: defconfig: Enable RZ_DMAC
      arm64: defconfig: Enable SOUND_SOC_RZ
      arm64: defconfig: Enable SND_SOC_WM8978

Lad Prabhakar (1):
      arm64: defconfig: Enable RZG2L_ADC

Wolfram Sang (1):
      arm64: defconfig: Add Renesas TPU as module

 arch/arm64/configs/defconfig | 7 +++++++
 1 file changed, 7 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 2/4] Renesas ARM DT updates for v5.16
       [not found]   ` <20211001094244.xIsstsj_HRn-iYwUEMkC7XRPnahho4BhWrbUPQzqmw0@z>
@ 2021-10-01  9:42     ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2021-10-01  9:42 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.16-tag1

for you to fetch changes up to 732e8ee0351c59ded4d88106437a7ad1cff4cb83:

  arm64: dts: renesas: rcar-gen3: Add missing Ethernet PHY resets (2021-09-28 09:59:26 +0200)

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

  - I2C EEPROM support on the RZA2MEVB development board,
  - DMA, USB2.0, and audio support for the RZ/G2L SoC,
  - USB2.0, I2C, audio, ADC, and CANFD support for the RZ/G2L SMARC EVK
    development board,
  - Support for more R-Car Gen3e SoCs (H3e, M3e, M3Ne(-2G), D3e, E3e,
    H3Ne),
  - PWM support for the R-Car M3-W+ and V3U SoCs,
  - IPMMU support for SDHI on the R-Car V3U SoC,
  - Switches support for the Falcon development board,
  - Improve Ethernet PHY descriptions to fix reset handling after kexec,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (11):
      arm64: dts: renesas: r9a07g044: Add DMAC support
      arm64: dts: renesas: r9a07g044: Add USB2.0 phy and host support
      arm64: dts: renesas: r9a07g044: Add USB2.0 device support
      arm64: dts: renesas: r9a07g044: Add external audio clock nodes
      arm64: dts: renesas: r9a07g044: Add SSI support
      arm64: dts: renesas: rzg2l-smarc: Enable USB2.0 support
      arm64: dts: renesas: rzg2l-smarc: Enable I2C{0,1,3} support
      arm64: dts: renesas: r9a07g044: Add DMA support to SSI
      arm64: dts: renesas: rzg2l-smarc: Add WM8978 sound codec
      arm64: dts: renesas: rzg2l-smarc: Enable audio
      arm64: dts: renesas: rzg2l-smarc: Add Mic routing

Duc Nguyen (1):
      arm64: dts: renesas: r8a779a0: Add TPU device node

Geert Uytterhoeven (25):
      ARM: dts: rza2mevb: Add I2C EEPROM support
      arm64: dts: renesas: Factor out Draak board support
      arm64: dts: renesas: Factor out Ebisu board support
      arm64: dts: renesas: Add Renesas R8A779M0 SoC support
      arm64: dts: renesas: Add Renesas R8A779M2 SoC support
      arm64: dts: renesas: Add Renesas R8A779M4 SoC support
      arm64: dts: renesas: Add Renesas R8A779M5 SoC support
      arm64: dts: renesas: Add Renesas R8A779M6 SoC support
      arm64: dts: renesas: Add Renesas R8A779M7 SoC support
      arm64: dts: renesas: Add Renesas R8A779M8 SoC support
      arm64: dts: renesas: Add support for Salvator-XS with R-Car M3Ne-2G
      ARM: dts: renesas: Fix SMSC Ethernet compatible values
      arm64: dts: renesas: beacon: Fix Ethernet PHY mode
      ARM: dts: renesas: Add compatible properties to KSZ8041 Ethernet PHYs
      ARM: dts: renesas: Add compatible properties to KSZ8081 Ethernet PHYs
      ARM: dts: renesas: Add compatible properties to KSZ9031 Ethernet PHYs
      ARM: dts: renesas: Add compatible properties to LAN8710A Ethernet PHYs
      ARM: dts: renesas: Add compatible properties to RTL8201FL Ethernet PHYs
      ARM: dts: renesas: Add compatible properties to uPD6061x Ethernet PHYs
      arm64: dts: renesas: Add compatible properties to AR8031 Ethernet PHYs
      arm64: dts: renesas: Add compatible properties to KSZ9031 Ethernet PHYs
      arm64: dts: renesas: Add compatible properties to RTL8211E Ethernet PHYs
      ARM: dts: r-mobile: Add missing Ethernet PHY resets
      ARM: dts: rzg1: Add missing Ethernet PHY resets
      arm64: dts: renesas: rcar-gen3: Add missing Ethernet PHY resets

Kieran Bingham (1):
      arm64: dts: renesas: r8a779a0: falcon-cpu: Add SW47-SW49 support

Lad Prabhakar (4):
      arm64: dts: renesas: rzg2l-smarc: Add scif0 pins
      arm64: dts: renesas: rzg2l-smarc-som: Move extal and memory nodes to SOM DTSI
      arm64: dts: renesas: rzg2l-smarc-som: Enable ADC on SMARC platform
      arm64: dts: renesas: rzg2l-smarc: Enable CANFD

Wolfram Sang (1):
      arm64: dts: renesas: r8a77961: Add TPU device node

Yoshihiro Shimoda (2):
      arm64: dts: renesas: r8a779a0: Add IPMMU nodes
      arm64: dts: renesas: r8a779a0: Add iommus into sdhi node

 arch/arm/boot/dts/emev2-kzm9d.dts                  |   2 +-
 arch/arm/boot/dts/iwg20d-q7-common.dtsi            |   2 +
 arch/arm/boot/dts/r7s72100-genmai.dts              |   2 +
 arch/arm/boot/dts/r7s72100-gr-peach.dts            |   2 +
 arch/arm/boot/dts/r7s72100-rskrza1.dts             |   2 +
 arch/arm/boot/dts/r7s9210-rza2mevb.dts             |  21 +
 arch/arm/boot/dts/r8a73a4-ape6evm.dts              |   1 +
 arch/arm/boot/dts/r8a7740-armadillo800eva.dts      |   3 +
 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts    |   2 +
 arch/arm/boot/dts/r8a7742-iwg21d-q7.dts            |   2 +
 arch/arm/boot/dts/r8a7743-sk-rzg1m.dts             |   4 +
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts        |   2 +
 arch/arm/boot/dts/r8a7745-sk-rzg1e.dts             |   4 +
 arch/arm/boot/dts/r8a77470-iwg23s-sbc.dts          |   2 +
 arch/arm/boot/dts/r8a7778-bockw.dts                |   2 +-
 arch/arm/boot/dts/r8a7779-marzen.dts               |   2 +-
 arch/arm/boot/dts/r8a7790-lager.dts                |   2 +
 arch/arm/boot/dts/r8a7790-stout.dts                |   2 +
 arch/arm/boot/dts/r8a7791-koelsch.dts              |   2 +
 arch/arm/boot/dts/r8a7791-porter.dts               |   2 +
 arch/arm/boot/dts/r8a7793-gose.dts                 |   2 +
 arch/arm/boot/dts/r8a7794-alt.dts                  |   2 +
 arch/arm/boot/dts/r8a7794-silk.dts                 |   2 +
 arch/arm/boot/dts/sh73a0-kzm9g.dts                 |   2 +-
 arch/arm64/boot/dts/renesas/Makefile               |   2 +
 .../arm64/boot/dts/renesas/beacon-renesom-som.dtsi |   3 +
 arch/arm64/boot/dts/renesas/cat875.dtsi            |   2 +
 arch/arm64/boot/dts/renesas/draak.dtsi             | 686 ++++++++++++++++++
 arch/arm64/boot/dts/renesas/ebisu.dtsi             | 801 +++++++++++++++++++++
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi    |   2 +
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |  11 +
 arch/arm64/boot/dts/renesas/r8a77970-eagle.dts     |   4 +
 arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts     |   4 +
 arch/arm64/boot/dts/renesas/r8a77980-condor.dts    |   4 +
 arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts     |   4 +
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     | 788 +-------------------
 arch/arm64/boot/dts/renesas/r8a77995-draak.dts     | 671 +----------------
 .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi      |  37 +
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts    |   2 +
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          | 109 +++
 arch/arm64/boot/dts/renesas/r8a779m0.dtsi          |  12 +
 arch/arm64/boot/dts/renesas/r8a779m2.dtsi          |  12 +
 arch/arm64/boot/dts/renesas/r8a779m4.dtsi          |  12 +
 .../boot/dts/renesas/r8a779m5-salvator-xs.dts      |  36 +
 arch/arm64/boot/dts/renesas/r8a779m5.dtsi          |  12 +
 arch/arm64/boot/dts/renesas/r8a779m6.dtsi          |  12 +
 arch/arm64/boot/dts/renesas/r8a779m7.dtsi          |  12 +
 arch/arm64/boot/dts/renesas/r8a779m8.dtsi          |  12 +
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi         | 248 +++++++
 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts  |   7 +-
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi   |  35 +
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi       | 229 +++++-
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |   2 +
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   2 +
 54 files changed, 2375 insertions(+), 1469 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/draak.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/ebisu.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m0.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m2.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m4.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m5-salvator-xs.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m5.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m6.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m7.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779m8.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 3/4] Renesas driver updates for v5.16
       [not found]   ` <20211001094245.TpcDubuZNfd9ZRkm6z-xu5FFZYtuyPX3pUSjucDsRsU@z>
@ 2021-10-01  9:42     ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2021-10-01  9:42 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.16-tag1

for you to fetch changes up to 2ed1e4815922a3b22561b6e0e6f6d3d15a4e1007:

  soc: renesas: Identify more R-Car Gen3e SoCs (2021-09-13 10:56:29 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.16

  - Initial support for the new R-Car H3e, M3e, M3Ne(-2G), D3e, E3e, and
    H3Ne SoCs.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      soc: renesas: Identify more R-Car Gen3e SoCs

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [GIT PULL 4/4] Renesas DT binding updates for v5.16
       [not found]   ` <20211001094246.MC4mYV8kR4_CS4EEm4WL7zkz6Z3RPtygaa6JQLFPnhU@z>
@ 2021-10-01  9:42     ` Geert Uytterhoeven
  0 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2021-10-01  9:42 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -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.16-tag1

for you to fetch changes up to e43eada9ac08941a98cad96eba9f3801b13e4f0b:

  dt-bindings: arm: renesas: Document more R-Car Gen3e Socs and boards (2021-09-13 10:54:41 +0200)

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

  - Document support for the new R-Car H3e, M3e, M3Ne(-2G), D3e, E3e, and
    H3Ne SoCs and boards.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: arm: renesas: Document more R-Car Gen3e Socs and boards

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL 0/4] Renesas SoC updates for v5.16
  2021-10-01  9:42 ` [GIT PULL 0/4] Renesas SoC updates for v5.16 Geert Uytterhoeven
                     ` (3 preceding siblings ...)
       [not found]   ` <20211001094246.MC4mYV8kR4_CS4EEm4WL7zkz6Z3RPtygaa6JQLFPnhU@z>
@ 2021-10-05 14:40   ` patchwork-bot+linux-soc
  4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2021-10-05 14:40 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: soc

Hello:

This series was applied to soc/soc.git (refs/heads/for-next):

On Fri,  1 Oct 2021 11:42:42 +0200 you wrote:
> Hi soc folks,
> 
> This is my first pull request for the inclusion of Renesas SoC updates
> for v5.15.
> 
> It consists of 4 parts:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/4] Renesas ARM defconfig updates for v5.16
    https://git.kernel.org/soc/soc/c/581b334b456a
  - [GIT,PULL,2/4] Renesas ARM DT updates for v5.16
    https://git.kernel.org/soc/soc/c/8839e60e15a1
  - [GIT,PULL,3/4] Renesas driver updates for v5.16
    https://git.kernel.org/soc/soc/c/61259f9ea0d4
  - [GIT,PULL,4/4] Renesas DT binding updates for v5.16
    https://git.kernel.org/soc/soc/c/e3b05ae58a94

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:[~2021-10-05 14:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20211001094242.otJ50j2ONBu0zzBAg55f3n8BPpEYnJgpSNO_CE9DTHY@z>
2021-10-01  9:42 ` [GIT PULL 0/4] Renesas SoC updates for v5.16 Geert Uytterhoeven
     [not found]   ` <20211001094243.3OKd4cRMleUjAtTA6Et_2eVCxl51ERzeqlx04uC_g58@z>
2021-10-01  9:42     ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
     [not found]   ` <20211001094244.xIsstsj_HRn-iYwUEMkC7XRPnahho4BhWrbUPQzqmw0@z>
2021-10-01  9:42     ` [GIT PULL 2/4] Renesas ARM DT " Geert Uytterhoeven
     [not found]   ` <20211001094245.TpcDubuZNfd9ZRkm6z-xu5FFZYtuyPX3pUSjucDsRsU@z>
2021-10-01  9:42     ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
     [not found]   ` <20211001094246.MC4mYV8kR4_CS4EEm4WL7zkz6Z3RPtygaa6JQLFPnhU@z>
2021-10-01  9:42     ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
2021-10-05 14:40   ` [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).