Commits
Robin Gong committed fb86b905e9a
MLK-14241-4 ARM: imx: pm-rpmsg: fix 'rpmsg_send timeout' during bootup The rpmsg driver probe function such as pm_rpmsg_probe is called by rpmsg rx callback, so we can't wait in pm_rpmsg_probe for any completion which issued by callback itself, otherwise, timeout triggered definitily, because your last callback no chance to reurn to handle the next callback unless timeout happened. This patch move the rpmsg send code from pm_rpmsg_probe to delay work. Signed-off-by: Robin Gong <yibin.gong@nxp.com>