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:
0abefba
)
genirq: Add DOMAIN_BUS_IPI
author
Qais Yousef
<
[email protected]
>
Tue, 8 Dec 2015 13:20:13 +0000
(13:20 +0000)
committer
Thomas Gleixner
<
[email protected]
>
Thu, 25 Feb 2016 09:56:55 +0000
(10:56 +0100)
We need a way to search and match IPI domains.
Using the new enum we can use irq_find_matching_host() to do that.
Signed-off-by: Qais Yousef <
[email protected]
>
Cc: <
[email protected]
>
Cc: <
[email protected]
>
Cc: <
[email protected]
>
Cc: <
[email protected]
>
Cc: <
[email protected]
>
Cc: <
[email protected]
>
Cc: Qais Yousef <
[email protected]
>
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Thomas Gleixner <
[email protected]
>
include/linux/irqdomain.h
patch
|
blob
|
history
diff --git
a/include/linux/irqdomain.h
b/include/linux/irqdomain.h
index 9bb0a9cfc1c4434ccf802db09574fba7e4532e81..130e1c3117c3c3e811d0b85f76ce7314e389bb6e 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_IPI,
};
/**