linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] Renesas SoC updates for v6.4
@ 2023-03-27  8:57 Geert Uytterhoeven
  2023-03-27  8:57 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2023-03-27  8:57 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.4.

It consists of 4 parts:

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

    - Enable support for the Dialog Semiconductor DA7213 Codec, and the
      Renesas RZ/V2M xHCI and USB3.1 DRD controllers in the arm64
      defconfig,
    - Disable support for the obsolete R-Car H3 ES1.* (R8A77950) SoC in
      the arm64 defconfig,
    - Refresh shmobile_defconfig for v6.3-rc1,
    - Enable additional support for RZ/N1 platforms in multi_v7_defconfig.

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

    - Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC,
    - Miscellaneous fixes and improvements.

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

    - Document support for the Renesas RZ/N1 EB board with an RZ/N1D-DB
      daughter board,
    - Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC.

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

    - Add USB3 support for the RZ/V2M SoC and the RZ/V2M Evaluation Kit 2.0,
    - Add uSD card and eMMC support for the  RZ/V2M Evaluation Kit 2.0,
    - Add CAN-FD, thermal, GMSL2 video capture, and sound support for the
      R-Car V4H SoC and the White-Hawk development board,
    - Add PMU support for the RZ/G2UL, RZ/G2L{,C}, and RZ/V2L SoCs,
    - Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC,
    - Add I2C EEPROM support for the Atmark Techno Armadillo-800-EVA, and
      the Renesas Condor and ULCB development boards,
    - 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/4] Renesas ARM defconfig updates for v6.4
  2023-03-27  8:57 [GIT PULL 0/4] Renesas SoC updates for v6.4 Geert Uytterhoeven
@ 2023-03-27  8:57 ` Geert Uytterhoeven
  2023-03-27  8:57 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2023-03-27  8:57 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4-tag1

for you to fetch changes up to 93582bdfd0cf5aeeb4451ade1076a455c53d8a85:

  arm64: defconfig: Enable RZ/V2M xHCI and USB3.1 DRD controller support (2023-03-10 16:41:43 +0100)

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

  - Enable support for the Dialog Semiconductor DA7213 Codec, and the
    Renesas RZ/V2M xHCI and USB3.1 DRD controllers in the arm64
    defconfig,
  - Disable support for the obsolete R-Car H3 ES1.* (R8A77950) SoC in
    the arm64 defconfig,
  - Refresh shmobile_defconfig for v6.3-rc1,
  - Enable additional support for RZ/N1 platforms in multi_v7_defconfig.

----------------------------------------------------------------
Geert Uytterhoeven (3):
      ARM: shmobile: defconfig: Refresh for v6.3-rc1
      ARM: multi_v7_defconfig: Enable additional support for RZ/N1 platforms
      arm64: defconfig: Enable RZ/V2M xHCI and USB3.1 DRD controller support

Kuninori Morimoto (1):
      arm64: defconfig: Enable DA7213 Codec

Wolfram Sang (1):
      arm64: defconfig: Disable R-Car H3 ES1.*

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

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

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

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4-tag1

for you to fetch changes up to 2653d5bf1c9d123c0d8b8c1634cf54dacfcfdb52:

  soc: renesas: Use "#ifdef" for single-symbol definition checks (2023-03-16 16:58:42 +0100)

----------------------------------------------------------------
Renesas driver updates for v6.4

  - Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      soc: renesas: rmobile-sysc: Use of_fwnode_handle() helper
      soc: renesas: Use "#ifdef" for single-symbol definition checks

Krzysztof Kozlowski (2):
      soc: renesas: mark OF related data as maybe unused
      soc: renesas: pwc-rzv2m: drop of_match_ptr for ID table

Wolfram Sang (2):
      soc: renesas: rcar-sysc: Remove R-Car H3 ES1.* handling
      soc: renesas: Remove r8a77950 arch

 drivers/soc/renesas/Kconfig              |  7 -------
 drivers/soc/renesas/pwc-rzv2m.c          |  2 +-
 drivers/soc/renesas/r8a7795-sysc.c       | 10 ----------
 drivers/soc/renesas/renesas-soc.c        | 14 ++++++--------
 drivers/soc/renesas/rmobile-sysc.c       |  2 +-
 include/dt-bindings/power/r8a7795-sysc.h |  1 -
 6 files changed, 8 insertions(+), 28 deletions(-)

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

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

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4-tag1

for you to fetch changes up to d35ad1030a6bce57234b8eea14ab17560f3c9e1b:

  dt-bindings: soc: renesas: Remove R-Car H3 ES1.* (2023-03-10 17:05:22 +0100)

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

  - Document support for the Renesas RZ/N1 EB board with an RZ/N1D-DB
    daughter board,
  - Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC.

----------------------------------------------------------------
Clément Léger (1):
      dt-bindings: soc: renesas: renesas.yaml: Add renesas,rzn1d400-eb compatible

Wolfram Sang (1):
      dt-bindings: soc: renesas: Remove R-Car H3 ES1.*

 .../devicetree/bindings/soc/renesas/renesas.yaml          | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

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

* [GIT PULL 4/4] Renesas DTS updates for v6.4
  2023-03-27  8:57 [GIT PULL 0/4] Renesas SoC updates for v6.4 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2023-03-27  8:57 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
@ 2023-03-27  8:57 ` Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2023-03-27  8:57 UTC (permalink / raw)
  To: arm-soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -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.4-tag1

for you to fetch changes up to 4db0ce4038dec3cf5cb42587a111f4415be381b6:

  arm64: dts: renesas: r8a779a0: Update CAN-FD to R-Car Gen4 compatible value (2023-03-16 17:00:58 +0100)

----------------------------------------------------------------
Renesas DTS updates for v6.4

  - Add USB3 support for the RZ/V2M SoC and the RZ/V2M Evaluation Kit 2.0,
  - Add uSD card and eMMC support for the  RZ/V2M Evaluation Kit 2.0,
  - Add CAN-FD, thermal, GMSL2 video capture, and sound support for the
    R-Car V4H SoC and the White-Hawk development board,
  - Add PMU support for the RZ/G2UL, RZ/G2L{,C}, and RZ/V2L SoCs,
  - Drop support for the obsolete R-Car H3 ES1.* (R8A77950) SoC,
  - Add I2C EEPROM support for the Atmark Techno Armadillo-800-EVA, and
    the Renesas Condor and ULCB development boards,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (4):
      arm64: dts: renesas: r9a09g011: Add USB3 DRD, device and host nodes
      arm64: dts: renesas: rzv2mevk2: Enable USB3 DRD, Peripheral and Host
      arm64: dts: renesas: rzv2mevk2: Enable USB3 role switch
      arm64: dts: renesas: rzv2mevk2: Add uart0 pins

Fabrizio Castro (1):
      arm64: dts: renesas: rzv2mevk2: Add uSD card and eMMC support

Geert Uytterhoeven (11):
      arm64: dts: renesas: r8a779g0: Add CAN-FD node
      arm64: dts: renesas: white-hawk: Add CAN-FD support
      arm64: dts: renesas: falcon: Describe CAN clock
      arm64: dts: renesas: rcar-gen3: Remove bogus "turbo-mode" properties
      arm64: dts: renesas: r8a779g0: Add thermal nodes
      arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table
      arm64: dts: renesas: r8a774c0: Remove bogus voltages from OPP table
      ARM: dts: armadillo800eva: Add I2C EEPROM for MAC address
      arm64: dts: renesas: condor: Add I2C EEPROM for PMIC
      arm64: dts: renesas: ulcb: Add I2C EEPROM for PMIC
      arm64: dts: renesas: r8a779a0: Update CAN-FD to R-Car Gen4 compatible value

Kuninori Morimoto (2):
      arm64: dts: renesas: r8a779g0: R-Car Sound support
      arm64: dts: renesas: white-hawk: Add R-Car Sound support

Lad Prabhakar (7):
      arm64: dts: renesas: r9a07g043u: Add Cortex-A55 PMU node
      arm64: dts: renesas: r9a07g044: Add Cortex-A55 PMU node
      arm64: dts: renesas: Drop specifying the GIC_CPU_MASK_SIMPLE() for GICv3 systems
      arm64: dts: renesas: r9a07g054: Add Cortex-A55 PMU node
      arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels
      arm64: dts: renesas: r9a07g054: Update IRQ numbers for SSI channels
      arm64: dts: renesas: r9a07g043: Update IRQ numbers for SSI channels

Nam Nguyen (1):
      arm64: dts: renesas: v3hsk: Add clock-skew for GEther's Micrel PHY

Niklas Söderlund (2):
      arm64: dts: renesas: r8a779g0: Add and connect all CSI-2, ISP and VIN nodes
      arm64: dts: renesas: white-hawk-csi-dsi: Add and connect MAX96712

Wolfram Sang (2):
      arm64: dts: renesas: r8a779f0: Use proper labels for thermal zones
      arm64: dts: renesas: Remove R-Car H3 ES1.* devicetrees

 arch/arm/boot/dts/r8a7740-armadillo800eva.dts      |  19 +-
 arch/arm64/boot/dts/renesas/Makefile               |   5 +-
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   3 -
 .../arm64/boot/dts/renesas/r8a77950-salvator-x.dts |  49 --
 arch/arm64/boot/dts/renesas/r8a77950-ulcb-kf.dts   |  16 -
 arch/arm64/boot/dts/renesas/r8a77950-ulcb.dts      |  37 -
 arch/arm64/boot/dts/renesas/r8a77950.dtsi          | 330 --------
 arch/arm64/boot/dts/renesas/r8a77951.dtsi          |   1 -
 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/r8a77980-condor.dts    |   8 +
 arch/arm64/boot/dts/renesas/r8a77980-v3hsk.dts     |   1 +
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |   3 -
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts    |  11 +-
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |  14 +-
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi          |  17 +-
 .../r8a779g0-white-hawk-ard-audio-da7212.dtso      | 187 +++++
 .../dts/renesas/r8a779g0-white-hawk-csi-dsi.dtsi   | 172 ++++
 .../arm64/boot/dts/renesas/r8a779g0-white-hawk.dts |  44 ++
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          | 880 ++++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r8a779m1.dtsi          |   3 +
 arch/arm64/boot/dts/renesas/r8a779m3.dtsi          |   3 +
 arch/arm64/boot/dts/renesas/r8a779m5.dtsi          |   3 +
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi         |  19 +-
 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi        |  13 +-
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi         |  32 +-
 arch/arm64/boot/dts/renesas/r9a07g044c1.dtsi       |   7 -
 arch/arm64/boot/dts/renesas/r9a07g044l1.dtsi       |   7 -
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi         |  32 +-
 arch/arm64/boot/dts/renesas/r9a07g054l1.dtsi       |   7 -
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts  | 216 +++++
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi         |  45 ++
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   6 +
 34 files changed, 1649 insertions(+), 547 deletions(-)
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950-salvator-x.dts
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950-ulcb-kf.dts
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950-ulcb.dts
 delete mode 100644 arch/arm64/boot/dts/renesas/r8a77950.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-ard-audio-da7212.dtso

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

end of thread, other threads:[~2023-03-27  8:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-27  8:57 [GIT PULL 0/4] Renesas SoC updates for v6.4 Geert Uytterhoeven
2023-03-27  8:57 ` [GIT PULL 1/4] Renesas ARM defconfig " Geert Uytterhoeven
2023-03-27  8:57 ` [GIT PULL 2/4] Renesas driver " Geert Uytterhoeven
2023-03-27  8:57 ` [GIT PULL 3/4] Renesas DT binding " Geert Uytterhoeven
2023-03-27  8:57 ` [GIT PULL 4/4] Renesas DTS " 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).