]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
irqchip/gicv3-its: Add platform MSI support
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 28 Jul 2015 13:46:22 +0000 (14:46 +0100)
committerThomas Gleixner <tglx@linutronix.de>
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 <marc.zyngier@arm.com>
Cc: <linux-arm-kernel@lists.infradead.org>
Cc: Yijing Wang <wangyijing@huawei.com>
Cc: Ma Jun <majun258@huawei.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Duc Dang <dhdang@apm.com>
Cc: Hanjun Guo <hanjun.guo@linaro.org>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Link: http://lkml.kernel.org/r/1438091186-10244-16-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/Makefile
drivers/irqchip/irq-gic-v3-its-platform-msi.c [new file with mode: 0644]