From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
linux-arm-kernel@lists.infradead.org,
linux-renesas-soc@vger.kernel.org,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL 1/4] Renesas ARM DT updates for v6.2
Date: Fri, 4 Nov 2022 11:49:54 +0100 [thread overview]
Message-ID: <cover.1667558740.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1667558738.git.geert+renesas@glider.be>
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git renesas-arm-dt-for-v6.2-tag1
for you to fetch changes up to b9a0be2054964026aa58966ce9724b672f210835:
arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts (2022-10-28 14:23:00 +0200)
----------------------------------------------------------------
Renesas ARM DT updates for v6.2
- DMA, SPI (MSIOF), external interrupt (INTC-EX), PWM (PWM and TPU),
SDHI, HyperFLASH/QSPI (RPC), and serial ((H)SCIF) support for the
R-Car V4H SoC,
- I/O expander, eMMC, and QSPI FLASH support for the White Hawk
development board,
- Preparatory work to share r9a07g043.dtsi between the ARM-based
RZ/G2UL (R9A07G043U) and the RISC-V-based RZ/Five (R9A07G043F) SoCs,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
CongDang (2):
arm64: dts: renesas: r8a779g0: Add PWM device nodes
arm64: dts: renesas: r8a779g0: Add TPU device node
Geert Uytterhoeven (10):
arm64: dts: renesas: r8a779g0: Add DMA support
arm64: dts: renesas: r8a779g0: Add MSIOF nodes
arm64: dts: renesas: r8a779g0: Add INTC-EX node
arm64: dts: renesas: white-hawk-cpu: Add PCA9654 I/O Expander
arm64: dts: renesas: r8a779g0: Fix HSCIF0 "brg_int" clock
arm64: dts: renesas: r8a779g0: Add SDHI node
arm64: dts: renesas: r8a779g0: Add SCIF nodes
arm64: dts: renesas: r8a779g0: Add remaining HSCIF nodes
arm64: dts: renesas: r8a779a0: Update to R-Car Gen4 compatible values
ARM: dts: renesas: Miscellaneous whitespace fixes
Hai Pham (2):
arm64: dts: renesas: r8a779g0: Add RPC node
arm64: dts: renesas: white-hawk-cpu: Add QSPI FLASH support
Kuninori Morimoto (1):
arm64: dts: renesas: condor-common: Add missing bootargs
Lad Prabhakar (5):
arm64: dts: renesas: rzg2lc-smarc: Include SoM DTSI into board DTS
arm64: dts: renesas: rzg2ul-smarc: Move spi1 pinmux to carrier board DTSI
arm64: dts: renesas: rzg2l: Drop WDT2 nodes
arm64: dts: renesas: r9a07g043: Introduce SOC_PERIPHERAL_IRQ() macro to specify interrupt property
arm64: dts: renesas: r9a07g043: Split out RZ/G2UL SoC specific parts
Takeshi Kihara (1):
arm64: dts: renesas: white-hawk-cpu: Add eMMC support
arch/arm/boot/dts/r8a7742.dtsi | 2 +-
arch/arm/boot/dts/r8a7790.dtsi | 2 +-
arch/arm/boot/dts/r8a7791.dtsi | 2 +-
arch/arm/boot/dts/r8a7793.dtsi | 2 +-
arch/arm/boot/dts/r9a06g032.dtsi | 10 +-
arch/arm64/boot/dts/renesas/condor-common.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 24 +-
.../boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi | 85 ++++
arch/arm64/boot/dts/renesas/r8a779g0.dtsi | 470 ++++++++++++++++++++-
arch/arm64/boot/dts/renesas/r9a07g043.dtsi | 362 +++++++---------
arch/arm64/boot/dts/renesas/r9a07g043u.dtsi | 72 ++++
arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts | 2 +-
arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 15 -
arch/arm64/boot/dts/renesas/r9a07g044c2-smarc.dts | 30 ++
arch/arm64/boot/dts/renesas/r9a07g054.dtsi | 15 -
arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 5 -
arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi | 5 -
arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi | 28 --
.../boot/dts/renesas/rzg2ul-smarc-pinfunction.dtsi | 7 +
arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi | 7 -
20 files changed, 830 insertions(+), 316 deletions(-)
create mode 100644 arch/arm64/boot/dts/renesas/r9a07g043u.dtsi
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-11-04 10:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 10:49 [GIT PULL 1/4] Renesas ARM DT updates for v6.2 Geert Uytterhoeven
2022-11-04 10:49 ` Geert Uytterhoeven [this message]
2022-11-04 10:49 ` [GIT PULL 2/4] Renesas ARM SoC " Geert Uytterhoeven
2022-11-04 10:49 ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
2022-11-04 10:49 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1667558740.git.geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=arm@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=soc@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).