linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Magnus Damm <magnus.damm@gmail.com>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 00/13] ARM: dts: renesas: Move interrupt-parent to root node
Date: Thu,  2 Oct 2025 16:40:28 +0200	[thread overview]
Message-ID: <cover.1759414774.git.geert+renesas@glider.be> (raw)

	Hi all,

This patch series is a follow-up to Morimoto-san's series[1] to move
interrupt-parent properties to the root nodes in Renesas ARM64
SoC-specific .dtsi files, which lets us replace several
interrupts-extended properties by the more concise interrupts
properties.  This series repeats the exercise for Renesas ARM32 SoCs.

Note that several .dtsi files predating the concept of the "soc" node
already had their GIC interrupt-parent properties at the root node.
Of the modified files, some had duplicate interrupt-parent properties.

I intend to queue this in renesas-devel for v6.19.

Thanks for your comments!

[1] "[PATCH 00/26] arm64: dts: renesas: move interrupt-parent to top
     node"
    https://lore.kernel.org/87cy7ga2x8.wl-kuninori.morimoto.gx@renesas.com/

Geert Uytterhoeven (13):
  ARM: dts: renesas: r7s72100: Move interrupt-parent to root node
  ARM: dts: renesas: r7s9210: Remove duplicate interrupt-parent
  ARM: dts: renesas: r8a7742: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7743: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7744: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7745: Move interrupt-parent to root node
  ARM: dts: renesas: r8a77470: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7790: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7791: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7792: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7793: Move interrupt-parent to root node
  ARM: dts: renesas: r8a7794: Move interrupt-parent to root node
  ARM: dts: renesas: r9a06g032: Move interrupt-parent to root node

 arch/arm/boot/dts/renesas/r7s72100.dtsi  |  4 ++--
 arch/arm/boot/dts/renesas/r7s9210.dtsi   |  1 -
 arch/arm/boot/dts/renesas/r8a7742.dtsi   | 26 ++++++++++++------------
 arch/arm/boot/dts/renesas/r8a7743.dtsi   | 14 ++++++-------
 arch/arm/boot/dts/renesas/r8a7744.dtsi   | 14 ++++++-------
 arch/arm/boot/dts/renesas/r8a7745.dtsi   | 14 ++++++-------
 arch/arm/boot/dts/renesas/r8a77470.dtsi  | 14 ++++++-------
 arch/arm/boot/dts/renesas/r8a7790.dtsi   | 26 ++++++++++++------------
 arch/arm/boot/dts/renesas/r8a7791.dtsi   | 14 ++++++-------
 arch/arm/boot/dts/renesas/r8a7792.dtsi   | 14 ++++++-------
 arch/arm/boot/dts/renesas/r8a7793.dtsi   | 14 ++++++-------
 arch/arm/boot/dts/renesas/r8a7794.dtsi   | 14 ++++++-------
 arch/arm/boot/dts/renesas/r9a06g032.dtsi |  3 +--
 13 files changed, 85 insertions(+), 87 deletions(-)

-- 
2.43.0

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

             reply	other threads:[~2025-10-02 14:40 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-02 14:40 Geert Uytterhoeven [this message]
2025-10-02 14:40 ` [PATCH 01/13] ARM: dts: renesas: r7s72100: Move interrupt-parent to root node Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 02/13] ARM: dts: renesas: r7s9210: Remove duplicate interrupt-parent Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 03/13] ARM: dts: renesas: r8a7742: Move interrupt-parent to root node Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 04/13] ARM: dts: renesas: r8a7743: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 05/13] ARM: dts: renesas: r8a7744: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 06/13] ARM: dts: renesas: r8a7745: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 07/13] ARM: dts: renesas: r8a77470: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 08/13] ARM: dts: renesas: r8a7790: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 09/13] ARM: dts: renesas: r8a7791: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 10/13] ARM: dts: renesas: r8a7792: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 11/13] ARM: dts: renesas: r8a7793: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 12/13] ARM: dts: renesas: r8a7794: " Geert Uytterhoeven
2025-10-02 14:40 ` [PATCH 13/13] ARM: dts: renesas: r9a06g032: " Geert Uytterhoeven
2025-10-07  4:37 ` [PATCH 00/13] ARM: dts: renesas: " Kuninori Morimoto

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.1759414774.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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).