All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] irqchip/renesas-rzv2h: Add support to handle ICU error IRQ and add SWPE trigger
@ 2026-02-03 23:18 Prabhakar
  2026-02-03 23:18 ` [PATCH v2 1/6] irqchip/renesas-rzv2h: Use local node pointer Prabhakar
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Prabhakar @ 2026-02-03 23:18 UTC (permalink / raw)
  To: Thomas Gleixner, Philipp Zabel, Geert Uytterhoeven, Magnus Damm
  Cc: linux-kernel, linux-renesas-soc, Prabhakar, Biju Das,
	Fabrizio Castro, Lad Prabhakar

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

Hi All,

This patch series aims to enhance the Renesas RZ/V2H ICU irqchip driver by
adding support to handle ICU error IRQs and introducing a software
generated interrupts using SWPE and SWINT. The series includes the
following changes:
1. Use local node pointer
2. Use local device pointer in ICU probe
3. Switch to using dev_err_probe()
4. Make IRQ type handling range-aware
5. Add CA55 software interrupt support
6. Handle ICU error IRQ and add SWPE trigger

v1->v2:
- No changes for patches 1-3.
- Patch 4 is a new patch.
- Patch 5
  - Made CA55 SW interrupt as part of ICU IRQ domain.
  - Implemented rzv2h_icu_irq_set_irqchip_state() to trigger SWINT.
  - Updated commit message accordingly.
- Patch 6
  - Made Error interrupt as part of ICU IRQ domain.
  - Updated rzv2h_icu_irq_set_irqchip_state() to trigger pseudo interrupt.
  - Updated commit message accordingly.

Cheers,
Prabhakar

Lad Prabhakar (6):
  irqchip/renesas-rzv2h: Use local node pointer
  irqchip/renesas-rzv2h: Use local device pointer in ICU probe
  irqchip/renesas-rzv2h: Switch to using dev_err_probe()
  irqchip/renesas-rzv2h: Make IRQ type handling range-aware
  irqchip/renesas-rzv2h: Add CA55 software interrupt support
  irqchip/renesas-rzv2h: Handle ICU error IRQ and add SWPE trigger

 drivers/irqchip/irq-renesas-rzv2h.c | 336 +++++++++++++++++++++++-----
 1 file changed, 284 insertions(+), 52 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-02-04 15:45 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03 23:18 [PATCH v2 0/6] irqchip/renesas-rzv2h: Add support to handle ICU error IRQ and add SWPE trigger Prabhakar
2026-02-03 23:18 ` [PATCH v2 1/6] irqchip/renesas-rzv2h: Use local node pointer Prabhakar
2026-02-03 23:18 ` [PATCH v2 2/6] irqchip/renesas-rzv2h: Use local device pointer in ICU probe Prabhakar
2026-02-03 23:18 ` [PATCH v2 3/6] irqchip/renesas-rzv2h: Switch to using dev_err_probe() Prabhakar
2026-02-03 23:18 ` [PATCH v2 4/6] irqchip/renesas-rzv2h: Make IRQ type handling range-aware Prabhakar
2026-02-04  6:52   ` Biju Das
2026-02-04 10:19     ` Lad, Prabhakar
2026-02-04 10:25       ` Biju Das
2026-02-04 10:31         ` Lad, Prabhakar
2026-02-04 10:41           ` Biju Das
2026-02-04 10:56             ` Lad, Prabhakar
2026-02-04 11:44               ` Biju Das
2026-02-03 23:18 ` [PATCH v2 5/6] irqchip/renesas-rzv2h: Add CA55 software interrupt support Prabhakar
2026-02-04  7:08   ` Biju Das
2026-02-04 10:23     ` Lad, Prabhakar
2026-02-03 23:18 ` [PATCH v2 6/6] irqchip/renesas-rzv2h: Handle ICU error IRQ and add SWPE trigger Prabhakar
2026-02-04 15:22   ` Thomas Gleixner
2026-02-04 15:44     ` 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.