From: Geert Uytterhoeven <geert+renesas@glider.be>
To: soc@lists.linux.dev, 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/3] Renesas driver updates for v6.20 (take two)
Date: Fri, 16 Jan 2026 11:50:16 +0100 [thread overview]
Message-ID: <cover.1768559764.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1768559762.git.geert+renesas@glider.be>
The following changes since commit 1bea7e94bf09ee6d46051076866a9369f64d302a:
soc: renesas: Enable ICU support on RZ/N2H (2025-12-23 09:25:33 +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.20-tag2
for you to fetch changes up to 49261f479d45714692587ff0abe0c5279c6068d6:
soc: renesas: Add support for RZ/N1 GPIO Interrupt Multiplexer (2026-01-15 12:05:16 +0100)
----------------------------------------------------------------
Renesas driver updates for v6.20 (take two)
- Add and use for_each_of_imap_item() iterator,
- Add support for the RZ/N1 GPIO Interrupt Multiplexer.
----------------------------------------------------------------
Herve Codina (Schneider Electric) (5):
of/irq: Introduce for_each_of_imap_item
of: unittest: Add a test case for for_each_of_imap_item iterator
irqchip/ls-extirq: Use for_each_of_imap_item iterator
irqchip/renesas-rza1: Use for_each_of_imap_item iterator
soc: renesas: Add support for RZ/N1 GPIO Interrupt Multiplexer
drivers/irqchip/irq-ls-extirq.c | 47 ++++-----
drivers/irqchip/irq-renesas-rza1.c | 43 ++++-----
drivers/of/irq.c | 70 ++++++++++++++
drivers/of/unittest-data/tests-interrupts.dtsi | 9 ++
drivers/of/unittest.c | 116 ++++++++++++++++++++++
drivers/soc/renesas/Kconfig | 4 +
drivers/soc/renesas/Makefile | 1 +
drivers/soc/renesas/rzn1_irqmux.c | 127 +++++++++++++++++++++++++
include/linux/of_irq.h | 41 +++++++-
9 files changed, 400 insertions(+), 58 deletions(-)
create mode 100644 drivers/soc/renesas/rzn1_irqmux.c
next prev parent reply other threads:[~2026-01-16 10:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-16 10:50 [GIT PULL 0/3] Renesas SoC updates for v6.20 (take two) Geert Uytterhoeven
2026-01-16 10:50 ` Geert Uytterhoeven [this message]
2026-01-16 10:50 ` [GIT PULL 2/3] Renesas DT binding updates for v6.20 Geert Uytterhoeven
2026-01-22 10:01 ` Krzysztof Kozlowski
2026-01-22 10:45 ` Geert Uytterhoeven
2026-01-16 10:50 ` [GIT PULL 3/3] Renesas DTS updates for v6.20 (take two) 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.1768559764.git.geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=soc@kernel.org \
--cc=soc@lists.linux.dev \
/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