[PATCH v4 6/9] remoteproc: Refactor function rproc_boot()

2020-06-01 Thread Mathieu Poirier
Refactor function rproc_boot() to properly deal with scenarios where the remoteproc core needs to attach with a remote processor that has already been booted by an external entity. Signed-off-by: Mathieu Poirier --- drivers/remoteproc/remoteproc_core.c | 28 +--- 1 file c

Re: [PATCH v4 6/9] remoteproc: Refactor function rproc_boot()

2020-06-22 Thread Bjorn Andersson
On Mon 01 Jun 10:51 PDT 2020, Mathieu Poirier wrote: > Refactor function rproc_boot() to properly deal with scenarios > where the remoteproc core needs to attach with a remote > processor that has already been booted by an external entity. > > Signed-off-by: Mathieu Poirier Reviewed-by: Bjorn A