RE: [PATCH 08/13] remoteproc: Rename function rproc_actuate()

2020-10-14 Thread Peng Fan
> Subject: [PATCH 08/13] remoteproc: Rename function rproc_actuate() > > Align what was done for rproc_detach() by renaming function rproc_actuate(). > That way it is easier to figure out the opposite of each functions. > > Signed-off-by: Mathieu Poirier > ---

[PATCH 08/13] remoteproc: Rename function rproc_actuate()

2020-08-26 Thread Mathieu Poirier
Align what was done for rproc_detach() by renaming function rproc_actuate(). That way it is easier to figure out the opposite of each functions. Signed-off-by: Mathieu Poirier --- drivers/remoteproc/remoteproc_core.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a