irqchip: Add NXP INTMUX interrupt multiplexer support
authorJoakim Zhang <qiangqing.zhang@nxp.com>
Fri, 17 Jan 2020 06:10:10 +0000 (06:10 +0000)
committerMarc Zyngier <maz@kernel.org>
Mon, 20 Jan 2020 19:10:05 +0000 (19:10 +0000)
commit2fbb13961e741494992bae7bfaf7259b65769f9f
tree1ef302099ac3797df84976e28705c7d70e6f2f38
parent618ea6275b9806909ef384c6d57f40641d7985d2
irqchip: Add NXP INTMUX interrupt multiplexer support

The Interrupt Multiplexer (INTMUX) expands the number of peripherals
that can interrupt the core:
* The INTMUX has 8 channels that are assigned to 8 NVIC interrupt slots.
* Each INTMUX channel can receive up to 32 interrupt sources and has 1
  interrupt output.
* The INTMUX routes the interrupt sources to the interrupt outputs.

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200117060653.27485-3-qiangqing.zhang@nxp.com
drivers/irqchip/Kconfig
drivers/irqchip/Makefile
drivers/irqchip/irq-imx-intmux.c [new file with mode: 0644]