All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add ICU support for Renesas RZ/V2N SoC
@ 2025-11-27 16:24 Prabhakar
  2025-11-27 16:24 ` [PATCH v2 1/2] dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document " Prabhakar
  2025-11-27 16:24 ` [PATCH v2 2/2] irqchip: renesas: rzv2h-icu: Add support for " Prabhakar
  0 siblings, 2 replies; 11+ messages in thread
From: Prabhakar @ 2025-11-27 16:24 UTC (permalink / raw)
  To: Thomas Gleixner, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Geert Uytterhoeven, Magnus Damm, Fabrizio Castro
  Cc: linux-kernel, devicetree, linux-renesas-soc, Prabhakar, Biju Das,
	Lad Prabhakar

From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>

Hi All,

This patch series aims to add support for the Interrupt Control Unit (ICU)
found in the Renesas RZ/V2N System on Chip (SoC). The RZ/V2N ICU shares
similarities with the RZ/V2H(P) family but has a different register layout,
notably with a reduced set of ECCRAM related registers.
The first patch documents the RZ/V2N ICU in the device tree bindings,
while the second patch introduces support in the irqchip driver by adding
a new compatible string.

v1->v2:
- Dropped using RZ/V2H compatible as a fallback.
- Patch 2/2 is new

Cheers,
Prabhakar

Lad Prabhakar (2):
  dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document RZ/V2N
    SoC
  irqchip: renesas: rzv2h-icu: Add support for RZ/V2N SoC

 .../bindings/interrupt-controller/renesas,rzv2h-icu.yaml         | 1 +
 drivers/irqchip/irq-renesas-rzv2h.c                              | 1 +
 2 files changed, 2 insertions(+)

-- 
2.52.0


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-12-15 21:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-27 16:24 [PATCH v2 0/2] Add ICU support for Renesas RZ/V2N SoC Prabhakar
2025-11-27 16:24 ` [PATCH v2 1/2] dt-bindings: interrupt-controller: renesas,rzv2h-icu: Document " Prabhakar
2025-11-27 16:39   ` Geert Uytterhoeven
2025-11-27 17:16   ` Rob Herring (Arm)
2025-12-12  1:27     ` Thomas Gleixner
2025-12-12 11:41       ` Lad, Prabhakar
2025-11-27 17:31   ` Conor Dooley
2025-12-15 21:47   ` [tip: irq/drivers] " tip-bot2 for Lad Prabhakar
2025-11-27 16:24 ` [PATCH v2 2/2] irqchip: renesas: rzv2h-icu: Add support for " Prabhakar
2025-11-27 16:40   ` Geert Uytterhoeven
2025-12-15 21:47   ` [tip: irq/drivers] irqchip/renesas-rzv2h: " tip-bot2 for Lad Prabhakar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.