hello nxp,
now we develop on imx8qm board with linux 5.10, we met a suspend abort issue and after revert below patch, this issue gone, could you help?
Thanks
yuchao
I doubt I miss something else, so I met this issue.
Base on this patch, in futher, if we plan to use IPC as wakeup source, so this patch should be in our main branch, this issue will be a real issue.
So what I want is fix this issue base on this patch, not just revert it.
I doubt maybe I miss something else, so that I met this issue.
base on this patch, in futher, if we plan to use IPC as wakeup source, so this patch will in our main branch, this issue will be a real issue.
So I want to base on this patch to fix, not just revert.
hello nxp,
I think this suspend abort issue because this case, could you help for fix this issue base on this patch?
scu driver register mu channel -> imx_mu_startup ->set IRQF_NO_SUSPEND for wakeup source
Linux suspend -> imx_mu_suspend_noirq ->set priv->suspend = true ----->this time, scu mu irq enter -> imx_mu_isr ->judge priv->suspend == true ->pm_system_wakeup abort suspend, wakeup linux |
I doubt maybe I miss something else, so that I met this issue.
base on this patch, in futher, if we plan to use IPC as wakeup source, so this patch will in our main branch, this issue will be a real issue.
So I want to base on this patch to fix, not just revert.