]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2d839dcab31fcf58fb0b79fb85efe2cb6d1d5688
tree1ef302099ac3797df84976e28705c7d70e6f2f38
parent43aea53e0c86ca334d4e4b194e712aa9a93fed7b
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]