irqchip: Add sl28cpld interrupt controller support
authorMichael Walle <michael@walle.cc>
Mon, 14 Sep 2020 21:43:32 +0000 (23:43 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 17 Sep 2020 14:58:37 +0000 (15:58 +0100)
commit03ac990e0ac0c2823282d5b8dd2d536d88bbe6c2
tree7ec442eb8daeeb44fe0f46b03732b309d59b168c
parenta538ad229bbee4f8c68204c75b2e1ae43db875d6
irqchip: Add sl28cpld interrupt controller support

Add support for the interrupt controller inside the sl28 CPLD management
controller.

The interrupt controller can handle at most 8 interrupts and is really
simplistic and consists only of an interrupt mask and an interrupt
pending register.

Signed-off-by: Michael Walle <michael@walle.cc>
Acked-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-sl28cpld.c [new file with mode: 0644]