summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJ. German Rivera <German.Rivera@freescale.com>2016-01-06 22:03:19 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-08 03:10:12 (GMT)
commit9b1b282ccd8195e3264dbb3cd15b9d60b6345230 (patch)
tree065e5b271fc74cf6f07ae2a78345dae5d22aceed /include
parent78f5d21018f65d2208c645c84228bcdc3eb68367 (diff)
downloadlinux-9b1b282ccd8195e3264dbb3cd15b9d60b6345230.tar.xz
irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI
Since an FSL-MC bus is a new bus type that is neither PCI nor PLATFORM, we need a new domain bus token to disambiguate the IRQ domain for FSL-MC MSIs. Signed-off-by: J. German Rivera <German.Rivera@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/irqdomain.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h
index 04579d9..0934d06 100644
--- a/include/linux/irqdomain.h
+++ b/include/linux/irqdomain.h
@@ -74,6 +74,7 @@ enum irq_domain_bus_token {
DOMAIN_BUS_PCI_MSI,
DOMAIN_BUS_PLATFORM_MSI,
DOMAIN_BUS_NEXUS,
+ DOMAIN_BUS_FSL_MC_MSI,
};
/**