Hi SoC folks,
This is my first pull request for the inclusion of Renesas SoC updates
for v5.17.
It consists of 4 parts:
[GIT PULL 1/4] Renesas ARM DT updates for v5.17
- Serial, SPI, timer, watchdog, operating points, and QSPI FLASH
support for the RZ/G2L SoC and the RZ/G2L SMARC EVK development
board,
- SDHI SDnH clocks for the R-Car Gen3 and RZ/G2 SoCs,
- Display Unit support for the R-Car V3U SoC,
- Miscellaneous fixes and improvements.
[GIT PULL 2/4] Renesas ARM SoC updates for v5.17
- Add a missing of_node_put().
[GIT PULL 3/4] Renesas driver updates for v5.17
- Add a remoteproc API for controlling the Cortex-R7 boot address on
R-Car Gen3 SoCs,
- Consolidate product register handling.
[GIT PULL 4/4] Renesas DT binding updates for v5.17
- Document SDHI SDnH clocks on R-Car Gen2 and later,
- Document core support for the R-Car S4-8 (R8A779F0) SoC.
Note that due to dependencies between Renesas Clock and Renesas SDHI
driver changes, I'm handling Renesas SDHI changes for this cycle.
Hence the presence of a Renesas SDHI DT bindings update in part 4.
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
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -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.17-tag1
for you to fetch changes up to 05b22caa7490e4f4c94bbde33c61cf72d187b8f7:
soc: renesas: Consolidate product register handling (2021-11-30 09:42:00 +0100)
----------------------------------------------------------------
Renesas driver updates for v5.17
- Add a remoteproc API for controlling the Cortex-R7 boot address on
R-Car Gen3 SoCs,
- Consolidate product register handling.
----------------------------------------------------------------
Geert Uytterhoeven (1):
soc: renesas: Consolidate product register handling
Julien Massot (1):
soc: renesas: rcar-rst: Add support to set rproc boot address
drivers/soc/renesas/rcar-rst.c | 43 ++++++++++++-
drivers/soc/renesas/renesas-soc.c | 115 +++++++++++++++++------------------
include/linux/soc/renesas/rcar-rst.h | 2 +
3 files changed, 98 insertions(+), 62 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Fri, 3 Dec 2021 12:31:20 +0100, Geert Uytterhoeven wrote:
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -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.17-tag1
[...]
Merged into arm/drivers, thanks!
merge commit: 0491871b63da81a42841218d951f98ad5c2a35e2
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Fri, 3 Dec 2021 12:31:21 +0100, Geert Uytterhoeven wrote:
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -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-v5.17-tag1
[...]
Merged into arm/dt, thanks!
merge commit: 541b107cccf46e1281fe9d34f9ac6794c87ce87d
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Fri, 3 Dec 2021 12:31:18 +0100, Geert Uytterhoeven wrote:
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -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.17-tag1
[...]
Merged into arm/dt, thanks!
merge commit: ee58c0a4d72655b8271dde79a99466da2fab8c34
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v5.17-tag1
for you to fetch changes up to 85744f2d938c5f3cfc44cb6533c157469634da93:
ARM: shmobile: rcar-gen2: Add missing of_node_put() (2021-11-15 09:58:53 +0100)
----------------------------------------------------------------
Renesas ARM SoC updates for v5.17
- Add a missing of_node_put().
----------------------------------------------------------------
Wan Jiabing (1):
ARM: shmobile: rcar-gen2: Add missing of_node_put()
arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Arnd Bergmann <arnd@arndb.de>
On Fri, 3 Dec 2021 12:31:19 +0100, Geert Uytterhoeven wrote:
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v5.17-tag1
[...]
Merged into arm/soc, thanks!
merge commit: 6eecfd592d5e0535dbb0bd936aa69688f1ebe97e
Arnd
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel