]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
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)
committerStefan Bader <stefan.bader@canonical.com>
Thu, 10 Dec 2020 11:06:27 +0000 (12:06 +0100)
commit46bbc5a63e74bcb74cb08b8005fe2934fec3eb94
tree33d1f4bb3901724915e5673ec07272b489a69134
parentdebe53a77df6b04eca86f920fa5b9bff63515b8c
mfd: sprd: Add wakeup capability for PMIC IRQ

BugLink: https://bugs.launchpad.net/bugs/1905618
commit a75bfc824a2d33f57ebdc003bfe6b7a9e11e9cb9 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 <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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
drivers/mfd/sprd-sc27xx-spi.c