diff options
author | J. German Rivera <German.Rivera@freescale.com> | 2016-01-06 16:03:19 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-07 19:10:12 -0800 |
commit | 9b1b282ccd8195e3264dbb3cd15b9d60b6345230 (patch) | |
tree | 065e5b271fc74cf6f07ae2a78345dae5d22aceed /include/linux/irqdomain.h | |
parent | 78f5d21018f65d2208c645c84228bcdc3eb68367 (diff) | |
download | op-kernel-dev-9b1b282ccd8195e3264dbb3cd15b9d60b6345230.zip op-kernel-dev-9b1b282ccd8195e3264dbb3cd15b9d60b6345230.tar.gz |
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/linux/irqdomain.h')
-rw-r--r-- | include/linux/irqdomain.h | 1 |
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, }; /** |