diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2014-03-13 10:32:47 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2014-03-14 08:43:33 -0400 |
commit | 4f6e4f71c9d39cf49e0cb1be5b7721db5fbe92ac (patch) | |
tree | af8a882808a7c7515f0023119cb61c55ce2b87e7 | |
parent | 09504a7d76452c5891ff3bad7f8892376eb133f2 (diff) |
genirq: Document IRQCHIP_ONESHOT_SAFE flag
Add missing documentation of the flag.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | include/linux/irq.h | 1 |
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 { | |||
355 | * IRQCHIP_ONOFFLINE_ENABLED: Only call irq_on/off_line callbacks | 355 | * IRQCHIP_ONOFFLINE_ENABLED: Only call irq_on/off_line callbacks |
356 | * when irq enabled | 356 | * when irq enabled |
357 | * IRQCHIP_SKIP_SET_WAKE: Skip chip.irq_set_wake(), for this irq chip | 357 | * IRQCHIP_SKIP_SET_WAKE: Skip chip.irq_set_wake(), for this irq chip |
358 | * IRQCHIP_ONESHOT_SAFE: One shot does not require mask/unmask | ||
358 | */ | 359 | */ |
359 | enum { | 360 | enum { |
360 | IRQCHIP_SET_TYPE_MASKED = (1 << 0), | 361 | IRQCHIP_SET_TYPE_MASKED = (1 << 0), |