[GIT PULL] IRQ fixes

From: Ingo Molnar

Date: Sun May 24 2026 - 02:53:10 EST


Linus,

Please pull the latest irq/urgent Git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2026-05-24

for you to fetch changes up to c9b7598eb013c6dbf2526dc050364bd8dc24f0d3:

Miscellaneous irqchip driver fixes:

- Fix the hardware probing error path of the renesas-rzt2h
irqchip driver

- Fix the exynos-combiner irqchip driver on -rt kernels
by turning the IRQ controller spinlock into a raw spinlock

Thanks,

Ingo

------------------>
Cosmin Tanislav (1):
irqchip/renesas-rzt2h: Use pm_runtime_put_sync() in probe error path

Marek Szyprowski (1):
irqchip/exynos-combiner: Switch to raw_spinlock


drivers/irqchip/exynos-combiner.c | 6 +++---
drivers/irqchip/irq-renesas-rzt2h.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)