genirq: Add DOMAIN_BUS_NEXUS irqdomain property
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 28 Jul 2015 13:46:17 +0000 (14:46 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 29 Jul 2015 22:14:38 +0000 (00:14 +0200)
Some IRQ domains are not designed to directly provide interrupts
to devices, but strictly to be used by other domains. An example
of this is the GICv3 ITS, which is completely bus agnostic, and
on which it is possible to implement a PCI/MSI domain.

Just introduce the irq_domain_bus_token property for now.

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-11-git-send-email-marc.zyngier@arm.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irqdomain.h

index b4a74f73a0c3adb2fb24147597fa817b76965128..d3ca79236fb00ee5543e507ae9e69bc62b700e43 100644 (file)
@@ -56,6 +56,7 @@ enum irq_domain_bus_token {
        DOMAIN_BUS_ANY          = 0,
        DOMAIN_BUS_PCI_MSI,
        DOMAIN_BUS_PLATFORM_MSI,
+       DOMAIN_BUS_NEXUS,
 };
 
 /**
This page took 0.03246 seconds and 5 git commands to generate.