]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI
authorJ. German Rivera <German.Rivera@freescale.com>
Wed, 6 Jan 2016 22:03:19 +0000 (16:03 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 03:10:12 +0000 (19:10 -0800)
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>
include/linux/irqdomain.h

index 04579d9fbce4f3b5c0a8484116500ee3034b93f7..0934d06c8b0076c9243cac38d1a7783ec2f42c01 100644 (file)
@@ -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,
 };
 
 /**