[PATCH 0/5] irqchip/irq-pic32-evic: allow driver to be compiled with COMPILE_TEST
From: Brian Masney
Date: Sun Feb 22 2026 - 18:46:03 EST
While migrating a pic32 clk driver off of a legacy API, I mistakenly
broke one of the drivers, and the issue could have been caught with a
simple compile test. Now that the dependent patches have been merged
into Linus's tree via the MIPS tree, we can now enable COMPILE_TEST
for the pic32 driver in this subsystem.
This irqchip driver requires some additional minor changes in order to
be compiled on all architectures that are included in this series.
Signed-off-by: Brian Masney <bmasney@xxxxxxxxxx>
---
Brian Masney (5):
irqchip/irq-pic32-evic: address warning related to wrong printf() formatter
irqchip/irq-pic32-evic: don't define plat_irq_dispatch() for !MIPS builds
irqchip/irq-pic32-evic: define board_bind_eic_interrupt for !MIPS builds
irqchip/irq-pic32-evic: only include asm headers when compiling on MIPS
irqchip/irq-pic32-evic: allow driver to be compiled with COMPILE_TEST
drivers/irqchip/Kconfig | 5 ++++-
drivers/irqchip/irq-pic32-evic.c | 8 +++++++-
2 files changed, 11 insertions(+), 2 deletions(-)
---
base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
change-id: 20260222-irqchip-pic32-c5e6fb87dc1b
Best regards,
--
Brian Masney <bmasney@xxxxxxxxxx>