linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas ARM SoC updates for v5.13
@ 2021-03-19  8:51 Geert Uytterhoeven
  2021-03-19  8:51 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2021-03-19  8:51 UTC (permalink / raw)
  To: arm-soc, arm-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.13.

It consists of 2 parts:

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

    - Refresh shmobile_defconfig for v5.12-rc2.

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

    - OV7725 camera support for the iWave RainboW Qseven board (G21D), and
      its camera expansion board,
    - Add mmc aliases to fix /dev/mmcblkN order,
    - HDMI Display support for the R-Car Starter Kit Pro with R-Car M3-W+,
    - Support for running upstream kernels on the RZA2MEVB board, using
      the SDRAM present on the sub-board,
    - I2C EEPROM support for the Falcon development board,
    - Timer, thermal sensor, and CAN support for the R-Car V3U SoC.
    - Miscellaneous fixes and improvements.

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

    - Prepare rmobile-sysc for fw_devlink=on,
    - A minor cleanup.

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

* [GIT PULL 1/3] Renesas ARM defconfig updates for v5.13
  2021-03-19  8:51 [GIT PULL 0/3] Renesas ARM SoC updates for v5.13 Geert Uytterhoeven
@ 2021-03-19  8:51 ` Geert Uytterhoeven
  2021-03-23 17:33   ` Arnd Bergmann
  2021-03-19  8:51 ` [GIT PULL 2/3] Renesas ARM DT " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2021-03-19  8:51 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -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-v5.13-tag1

for you to fetch changes up to c5929afafbafb1b0b9a14b07452a846cfca7a22e:

  ARM: shmobile: defconfig: Refresh for v5.12-rc2 (2021-03-12 09:34:57 +0100)

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

  - Refresh shmobile_defconfig for v5.12-rc2.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Refresh for v5.12-rc2

 arch/arm/configs/shmobile_defconfig | 1 -
 1 file changed, 1 deletion(-)

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

* [GIT PULL 2/3] Renesas ARM DT updates for v5.13
  2021-03-19  8:51 [GIT PULL 0/3] Renesas ARM SoC updates for v5.13 Geert Uytterhoeven
  2021-03-19  8:51 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
@ 2021-03-19  8:51 ` Geert Uytterhoeven
  2021-03-23 17:34   ` Arnd Bergmann
  2021-03-19  8:51 ` [GIT PULL 3/3] Renesas driver " Geert Uytterhoeven
  2021-03-22 12:17 ` [GIT PULL 0/3] Renesas ARM SoC " Geert Uytterhoeven
  3 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2021-03-19  8:51 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

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.13-tag1

for you to fetch changes up to c8aebc1346522d3569690867ce3996642ad52e01:

  arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding (2021-03-16 09:58:00 +0100)

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

  - OV7725 camera support for the iWave RainboW Qseven board (G21D), and
    its camera expansion board,
  - Add mmc aliases to fix /dev/mmcblkN order,
  - HDMI Display support for the R-Car Starter Kit Pro with R-Car M3-W+,
  - Support for running upstream kernels on the RZA2MEVB board, using
    the SDRAM present on the sub-board,
  - I2C EEPROM support for the Falcon development board,
  - Timer, thermal sensor, and CAN support for the R-Car V3U SoC.
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Geert Uytterhoeven (10):
      ARM: dts: renesas: Group tuples in APMU cpus properties
      ARM: dts: renesas: Group tuples in playback and capture properties
      ARM: dts: renesas: Group tuples in pin control properties
      arm64: dts: renesas: Group tuples in playback and capture properties
      arm64: dts: renesas: Group tuples in pin control properties
      arm64: dts: renesas: Consolidate Salvator-X(S) HDMI0 handling
      ARM: dts: rza2mevb: Upstream Linux requires SDRAM
      arm64: dts: renesas: falcon: Add I2C EEPROM nodes
      arm64: dts: renesas: falcon: Add CSI/DSI sub-board
      arm64: dts: renesas: falcon: Add Ethernet sub-board

Lad Prabhakar (2):
      ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Separate out ov5640 nodes
      ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add support for 8-bit ov7725 sensors

Niklas Söderlund (1):
      arm64: dts: renesas: r8a779a0: Add thermal support

Phong Hoang (2):
      arm64: dts: renesas: r8a779a0: Add TMU support
      arm64: dts: renesas: r8a779a0: Add CMT support

Vladimir Barinov (1):
      arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding

Yoshihiro Shimoda (3):
      ARM: dts: renesas: Add mmc aliases into R-Car Gen2 board dts files
      arm64: dts: renesas: Add mmc aliases into board dts files
      arm64: dts: renesas: r8a77961: Add CAN nodes

Yuya Hamamachi (1):
      arm64: dts: renesas: r8a77961-ulcb: add HDMI Display support

 arch/arm/boot/dts/iwg20d-q7-common.dtsi            |   4 +-
 arch/arm/boot/dts/r7s9210-rza2mevb.dts             |  55 +++---
 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts    | 159 ++++++++-------
 .../dts/r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi  |  32 +++
 .../dts/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi  |  29 +++
 arch/arm/boot/dts/r8a7742-iwg21d-q7.dts            |   4 +-
 arch/arm/boot/dts/r8a7742.dtsi                     |   4 +-
 arch/arm/boot/dts/r8a7743-sk-rzg1m.dts             |   2 +-
 arch/arm/boot/dts/r8a7743.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7744.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts        |   4 +-
 arch/arm/boot/dts/r8a7745-sk-rzg1e.dts             |   2 +-
 arch/arm/boot/dts/r8a7745.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a77470.dtsi                    |   2 +-
 arch/arm/boot/dts/r8a7790-lager.dts                |  11 +-
 arch/arm/boot/dts/r8a7790-stout.dts                |   4 +-
 arch/arm/boot/dts/r8a7790.dtsi                     |   4 +-
 arch/arm/boot/dts/r8a7791-koelsch.dts              |  11 +-
 arch/arm/boot/dts/r8a7791-porter.dts               |   6 +-
 arch/arm/boot/dts/r8a7791.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7792-blanche.dts              |   2 +-
 arch/arm/boot/dts/r8a7792-wheat.dts                |   2 +-
 arch/arm/boot/dts/r8a7792.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7793-gose.dts                 |  11 +-
 arch/arm/boot/dts/r8a7793.dtsi                     |   2 +-
 arch/arm/boot/dts/r8a7794-alt.dts                  |   5 +-
 arch/arm/boot/dts/r8a7794-silk.dts                 |   8 +-
 arch/arm/boot/dts/r8a7794.dtsi                     |   2 +-
 .../boot/dts/renesas/beacon-renesom-baseboard.dtsi |   4 +-
 arch/arm64/boot/dts/renesas/hihope-common.dtsi     |   3 +
 arch/arm64/boot/dts/renesas/hihope-rev4.dtsi       |   2 +-
 .../boot/dts/renesas/r8a774a1-beacon-rzg2m-kit.dts |   3 +
 .../boot/dts/renesas/r8a774b1-beacon-rzg2n-kit.dts |   3 +
 arch/arm64/boot/dts/renesas/r8a774c0-cat874.dts    |   6 +-
 .../boot/dts/renesas/r8a774e1-beacon-rzg2h-kit.dts |   3 +
 .../arm64/boot/dts/renesas/r8a77950-salvator-x.dts |  37 +---
 .../arm64/boot/dts/renesas/r8a77951-salvator-x.dts |  37 +---
 .../boot/dts/renesas/r8a77951-salvator-xs.dts      |  37 +---
 .../arm64/boot/dts/renesas/r8a77960-salvator-x.dts |  46 -----
 .../boot/dts/renesas/r8a77960-salvator-xs.dts      |  46 -----
 .../boot/dts/renesas/r8a77961-salvator-xs.dts      |  46 -----
 arch/arm64/boot/dts/renesas/r8a77961-ulcb.dts      |  11 ++
 arch/arm64/boot/dts/renesas/r8a77961.dtsi          |  26 ++-
 .../arm64/boot/dts/renesas/r8a77965-salvator-x.dts |  45 -----
 .../boot/dts/renesas/r8a77965-salvator-xs.dts      |  45 -----
 arch/arm64/boot/dts/renesas/r8a77980.dtsi          |  16 +-
 arch/arm64/boot/dts/renesas/r8a77990-ebisu.dts     |   9 +-
 .../boot/dts/renesas/r8a779a0-falcon-cpu.dtsi      |   7 +
 .../boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi  |  15 ++
 .../boot/dts/renesas/r8a779a0-falcon-ethernet.dtsi |  15 ++
 arch/arm64/boot/dts/renesas/r8a779a0-falcon.dts    |  11 ++
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          | 220 +++++++++++++++++++++
 arch/arm64/boot/dts/renesas/salvator-common.dtsi   |  48 ++++-
 arch/arm64/boot/dts/renesas/ulcb-kf.dtsi           |   1 +
 arch/arm64/boot/dts/renesas/ulcb.dtsi              |   8 +-
 55 files changed, 619 insertions(+), 506 deletions(-)
 create mode 100644 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi
 create mode 100644 arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ov7725-single.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779a0-falcon-ethernet.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] 8+ messages in thread

* [GIT PULL 3/3] Renesas driver updates for v5.13
  2021-03-19  8:51 [GIT PULL 0/3] Renesas ARM SoC updates for v5.13 Geert Uytterhoeven
  2021-03-19  8:51 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
  2021-03-19  8:51 ` [GIT PULL 2/3] Renesas ARM DT " Geert Uytterhoeven
@ 2021-03-19  8:51 ` Geert Uytterhoeven
  2021-03-23 17:32   ` Arnd Bergmann
  2021-03-22 12:17 ` [GIT PULL 0/3] Renesas ARM SoC " Geert Uytterhoeven
  3 siblings, 1 reply; 8+ messages in thread
From: Geert Uytterhoeven @ 2021-03-19  8:51 UTC (permalink / raw)
  To: arm-soc, arm-soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc, Geert Uytterhoeven

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -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-v5.13-tag1

for you to fetch changes up to 1d9ffbc6b185561c65a5a599562dbb6c5d66e7d1:

  soc: renesas: rmobile-sysc: Mark fwnode when PM domain is added (2021-03-08 10:25:00 +0100)

----------------------------------------------------------------
Renesas driver updates for v5.13

  - Prepare rmobile-sysc for fw_devlink=on,
  - A minor cleanup.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      soc: renesas: rmobile-sysc: Remove unneeded platform includes
      soc: renesas: rmobile-sysc: Mark fwnode when PM domain is added

 drivers/soc/renesas/rmobile-sysc.c | 4 ++--
 1 file changed, 2 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] 8+ messages in thread

* Re: [GIT PULL 0/3] Renesas ARM SoC updates for v5.13
  2021-03-19  8:51 [GIT PULL 0/3] Renesas ARM SoC updates for v5.13 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2021-03-19  8:51 ` [GIT PULL 3/3] Renesas driver " Geert Uytterhoeven
@ 2021-03-22 12:17 ` Geert Uytterhoeven
  3 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2021-03-22 12:17 UTC (permalink / raw)
  To: arm-soc, arm-soc; +Cc: Magnus Damm, Linux ARM, Linux-Renesas

On Fri, Mar 19, 2021 at 9:51 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> This is my first pull request for the inclusion of Renesas SoC updates
> for v5.13.
>
> It consists of 2 parts:

Oops, 3 parts.  Sorry for that.

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

* Re: [GIT PULL 3/3] Renesas driver updates for v5.13
  2021-03-19  8:51 ` [GIT PULL 3/3] Renesas driver " Geert Uytterhoeven
@ 2021-03-23 17:32   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2021-03-23 17:32 UTC (permalink / raw)
  To: Geert Uytterhoeven, arm-soc, arm-soc
  Cc: Arnd Bergmann, linux-renesas-soc, Magnus Damm, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 19 Mar 2021 09:51:46 +0100, Geert Uytterhoeven wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -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-v5.13-tag1
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 10f765d68ba218fc0125b0193a058c82cc3b481d

       Arnd

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

* Re: [GIT PULL 1/3] Renesas ARM defconfig updates for v5.13
  2021-03-19  8:51 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
@ 2021-03-23 17:33   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2021-03-23 17:33 UTC (permalink / raw)
  To: arm-soc, arm-soc, Geert Uytterhoeven
  Cc: Arnd Bergmann, linux-renesas-soc, linux-arm-kernel, Magnus Damm

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 19 Mar 2021 09:51:44 +0100, Geert Uytterhoeven wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -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-v5.13-tag1
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: b61ecafafe9cbe8e99206bb7ef638d8e8340515d

       Arnd

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

* Re: [GIT PULL 2/3] Renesas ARM DT updates for v5.13
  2021-03-19  8:51 ` [GIT PULL 2/3] Renesas ARM DT " Geert Uytterhoeven
@ 2021-03-23 17:34   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2021-03-23 17:34 UTC (permalink / raw)
  To: arm-soc, Geert Uytterhoeven, arm-soc
  Cc: Arnd Bergmann, linux-arm-kernel, Magnus Damm, linux-renesas-soc

From: Arnd Bergmann <arnd@arndb.de>

On Fri, 19 Mar 2021 09:51:45 +0100, Geert Uytterhoeven wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)
> 
> 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.13-tag1
> 
> [...]

Merged into arm/dt, thanks!

merge commit: f38dc82b56a83be8a18e395ff5568e46621db749

       Arnd

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

end of thread, other threads:[~2021-03-23 17:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-19  8:51 [GIT PULL 0/3] Renesas ARM SoC updates for v5.13 Geert Uytterhoeven
2021-03-19  8:51 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
2021-03-23 17:33   ` Arnd Bergmann
2021-03-19  8:51 ` [GIT PULL 2/3] Renesas ARM DT " Geert Uytterhoeven
2021-03-23 17:34   ` Arnd Bergmann
2021-03-19  8:51 ` [GIT PULL 3/3] Renesas driver " Geert Uytterhoeven
2021-03-23 17:32   ` Arnd Bergmann
2021-03-22 12:17 ` [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).