Re: [PATCH v6 10/16] remoteproc: Introduce function rproc_detach()

2021-02-26 Thread Arnaud POULIQUEN
On 2/24/21 12:35 AM, Mathieu Poirier wrote: > Introduce function rproc_detach() to enable the remoteproc > core to release the resources associated with a remote processor > without stopping its operation. > > Signed-off-by: Mathieu Poirier Reviewed-by: Arnaud Pouliquen Thanks, > --- > New

[PATCH v6 10/16] remoteproc: Introduce function rproc_detach()

2021-02-23 Thread Mathieu Poirier
Introduce function rproc_detach() to enable the remoteproc core to release the resources associated with a remote processor without stopping its operation. Signed-off-by: Mathieu Poirier --- New for V6: - Checking for rproc->state has been removed. They have been moved to calling functions. -