Re: [PATCH v3 07/15] remoteproc: Add new detach() remoteproc operation

2020-12-02 Thread Arnaud POULIQUEN
Hi Mathieu On 11/26/20 10:06 PM, Mathieu Poirier wrote: > 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

[PATCH v3 07/15] remoteproc: Add new detach() remoteproc operation

2020-11-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 Reviewed-by: Peng Fan --- in