Re: [PATCH 05/13] remoteproc: Add new detach() remoteproc operation

2020-10-22 Thread Mathieu Poirier
Hi Peng - I restarting work on this topic. On Thu, Oct 15, 2020 at 01:37:42AM +, Peng Fan wrote: > > Subject: [PATCH 05/13] remoteproc: Add new detach() remoteproc operation > > > > Add an new detach() operation in order to support scenarios where the > > remot

RE: [PATCH 05/13] remoteproc: Add new detach() remoteproc operation

2020-10-14 Thread Peng Fan
> Subject: [PATCH 05/13] remoteproc: Add new detach() remoteproc operation > > Add an new detach() operation in order to support scenarios where the > remoteproc core is going away but the remote processor is kept operating. > This could be the case when the system is r

[PATCH 05/13] remoteproc: Add new detach() remoteproc operation

2020-08-26 Thread Mathieu Poirier
Add an new detach() operation in order to support scenarios where the remoteproc core is going away but the remote processor is kept operating. This could be the case when the system is rebooted or when the platform driver is removed. Signed-off-by: Mathieu Poirier ---