]> git.baikalelectronics.ru Git - kernel.git/commit
mailbox: imx: Add context save/restore for suspend/resume
authorDong Aisheng <aisheng.dong@nxp.com>
Wed, 3 Jun 2020 05:15:42 +0000 (13:15 +0800)
committerJassi Brar <jaswinder.singh@linaro.org>
Sun, 7 Jun 2020 21:11:24 +0000 (16:11 -0500)
commitfdba685f9149a76e3b377ea4901e6037fc5665fc
tree8a74f063e355237942802a618fbacd6a1eedc370
parent42b91cdf6e93f56ec53b1e531e629de913ac551b
mailbox: imx: Add context save/restore for suspend/resume

For "mem" mode suspend on i.MX8 SoCs, MU settings could be
lost because its power is off, so save/restore is needed
for MU settings during suspend/resume. However, the restore
can ONLY be done when MU settings are actually lost, for the
scenario of settings NOT lost in "freeze" mode suspend, since
there could be still IPC going on multiple CPUs, restoring the
MU settings could overwrite the TIE by mistake and cause system
freeze, so need to make sure ONLY restore the MU settings when
it is powered off, Anson fixes this by checking whether restore
is actually needed when resume.

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/imx-mailbox.c