diff options
author | Kevin Hilman <khilman@linaro.org> | 2013-05-31 23:44:54 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-06-18 09:41:14 +0200 |
commit | 55098ff79f22bbc35f80cb13d24fda3423159c9d (patch) | |
tree | d12f15d788500b590b95b9a341bccdc7ee084360 /drivers/mfd/si476x-prop.c | |
parent | mfd: lpc_ich: Convert to module_pci_driver (diff) | |
download | linux-55098ff79f22bbc35f80cb13d24fda3423159c9d.tar.xz linux-55098ff79f22bbc35f80cb13d24fda3423159c9d.zip |
mfd: twl4030: Allow IRQ wake enable to succeed on subchip IRQs
The genirq IRQ wake method will default to failure if the irq_chip
does not provide a set_wake method. However, for TWL4030 sub-chip
IRQs, we want the wake enable to succeed even though we don't provide
a set_wake method. This allows sub-chip IRQs to still be flagged as
wakeup capable, and allow them to wakeup from suspend (or abort
suspend if they fire during suspend.)
To fix, use the IRQCHIP_SKIP_SET_WAKE flag in the irq_chip.
Signed-off-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/si476x-prop.c')
0 files changed, 0 insertions, 0 deletions