mfd: sprd: Add wakeup capability for PMIC IRQ
authorBaolin Wang <baolin.wang7@gmail.com>
Tue, 18 Aug 2020 03:41:58 +0000 (11:41 +0800)
committerLee Jones <lee.jones@linaro.org>
Wed, 30 Sep 2020 15:25:07 +0000 (16:25 +0100)
commita75bfc824a2d33f57ebdc003bfe6b7a9e11e9cb9
treea44126073cb74f905a5dcbd284f6b251da19b915
parent5f039fa742b6d8b4bbb7eb1a91c0dd251f03712d
mfd: sprd: Add wakeup capability for PMIC IRQ

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 <zhang.lyra@gmail.com>
Signed-off-by: Baolin Wang <baolin.wang7@gmail.com>
Tested-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/sprd-sc27xx-spi.c