drivers/soc/fsl/qe/qe_ports_ic.c
0 → 100644
+142
−0
Loading
The QUICC Engine provides interrupts for a few I/O ports. This is handled via a separate interrupt ID and managed via a triplet of dedicated registers hosted by the SoC. Implement an interrupt driver for it so that those IRQs can then be linked to the related GPIOs. Link: https://lore.kernel.org/r/63f19db21a91729d91b3df336a56a7eb4206e561.1767804922.git.chleroy@kernel.org Signed-off-by:Christophe Leroy (CS GROUP) <chleroy@kernel.org>