remoteproc: sysmon: Wait for SSCTL service to come up
stable inclusion from stable-v5.10.137 commit 5a0e3350c29ee3e80b38bbf93dfad0754ae14706 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I60PLB Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5a0e3350c29ee3e80b38bbf93dfad0754ae14706 -------------------------------- [ Upstream commit 47c04e00 ] The SSCTL service comes up after a finite time when the remote Q6 comes out of reset. Any graceful shutdowns requested during this period will be a NOP and abrupt tearing down of the glink channel might lead to pending transactions on the remote Q6 side and will ultimately lead to a fatal error. Fix this by waiting for the SSCTL service when a graceful shutdown is requested. Fixes: 1fb82ee8 ("remoteproc: qcom: Introduce sysmon") Reviewed-by:Matthias Kaehlcke <mka@chromium.org> Signed-off-by:
Sibi Sankar <quic_sibis@quicinc.com> Signed-off-by:
Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/1657022900-2049-7-git-send-email-quic_sibis@quicinc.com Signed-off-by:
Sasha Levin <sashal@kernel.org> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com> Reviewed-by:
Wei Li <liwei391@huawei.com>
Loading
Please sign in to comment