diff options
author | Anson Huang <Anson.Huang@nxp.com> | 2020-04-24 07:07:10 +0800 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-06-17 21:46:09 +0800 |
commit | 0caf847975b2d1247a220e8f439c9a54e34429f0 (patch) | |
tree | 86465832c120c5c079b82f0f06fe43fc0e87ba00 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
firmware: imx: make sure MU irq can wake up system from suspend mode
IRQF_NO_SUSPEND flag is set for MU IRQ of IPC work, but with this
flag set, IRQD_WAKEUP_ARMED flag will NOT be set during
suspend_device_irq() phase, then when MU IRQ arrives, it will NOT
wake up system from suspend.
To fix this issue, pm_system_wakeup() is called in general MU IRQ
handler to make sure system can be waked up when MU IRQ arrives.
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions