Re: [PATCH 07/13] remoteproc: Introduce function rproc_detach()

2020-10-22 Thread Mathieu Poirier
On Thu, Oct 15, 2020 at 01:52:16AM +, Peng Fan wrote: > > Subject: [PATCH 07/13] remoteproc: Introduce function rproc_detach() > > > > Introduce function rproc_detach() to enable the remoteproc core to release > > the resources associated with a remote proces

RE: [PATCH 07/13] remoteproc: Introduce function rproc_detach()

2020-10-14 Thread Peng Fan
> Subject: [PATCH 07/13] remoteproc: Introduce function rproc_detach() > > 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 Poir

[PATCH 07/13] remoteproc: Introduce function rproc_detach()

2020-08-26 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 --- drivers/remoteproc/remoteproc_core.c | 65 +++- include/linux/remoteproc.h