18 Jun
2021
18 Jun
'21
3:45 p.m.
On Fri, Jun 18, 2021 at 9:57 AM Shengjiu Wang shengjiu.wang@nxp.com wrote:
There is an unhandled interrupt after suspend, which cause endless interrupt when system resume, so system may hang.
Disable all interrupts in runtime suspend callback to avoid above issue.
Fixes: 28564486866f ("ASoC: fsl_xcvr: Add XCVR ASoC CPU DAI driver") Signed-off-by: Shengjiu Wang shengjiu.wang@nxp.com
changes in v2:
- Add Fixes tag
- Add comments for the change
Reviewed-by: Fabio Estevam festevam@gmail.com