projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78f5d21
)
irqdomain: Added domain bus token DOMAIN_BUS_FSL_MC_MSI
author
J. German Rivera
<
[email protected]
>
Wed, 6 Jan 2016 22:03:19 +0000
(16:03 -0600)
committer
Greg Kroah-Hartman
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
include/linux/irqdomain.h
patch
|
blob
|
history
diff --git
a/include/linux/irqdomain.h
b/include/linux/irqdomain.h
index 04579d9fbce4f3b5c0a8484116500ee3034b93f7..0934d06c8b0076c9243cac38d1a7783ec2f42c01 100644
(file)
--- 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,
};
/**