linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/4] Renesas ARM DT updates for v6.2
@ 2022-11-04 10:49 Geert Uytterhoeven
  2022-11-04 10:49 ` Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-11-04 10:49 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.2.

It consists of 4 parts:

  [GIT PULL 1/4] Renesas ARM DT updates for v6.2

    - DMA, SPI (MSIOF), external interrupt (INTC-EX), PWM (PWM and TPU),
      SDHI, HyperFLASH/QSPI (RPC), and serial ((H)SCIF) support for the
      R-Car V4H SoC,
    - I/O expander, eMMC, and QSPI FLASH support for the White Hawk
      development board,
    - Preparatory work to share r9a07g043.dtsi between the ARM-based
      RZ/G2UL (R9A07G043U) and the RISC-V-based RZ/Five (R9A07G043F) SoCs,
    - Miscellaneous fixes and improvements.

  [GIT PULL 2/4] Renesas ARM SoC updates for v6.2

    - Drop selecting GPIOLIB and PINCTRL, which are already automatically
      selected as part of the SOC_RENESAS config option in
      drivers/soc/renesas/Kconfig.

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

    - Let SOC_RENESAS select GPIOLIB and PINCTRL, so this does not have to
      be handled in two (soon three: arm/arm64/riscv), places.

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

    - Move renesas.yaml from arm to soc, and document RZ/Five support.

Note that the second pull request depends on the third, and thus is
based on it.

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

* [GIT PULL 1/4] Renesas ARM DT updates for v6.2
  2022-11-04 10:49 [GIT PULL 1/4] Renesas ARM DT updates for v6.2 Geert Uytterhoeven
@ 2022-11-04 10:49 ` Geert Uytterhoeven
  2022-11-04 10:49 ` [GIT PULL 2/4] Renesas ARM SoC " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-11-04 10:49 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-arm-dt-for-v6.2-tag1

for you to fetch changes up to b9a0be2054964026aa58966ce9724b672f210835:

  arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts (2022-10-28 14:23:00 +0200)

----------------------------------------------------------------
Renesas ARM DT updates for v6.2

  - DMA, SPI (MSIOF), external interrupt (INTC-EX), PWM (PWM and TPU),
    SDHI, HyperFLASH/QSPI (RPC), and serial ((H)SCIF) support for the
    R-Car V4H SoC,
  - I/O expander, eMMC, and QSPI FLASH support for the White Hawk
    development board,
  - Preparatory work to share r9a07g043.dtsi between the ARM-based
    RZ/G2UL (R9A07G043U) and the RISC-V-based RZ/Five (R9A07G043F) SoCs,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
CongDang (2):
      arm64: dts: renesas: r8a779g0: Add PWM device nodes
      arm64: dts: renesas: r8a779g0: Add TPU device node

Geert Uytterhoeven (10):
      arm64: dts: renesas: r8a779g0: Add DMA support
      arm64: dts: renesas: r8a779g0: Add MSIOF nodes
      arm64: dts: renesas: r8a779g0: Add INTC-EX node
      arm64: dts: renesas: white-hawk-cpu: Add PCA9654 I/O Expander
      arm64: dts: renesas: r8a779g0: Fix HSCIF0 "brg_int" clock
      arm64: dts: renesas: r8a779g0: Add SDHI node
      arm64: dts: renesas: r8a779g0: Add SCIF nodes
      arm64: dts: renesas: r8a779g0: Add remaining HSCIF nodes
      arm64: dts: renesas: r8a779a0: Update to R-Car Gen4 compatible values
      ARM: dts: renesas: Miscellaneous whitespace fixes

Hai Pham (2):
      arm64: dts: renesas: r8a779g0: Add RPC node
      arm64: dts: renesas: white-hawk-cpu: Add QSPI FLASH support

Kuninori Morimoto (1):
      arm64: dts: renesas: condor-common: Add missing bootargs

Lad Prabhakar (5):
      arm64: dts: renesas: rzg2lc-smarc: Include SoM DTSI into board DTS
      arm64: dts: renesas: rzg2ul-smarc: Move spi1 pinmux to carrier board DTSI
      arm64: dts: renesas: rzg2l: Drop WDT2 nodes
      arm64: dts: renesas: r9a07g043: Introduce SOC_PERIPHERAL_IRQ() macro to specify interrupt property
      arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts

Takeshi Kihara (1):
      arm64: dts: renesas: white-hawk-cpu: Add eMMC support

 arch/arm/boot/dts/r8a7742.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/r9a06g032.dtsi                   |  10 +-
 arch/arm64/boot/dts/renesas/condor-common.dtsi     |   1 +
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |  24 +-
 .../boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi  |  85 ++++
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          | 470 ++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi         | 362 +++++++---------
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi        |  72 ++++
 arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts |   2 +-
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi         |  15 -
 arch/arm64/boot/dts/renesas/r9a07g044c2-smarc.dts  |  30 ++
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi         |  15 -
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi   |   5 -
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi  |   5 -
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi      |  28 --
 .../boot/dts/renesas/rzg2ul-smarc-pinfunction.dtsi |   7 +
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi  |   7 -
 20 files changed, 830 insertions(+), 316 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g043u.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] 5+ messages in thread

* [GIT PULL 2/4] Renesas ARM SoC updates for v6.2
  2022-11-04 10:49 [GIT PULL 1/4] Renesas ARM DT updates for v6.2 Geert Uytterhoeven
  2022-11-04 10:49 ` Geert Uytterhoeven
@ 2022-11-04 10:49 ` Geert Uytterhoeven
  2022-11-04 10:49 ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
  2022-11-04 10:49 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-11-04 10:49 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-arm-soc-for-v6.2-tag1

for you to fetch changes up to d84ea59e20158ca7a1b6c1dfc3c0e2e652eb4b00:

  arm64: renesas: Drop selecting GPIOLIB and PINCTRL (2022-10-28 14:31:24 +0200)

----------------------------------------------------------------
Renesas ARM SoC updates for v6.2

  - Drop selecting GPIOLIB and PINCTRL, which are already automatically
    selected as part of the SOC_RENESAS config option in
    drivers/soc/renesas/Kconfig.

----------------------------------------------------------------
Lad Prabhakar (3):
      soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS
      ARM: shmobile: Drop selecting GPIOLIB and PINCTRL
      arm64: renesas: Drop selecting GPIOLIB and PINCTRL

 arch/arm/mach-shmobile/Kconfig | 2 --
 arch/arm64/Kconfig.platforms   | 2 --
 drivers/soc/renesas/Kconfig    | 2 ++
 3 files changed, 2 insertions(+), 4 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] 5+ messages in thread

* [GIT PULL 3/4] Renesas driver updates for v6.2
  2022-11-04 10:49 [GIT PULL 1/4] Renesas ARM DT updates for v6.2 Geert Uytterhoeven
  2022-11-04 10:49 ` Geert Uytterhoeven
  2022-11-04 10:49 ` [GIT PULL 2/4] Renesas ARM SoC " Geert Uytterhoeven
@ 2022-11-04 10:49 ` Geert Uytterhoeven
  2022-11-04 10:49 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-11-04 10:49 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-drivers-for-v6.2-tag1

for you to fetch changes up to b3acbca3c80e612478b354e43c1480c3fc15873e:

  soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS (2022-10-17 12:18:49 +0200)

----------------------------------------------------------------
Renesas driver updates for v6.2

  - Let SOC_RENESAS select GPIOLIB and PINCTRL, so this does not have to
    be handled in two (soon three: arm/arm64/riscv), places.

----------------------------------------------------------------
Lad Prabhakar (1):
      soc: renesas: Kconfig: Explicitly select GPIOLIB and PINCTRL config under SOC_RENESAS

 drivers/soc/renesas/Kconfig | 2 ++
 1 file changed, 2 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] 5+ messages in thread

* [GIT PULL 4/4] Renesas DT binding updates for v6.2
  2022-11-04 10:49 [GIT PULL 1/4] Renesas ARM DT updates for v6.2 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2022-11-04 10:49 ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
@ 2022-11-04 10:49 ` Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2022-11-04 10:49 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

  Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-dt-bindings-for-v6.2-tag1

for you to fetch changes up to 7dd1d57c052e88f98b9e9145461b13bca019d108:

  dt-bindings: soc: renesas: renesas.yaml: Document Renesas RZ/Five SoC (2022-10-28 14:43:12 +0200)

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

  - Move renesas.yaml from arm to soc, and document RZ/Five support.

----------------------------------------------------------------
Lad Prabhakar (2):
      dt-bindings: soc: renesas: Move renesas.yaml from arm to soc
      dt-bindings: soc: renesas: renesas.yaml: Document Renesas RZ/Five SoC

 Documentation/devicetree/bindings/{arm => soc/renesas}/renesas.yaml | 5 +++--
 MAINTAINERS                                                         | 1 -
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename Documentation/devicetree/bindings/{arm => soc/renesas}/renesas.yaml (98%)

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

end of thread, other threads:[~2022-11-04 10:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04 10:49 [GIT PULL 1/4] Renesas ARM DT updates for v6.2 Geert Uytterhoeven
2022-11-04 10:49 ` Geert Uytterhoeven
2022-11-04 10:49 ` [GIT PULL 2/4] Renesas ARM SoC " Geert Uytterhoeven
2022-11-04 10:49 ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
2022-11-04 10:49 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven

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).