Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mfd: sprd: Add wakeup capability for PMIC IRQ
commit a75bfc8 upstream. When changing to use suspend-to-idle to save power, the PMIC irq can not wakeup the system due to lack of wakeup capability, which will cause the sub-irqs (such as power key) of the PMIC can not wake up the system. Thus we can add the wakeup capability for PMIC irq to solve this issue, as well as removing the IRQF_NO_SUSPEND flag to allow PMIC irq to be a wakeup source. Reported-by: Chunyan Zhang <[email protected]> Signed-off-by: Baolin Wang <[email protected]> Tested-by: Chunyan Zhang <[email protected]> Signed-off-by: Lee Jones <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information