Re: [PATCH v2 3/4] remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdown

2019-01-08 Thread Sibi Sankar
Hi Bjorn, Thanks for the review! On 2019-01-04 05:03, Bjorn Andersson wrote: On Mon 24 Dec 00:48 PST 2018, Sibi Sankar wrote: After sending a sysmon shutdown request to the SSCTL service on the subsystem, wait for the service to send shutdown-ack interrupt or an indication message to signal

Re: [PATCH v2 3/4] remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdown

2019-01-03 Thread Bjorn Andersson
On Mon 24 Dec 00:48 PST 2018, Sibi Sankar wrote: > After sending a sysmon shutdown request to the SSCTL service on the > subsystem, wait for the service to send shutdown-ack interrupt or > an indication message to signal the completion of graceful shutdown. > > Signed-off-by: Sibi Sankar I

[PATCH v2 3/4] remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdown

2018-12-24 Thread Sibi Sankar
After sending a sysmon shutdown request to the SSCTL service on the subsystem, wait for the service to send shutdown-ack interrupt or an indication message to signal the completion of graceful shutdown. Signed-off-by: Sibi Sankar --- drivers/remoteproc/qcom_sysmon.c | 40