commit | 10a50f1ab5f06c9a3ee5ece3ec52e607ed53c79f | [log] [tgz] |
---|---|---|
author | Roger Quadros <[email protected]> | Wed Apr 15 11:14:11 2015 +0300 |
committer | Thomas Gleixner <[email protected]> | Fri Apr 24 20:57:06 2015 +0200 |
tree | a47c339222f2c5a6ce40141f27c2691bca047e53 | |
parent | 646da63172f660ba84f195c1165360a9b73583ee [diff] |
genirq: Set IRQCHIP_SKIP_SET_WAKE flag for dummy_irq_chip Without this system suspend is broken on systems that have drivers calling enable/disable_irq_wake() for interrupts based off the dummy irq hook. (e.g. drivers/gpio/gpio-pcf857x.c) Signed-off-by: Roger Quadros <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Gregory Clement <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>