Re: [PATCH v3 2/4] remoteproc: sysmon: Expose the shutdown result

2020-12-07 Thread Bjorn Andersson
On Mon, Dec 7, 2020 at 2:00 PM Evan Green wrote: > > On Sat, Nov 21, 2020 at 9:43 PM Bjorn Andersson > wrote: > > > > A graceful shutdown of the Qualcomm remote processors where > > traditionally performed by invoking a shared memory state signal and > > waiting for the associated ack. > > > > Th

Re: [PATCH v3 2/4] remoteproc: sysmon: Expose the shutdown result

2020-12-07 Thread Evan Green
On Sat, Nov 21, 2020 at 9:43 PM Bjorn Andersson wrote: > > A graceful shutdown of the Qualcomm remote processors where > traditionally performed by invoking a shared memory state signal and > waiting for the associated ack. > > This was later superseded by the "sysmon" mechanism, where some form o

[PATCH v3 2/4] remoteproc: sysmon: Expose the shutdown result

2020-11-21 Thread Bjorn Andersson
A graceful shutdown of the Qualcomm remote processors where traditionally performed by invoking a shared memory state signal and waiting for the associated ack. This was later superseded by the "sysmon" mechanism, where some form of shared memory bus is used to send a "graceful shutdown request" m