irqchip/gicv3-its: Add platform MSI support
authorMarc Zyngier <[email protected]>
Tue, 28 Jul 2015 13:46:22 +0000 (14:46 +0100)
committerThomas Gleixner <[email protected]>
Wed, 29 Jul 2015 22:14:38 +0000 (00:14 +0200)
commit1e6db000482fa65a419d1776f9ae1ff919afe605
tree36e5a98206d4c5e8d715ed5a1c2e4485f7a43b1d
parent54456db9a23753b87ce4d49adabe7da853bf13a2
irqchip/gicv3-its: Add platform MSI support

In order to support non-PCI MSI with the GICv3 ITS, add the minimal
required entry points for the MSI domain (an msi_prepare implementation).

The rest is only boilerplate code to find the raw ITS domain.

Signed-off-by: Marc Zyngier <[email protected]>
Cc: <[email protected]>
Cc: Yijing Wang <[email protected]>
Cc: Ma Jun <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: Duc Dang <[email protected]>
Cc: Hanjun Guo <[email protected]>
Cc: Bjorn Helgaas <[email protected]>
Cc: Jiang Liu <[email protected]>
Cc: Jason Cooper <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
drivers/irqchip/Makefile
drivers/irqchip/irq-gic-v3-its-platform-msi.c [new file with mode: 0644]