Re: [PATCH v4 12/17] remoteproc: Introduce function rproc_detach()

2021-01-29 Thread Mathieu Poirier
On Wed, Jan 27, 2021 at 09:50:31AM +0100, Arnaud POULIQUEN wrote: > > > On 12/18/20 6:32 PM, 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. > > > > Sign

Re: [PATCH v4 12/17] remoteproc: Introduce function rproc_detach()

2021-01-27 Thread Arnaud POULIQUEN
On 12/18/20 6:32 PM, 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: Peng Fan > --- > drivers/remoteproc/

[PATCH v4 12/17] remoteproc: Introduce function rproc_detach()

2020-12-18 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 Reviewed-by: Peng Fan --- drivers/remoteproc/remoteproc_core.c | 71 +++- include/li