* [GIT PULL 0/3] Renesas SoC updates for v6.4 (take two)
@ 2023-04-10 7:55 Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 1/3] Renesas ARM SoC updates for v6.4 Geert Uytterhoeven
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-04-10 7:55 UTC (permalink / raw)
To: arm-soc, soc
Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
Hi SoC folks,
This is my second pull request for the inclusion of Renesas SoC updates
for v6.4.
It consists of 3 parts:
[GIT PULL 1/3] Renesas ARM SoC updates for v6.4
- Use of_cpu_node_to_id() to read CPU node 'reg'.
[GIT PULL 2/3] Renesas driver updates for v6.4 (take two)
- Add "renesas," file contents pattern to MAINTAINERS,
- Fix a small leak on OOM.
[GIT PULL 3/3] Renesas DTS updates for v6.4 (take two)
- Add PWM support for the R-Car H1 and H2 SoCs,
- Add slide switch and I2C support for the Marzen development board,
- Add SCI (serial) and Camera support for the RZ/G2L SoC and the
RZ/G2L SMARC EVK development board,
- Add IOMMU support for the R-Car V4H SoC,
- 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] 4+ messages in thread* [GIT PULL 1/3] Renesas ARM SoC updates for v6.4
2023-04-10 7:55 [GIT PULL 0/3] Renesas SoC updates for v6.4 (take two) Geert Uytterhoeven
@ 2023-04-10 7:55 ` Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 2/3] Renesas driver updates for v6.4 (take two) Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-04-10 7:55 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-soc-for-v6.4-tag1
for you to fetch changes up to 6050cb1c7ad40b5673cd6ee7cfd36db3ca9be5fe:
ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg' (2023-03-30 16:02:42 +0200)
----------------------------------------------------------------
Renesas ARM SoC updates for v6.4
- Use of_cpu_node_to_id() to read CPU node 'reg'.
----------------------------------------------------------------
Rob Herring (1):
ARM: sh-mobile: Use of_cpu_node_to_id() to read CPU node 'reg'
arch/arm/mach-shmobile/platsmp-apmu.c | 36 ++++++++++++++++-------------------
1 file changed, 16 insertions(+), 20 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 2/3] Renesas driver updates for v6.4 (take two)
2023-04-10 7:55 [GIT PULL 0/3] Renesas SoC updates for v6.4 (take two) Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 1/3] Renesas ARM SoC updates for v6.4 Geert Uytterhoeven
@ 2023-04-10 7:55 ` Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-04-10 7:55 UTC (permalink / raw)
To: arm-soc, soc
Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 2653d5bf1c9d123c0d8b8c1634cf54dacfcfdb52:
soc: renesas: Use "#ifdef" for single-symbol definition checks (2023-03-16 16:58:42 +0100)
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-tag2
for you to fetch changes up to fc187a46a8e682f0f1167b230792b88de01ceaa0:
soc: renesas: renesas-soc: Release 'chipid' from ioremap() (2023-04-04 10:01:58 +0200)
----------------------------------------------------------------
Renesas driver updates for v6.4 (take two)
- Add "renesas," file contents pattern to MAINTAINERS,
- Fix a small leak on OOM.
----------------------------------------------------------------
Geert Uytterhoeven (1):
MAINTAINERS: renesas: Add "renesas," file contents pattern
Li Yang (1):
soc: renesas: renesas-soc: Release 'chipid' from ioremap()
MAINTAINERS | 1 +
drivers/soc/renesas/renesas-soc.c | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL 3/3] Renesas DTS updates for v6.4 (take two)
2023-04-10 7:55 [GIT PULL 0/3] Renesas SoC updates for v6.4 (take two) Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 1/3] Renesas ARM SoC updates for v6.4 Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 2/3] Renesas driver updates for v6.4 (take two) Geert Uytterhoeven
@ 2023-04-10 7:55 ` Geert Uytterhoeven
2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2023-04-10 7:55 UTC (permalink / raw)
To: arm-soc, soc
Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
Geert Uytterhoeven
The following changes since commit 4db0ce4038dec3cf5cb42587a111f4415be381b6:
arm64: dts: renesas: r8a779a0: Update CAN-FD to R-Car Gen4 compatible value (2023-03-16 17:00:58 +0100)
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-tag2
for you to fetch changes up to 2f04079bf5920b5120407421478dff1d5692d959:
arm64: dts: renesas: r8a779a0: Revise renesas,ipmmu-main (2023-04-04 10:01:01 +0200)
----------------------------------------------------------------
Renesas DTS updates for v6.4 (take two)
- Add PWM support for the R-Car H1 and H2 SoCs,
- Add slide switch and I2C support for the Marzen development board,
- Add SCI (serial) and Camera support for the RZ/G2L SoC and the
RZ/G2L SMARC EVK development board,
- Add IOMMU support for the R-Car V4H SoC,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Biju Das (2):
arm64: dts: renesas: rzg2l: Add clock-names and reset-names to DMAC nodes
arm64: dts: renesas: r9a07g044: Enable SCI0 using DT overlay
Geert Uytterhoeven (7):
dt-bindings: clock: r8a7779: Add PWM module clock
ARM: dts: r8a7779: Add PWM support
ARM: dts: marzen: Add slide switches
ARM: dts: marzen: Enable I2C support
ARM: dts: r8a7790: Add TPU device node
ARM: dts: r8a7790: Add PWM device nodes
arm64: dts: renesas: r8a779a0: Revise renesas,ipmmu-main
Lad Prabhakar (2):
arm64: dts: renesas: r9a07g044: Add CSI and CRU nodes
arm64: dts: renesas: rzg2l-smarc: Enable CRU, CSI support
Niklas Söderlund (1):
arm64: dts: renesas: falcon-csi-dsi: Set bus-type for MAX96712
Yoshihiro Shimoda (4):
arm64: dts: renesas: r8a779f0: Revise renesas,ipmmu-main
arm64: dts: renesas: r8a779g0: Add IPMMU nodes
arm64: dts: renesas: r8a779g0: Add iommus to DMAC nodes
arm64: dts: renesas: r8a779g0: Add iommus to MMC node
arch/arm/boot/dts/r8a7779-marzen.dts | 69 +++++++++++
arch/arm/boot/dts/r8a7779.dtsi | 91 ++++++++++++---
arch/arm/boot/dts/r8a7790.dtsi | 81 +++++++++++++
arch/arm64/boot/dts/renesas/Makefile | 2 +
.../boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi | 5 +
arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 22 ++--
arch/arm64/boot/dts/renesas/r8a779f0.dtsi | 8 +-
arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 126 +++++++++++++++++++++
.../boot/dts/renesas/r9a07g043-smarc-pmod.dtso | 45 ++++++++
arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 2 +
arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 81 +++++++++++++
.../renesas/r9a07g044l2-smarc-cru-csi-ov5645.dtso | 21 ++++
arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 2 +
.../boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi | 80 +++++++++++++
include/dt-bindings/clock/r8a7779-clock.h | 1 +
15 files changed, 608 insertions(+), 28 deletions(-)
create mode 100644 arch/arm64/boot/dts/renesas/r9a07g043-smarc-pmod.dtso
create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc-cru-csi-ov5645.dtso
create mode 100644 arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-04-10 7:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-10 7:55 [GIT PULL 0/3] Renesas SoC updates for v6.4 (take two) Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 1/3] Renesas ARM SoC updates for v6.4 Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 2/3] Renesas driver updates for v6.4 (take two) Geert Uytterhoeven
2023-04-10 7:55 ` [GIT PULL 3/3] 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