mbox series

[v1,0/3] Handle coprocessor crash

Message ID cover.1662995608.git.quic_gokukris@quicinc.com
Headers show
Series Handle coprocessor crash | expand

Message

Gokul krishna Krishnakumar Sept. 13, 2022, 6:35 p.m. UTC
Make the following changes in case of coprocessor crash:
1. Send subdevice notifications before panic
2. Do not report crash if SSR is disabled
3. Avoid setting smem bit in case of crash

Gokul krishna Krishnakumar (3):
  remoteproc: qcom: q6v5: Send subdevice notifications before panic
  remoteproc: qcom: q6v5: Do not report crash if SSR is disabled
  remoteproc: qcom: q6v5: Avoid setting smem bit in case of crash
    shutdown

 drivers/remoteproc/qcom_q6v5.c | 43 ++++++++++++++++++++++++++++++++++++++----
 drivers/remoteproc/qcom_q6v5.h |  2 ++
 2 files changed, 41 insertions(+), 4 deletions(-)

Comments

Bjorn Andersson Dec. 28, 2022, 6:18 p.m. UTC | #1
On Tue, 13 Sep 2022 11:35:41 -0700, Gokul krishna Krishnakumar wrote:
> Make the following changes in case of coprocessor crash:
> 1. Send subdevice notifications before panic
> 2. Do not report crash if SSR is disabled
> 3. Avoid setting smem bit in case of crash
> 
> Gokul krishna Krishnakumar (3):
>   remoteproc: qcom: q6v5: Send subdevice notifications before panic
>   remoteproc: qcom: q6v5: Do not report crash if SSR is disabled
>   remoteproc: qcom: q6v5: Avoid setting smem bit in case of crash
>     shutdown
> 
> [...]

Applied, thanks!

[3/3] remoteproc: qcom: q6v5: Avoid setting smem bit in case of crash shutdown
      commit: 3cc889eb83f59b5a6a869a685da11f79ffbb4e4d

Best regards,