Re: [PATCH V2] rpmsg: glink: Add abort_tx check in intent wait

2024-09-25 Thread Bjorn Andersson
On Wed, Sep 25, 2024 at 12:53:28PM +0530, Deepak Kumar Singh wrote: > From: Sarannya S > > On remote susbsystem restart rproc will stop glink subdev which will "When stopping or restarting a remoteproc the glink subdev stop will invoke qcom_glink_native_remove(). Any ..." > trigger qcom_glink_n

[PATCH V2] rpmsg: glink: Add abort_tx check in intent wait

2024-09-25 Thread Deepak Kumar Singh
From: Sarannya S On remote susbsystem restart rproc will stop glink subdev which will trigger qcom_glink_native_remove, any ongoing intent wait should be aborted from there otherwise this wait delays glink send which potentially delays glink channel removal as well. This further introduces delay