]> asedeno.scripts.mit.edu Git - linux.git/commit
irqchip/irq-mvebu-icu: Add support for System Error Interrupts (SEI)
authorMiquel Raynal <miquel.raynal@bootlin.com>
Tue, 2 Oct 2018 08:59:00 +0000 (10:59 +0200)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 2 Oct 2018 11:00:30 +0000 (12:00 +0100)
commit175c98aa265b7ba45e81524075d28ff2725d8e83
tree1786b8001f368b0254e0233aa538e26f0b33151f
parent228197c5694369b5d65a2b5f579fc443166bc3f8
irqchip/irq-mvebu-icu: Add support for System Error Interrupts (SEI)

So far the ICU only handled NSR interrupts through GICP. An SEI driver
provides an MSI domain through which it is possible to raise SEI, so
let's add SEI support to the ICU driver.

Handle the NSR probe function in a more generic way to support other
type of interrupts.

Each interrupt domain is a tree domain to avoid allocation the 207
entries each time.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-mvebu-icu.c