]> git.karo-electronics.de Git - karo-tx-linux.git/commit
irqchip: armada-370-xp: implement MSI support
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 9 Aug 2013 20:27:11 +0000 (22:27 +0200)
committerJason Cooper <jason@lakedaemon.net>
Tue, 13 Aug 2013 18:12:58 +0000 (18:12 +0000)
commitcd8204592060d0976594f83720eb7fd068390544
treeaa99e30e878aac3fb3503a21b3ee4da7d001dd1f
parent7681d1f42a3e6d180c6d0d5e521ab01233af135b
irqchip: armada-370-xp: implement MSI support

This commit introduces the support for the MSI interrupts in the
armada-370-xp interrupt controller driver. It registers an MSI chip to
the MSI chip registry, which will be used by the Marvell PCIe host
controller driver.

The MSI interrupts use the 16 high doorbells, and are therefore
notified using IRQ1 of the main interrupt controller.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Documentation/devicetree/bindings/arm/armada-370-xp-mpic.txt
drivers/irqchip/irq-armada-370-xp.c