linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas ARM SoC updates for v5.10
@ 2020-09-04 11:48 Geert Uytterhoeven
  2020-09-04 11:48 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2020-09-04 11:48 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Magnus Damm, Geert Uytterhoeven, linux-arm-kernel

	Hi arm-soc folks,

This is my first pull request for the inclusion of Renesas SoC updates
for v5.10.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas ARM defconfig updates for v5.10

    - Enable touchscreen support on the iWave RZ/G1E platform,
    - Update for PCIE_RCAR => CONFIG_PCIE_RCAR_{HOST,EP} split, including
      enabling the latter,
    - Enable FLASH support on various R-Car Gen3 boards,
    - Refresh shmobile_defconfig for v5.9-rc1.

  [GIT PULL 2/3] Renesas ARM DT updates for v5.10

    - Increase support for the RZ/G2H SoC on the HopeRun HiHope RZ/G2H
      board, and its display panel expansion board,
    - Increase support for the RZ/G1H SoC on the iWave RainboW SoM (G21M)
      and Qseven board (G21D),
    - SATA support for the HopeRun HiHope RZ/G2N board,
    - PCIe endpoint support for the RZ/G2M, RZ/G2E, and RZ/G2H SoCs,
    - Audio support for the R-Car M3-W+ SoC.
    - Minor fixes and improvements.

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

    - Improve visual Kconfig structure.

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/3] Renesas ARM defconfig updates for v5.10
  2020-09-04 11:48 [GIT PULL 0/3] Renesas ARM SoC updates for v5.10 Geert Uytterhoeven
@ 2020-09-04 11:48 ` Geert Uytterhoeven
  2020-09-04 11:48 ` [GIT PULL 2/3] Renesas ARM DT " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2020-09-04 11:48 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Magnus Damm, Geert Uytterhoeven, linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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.10-tag1

for you to fetch changes up to 5a87251dac0db8704d4d18b6dc7c23e30804585b:

  ARM: shmobile: defconfig: Enable CONFIG_PCIE_RCAR_HOST (2020-09-01 13:54:41 +0200)

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

  - Enable touchscreen support on the iWave RZ/G1E platform,
  - Update for PCIE_RCAR => CONFIG_PCIE_RCAR_{HOST,EP} split, including
    enabling the latter,
  - Enable FLASH support on various R-Car Gen3 boards,
  - Refresh shmobile_defconfig for v5.9-rc1.

----------------------------------------------------------------
Biju Das (1):
      ARM: shmobile: defconfig: Enable TOUCHSCREEN_STMPE

Geert Uytterhoeven (2):
      ARM: shmobile: defconfig: Refresh for v5.9-rc1
      arm64: defconfig: Enable RPC-IF support

Lad Prabhakar (3):
      arm64: defconfig: Enable R-Car PCIe endpoint driver
      ARM: multi_v7_defconfig: Enable CONFIG_PCIE_RCAR_HOST
      ARM: shmobile: defconfig: Enable CONFIG_PCIE_RCAR_HOST

 arch/arm/configs/multi_v7_defconfig | 2 +-
 arch/arm/configs/shmobile_defconfig | 5 +++--
 arch/arm64/configs/defconfig        | 7 +++++++
 3 files changed, 11 insertions(+), 3 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 2/3] Renesas ARM DT updates for v5.10
  2020-09-04 11:48 [GIT PULL 0/3] Renesas ARM SoC updates for v5.10 Geert Uytterhoeven
  2020-09-04 11:48 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
@ 2020-09-04 11:48 ` Geert Uytterhoeven
  2020-09-04 11:48 ` [GIT PULL 3/3] Renesas driver " Geert Uytterhoeven
  2020-09-18 12:26 ` [GIT PULL 0/3] Renesas ARM SoC " Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2020-09-04 11:48 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Magnus Damm, Geert Uytterhoeven, linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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.10-tag1

for you to fetch changes up to e9f0fb53ac88c1ccf3728b47c687838b6054f481:

  arm64: dts: renesas: Add HiHope RZ/G2H board with idk-1110wr display (2020-09-04 09:54:39 +0200)

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

  - Increase support for the RZ/G2H SoC on the HopeRun HiHope RZ/G2H
    board, and its display panel expansion board,
  - Increase support for the RZ/G1H SoC on the iWave RainboW SoM (G21M)
    and Qseven board (G21D),
  - SATA support for the HopeRun HiHope RZ/G2N board,
  - PCIe endpoint support for the RZ/G2M, RZ/G2E, and RZ/G2H SoCs,
  - Audio support for the R-Car M3-W+ SoC.
  - Minor fixes and improvements.

----------------------------------------------------------------
Biju Das (2):
      ARM: dts: iwg22d-sodimm: Fix dt nodes sorting
      arm64: dts: renesas: r8a774e1-hihope-rzg2h: Enable HS400 mode

Kuninori Morimoto (1):
      arm64: dts: renesas: r8a77961: Enable Sound / Audio-DMAC

Lad Prabhakar (28):
      arm64: dts: renesas: r8a774e1: Add PCIe device nodes
      arm64: dts: renesas: r8a774e1: Add SATA controller node
      arm64: dts: renesas: r8a774e1: Add USB2.0 phy and host (EHCI/OHCI) device nodes
      arm64: dts: renesas: r8a774e1: Add USB3.0 device nodes
      arm64: dts: renesas: r8a774e1: Add USB-DMAC and HSUSB device nodes
      arm64: dts: renesas: r8a774e1: Add audio support
      arm64: dts: renesas: r8a774e1: Add VIN and CSI-2 nodes
      ARM: dts: r8a7742-iwg21d-q7: Enable HSUSB, USB2.0 and xHCI
      ARM: dts: r8a7742-iwg21d-q7: Enable cmt0
      ARM: dts: r8a7742: Add PWM SoC support
      ARM: dts: r8a7742: Add TPU support
      ARM: dts: r8a7742: Add DU support
      ARM: dts: r8a7742: Add LVDS support
      arm64: dts: renesas: r8a774b1-hihope-rzg2n-ex: Enable sata
      ARM: dts: r8a7742: Add PCIe Controller device node
      arm64: dts: renesas: r8a774e1-hihope-rzg2h: Setup DU clocks
      ARM: dts: r8a7742: Add QSPI support
      arm64: dts: renesas: r8a774a1: Add PCIe EP nodes
      arm64: dts: renesas: r8a774b1: Add PCIe EP nodes
      arm64: dts: renesas: r8a774c0: Add PCIe EP node
      ARM: dts: r8a7742: Add CAN support
      ARM: dts: r8a7742-iwg21m: Sort the nodes alphabetically
      ARM: dts: r8a7742-iwg21m: Add RTC support
      ARM: dts: r8a7742-iwg21m: Add SPI NOR support
      ARM: dts: r8a7742: Add IPMMU DT nodes
      ARM: dts: r8a7742-iwg21d-q7: Enable PCIe Controller
      arm64: dts: renesas: r8a774e1: Add cpuidle support for CA5x cores
      arm64: dts: renesas: Add HiHope RZ/G2H board with idk-1110wr display

Marian-Cristian Rotariu (7):
      arm64: dts: renesas: r8a774e1: Add FCPF and FCPV instances
      arm64: dts: renesas: r8a774e1: Add VSP instances
      arm64: dts: renesas: r8a774e1: Populate DU device node
      arm64: dts: renesas: r8a774e1: Populate HDMI encoder node
      arm64: dts: renesas: r8a774e1: Add LVDS device node
      arm64: dts: renesas: r8a774e1: Add PWM device nodes
      arm64: dts: renesas: r8a774e1: Add FDP1 device nodes

Yoshihiro Shimoda (1):
      arm64: dts: renesas: ulcb: add full-pwr-cycle-in-suspend into eMMC nodes

 arch/arm/boot/dts/r8a7742-iwg21d-q7.dts            |   58 +
 arch/arm/boot/dts/r8a7742-iwg21m.dtsi              |   79 +-
 arch/arm/boot/dts/r8a7742.dtsi                     |  303 +++++
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts        |  112 +-
 arch/arm64/boot/dts/renesas/Makefile               |    1 +
 arch/arm64/boot/dts/renesas/r8a774a1.dtsi          |   38 +
 .../boot/dts/renesas/r8a774b1-hihope-rzg2n-ex.dts  |    5 +
 arch/arm64/boot/dts/renesas/r8a774b1.dtsi          |   38 +
 arch/arm64/boot/dts/renesas/r8a774c0.dtsi          |   19 +
 .../r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts        |   15 +
 .../boot/dts/renesas/r8a774e1-hihope-rzg2h.dts     |   15 +
 arch/arm64/boot/dts/renesas/r8a774e1.dtsi          | 1294 +++++++++++++++++++-
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |  483 +++++++-
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |    1 +
 14 files changed, 2367 insertions(+), 94 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex-idk-1110wr.dts

_______________________________________________
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/3] Renesas driver updates for v5.10
  2020-09-04 11:48 [GIT PULL 0/3] Renesas ARM SoC updates for v5.10 Geert Uytterhoeven
  2020-09-04 11:48 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
  2020-09-04 11:48 ` [GIT PULL 2/3] Renesas ARM DT " Geert Uytterhoeven
@ 2020-09-04 11:48 ` Geert Uytterhoeven
  2020-09-18 12:26 ` [GIT PULL 0/3] Renesas ARM SoC " Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2020-09-04 11:48 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: linux-renesas-soc, Magnus Damm, Geert Uytterhoeven, linux-arm-kernel

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -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.10-tag1

for you to fetch changes up to 464d9b349be634bd12978f2554b2b0198e56399d:

  soc: renesas: Align driver description titles (2020-09-01 10:22:16 +0200)

----------------------------------------------------------------
Renesas driver updates for v5.10

  - Improve visual Kconfig structure.

----------------------------------------------------------------
Kuninori Morimoto (2):
      soc: renesas: Use menu for Renesas SoC
      soc: renesas: Align driver description titles

 drivers/soc/renesas/Kconfig | 114 ++++++++++++++++++++++----------------------
 1 file changed, 57 insertions(+), 57 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

* Re: [GIT PULL 0/3] Renesas ARM SoC updates for v5.10
  2020-09-04 11:48 [GIT PULL 0/3] Renesas ARM SoC updates for v5.10 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2020-09-04 11:48 ` [GIT PULL 3/3] Renesas driver " Geert Uytterhoeven
@ 2020-09-18 12:26 ` Geert Uytterhoeven
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2020-09-18 12:26 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: Linux-Renesas, Magnus Damm, Geert Uytterhoeven, Linux ARM

On Fri, Sep 4, 2020 at 1:48 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> This is my first pull request for the inclusion of Renesas SoC updates
> for v5.10.

>   [GIT PULL 2/3] Renesas ARM DT updates for v5.10

>     - PCIe endpoint support for the RZ/G2M, RZ/G2E, and RZ/G2H SoCs,

Sorry, this should have been "RZ/G2M, RZ/G2N, and RZ/G2E".
You will receive PCIe endpoint support for RZ/G2H in take two.

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

end of thread, other threads:[~2020-09-18 12:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 11:48 [GIT PULL 0/3] Renesas ARM SoC updates for v5.10 Geert Uytterhoeven
2020-09-04 11:48 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
2020-09-04 11:48 ` [GIT PULL 2/3] Renesas ARM DT " Geert Uytterhoeven
2020-09-04 11:48 ` [GIT PULL 3/3] Renesas driver " Geert Uytterhoeven
2020-09-18 12:26 ` [GIT PULL 0/3] Renesas ARM SoC " 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).