summaryrefslogtreecommitdiffstats
path: root/include/linux/irq.h
diff options
context:
space:
mode:
authorThomas Gleixner2014-03-13 15:32:47 +0100
committerThomas Gleixner2014-03-14 13:43:33 +0100
commit4f6e4f71c9d39cf49e0cb1be5b7721db5fbe92ac (patch)
treeaf8a882808a7c7515f0023119cb61c55ce2b87e7 /include/linux/irq.h
parentARM: sunxi: dt: Convert to the new irq controller compatibles (diff)
downloadkernel-qcow2-linux-4f6e4f71c9d39cf49e0cb1be5b7721db5fbe92ac.tar.gz
kernel-qcow2-linux-4f6e4f71c9d39cf49e0cb1be5b7721db5fbe92ac.tar.xz
kernel-qcow2-linux-4f6e4f71c9d39cf49e0cb1be5b7721db5fbe92ac.zip
genirq: Document IRQCHIP_ONESHOT_SAFE flag
Add missing documentation of the flag. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/irq.h')
-rw-r--r--include/linux/irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/irq.h b/include/linux/irq.h
index e675971bdc3f..67ace7aa7947 100644
--- a/include/linux/irq.h
+++ b/include/linux/irq.h
@@ -355,6 +355,7 @@ struct irq_chip {
* IRQCHIP_ONOFFLINE_ENABLED: Only call irq_on/off_line callbacks
* when irq enabled
* IRQCHIP_SKIP_SET_WAKE: Skip chip.irq_set_wake(), for this irq chip
+ * IRQCHIP_ONESHOT_SAFE: One shot does not require mask/unmask
*/
enum {
IRQCHIP_SET_TYPE_MASKED = (1 << 0),