commit | d4d5e08960844a062da8387ee5f16ca7a33200d0 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Feb 10 13:16:14 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:22 2011 +0100 |
tree | 1154fd87e25595ae9391740a1d9a3d60f69770de | |
parent | 2bff17ad2107c66fc8ca96501a7128dd7fa7a390 [diff] |
genirq: Add IRQCHIP_SET_TYPE_MASKED flag irq_chips, which require to mask the chip before changing the trigger type should set this flag. So the core takes care of it and the requirement for looking into desc->status in the chip goes away. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Linus Walleij <linus.walleij@stericsson.com> Cc: Lars-Peter Clausen <lars@metafoo.de>