Re: [PATCH v4 4/9] remoteproc: Introducing function rproc_actuate()

2020-06-22 Thread Bjorn Andersson
On Mon 01 Jun 10:51 PDT 2020, Mathieu Poirier wrote: > Introduce function rproc_actuate() that provides the same > functionatlity as rproc_fw_boot(), but without the steps that > involve interaction with the firmware image. That way we can > deal with scenarios where the remoteproc core is attach

[PATCH v4 4/9] remoteproc: Introducing function rproc_actuate()

2020-06-01 Thread Mathieu Poirier
Introduce function rproc_actuate() that provides the same functionatlity as rproc_fw_boot(), but without the steps that involve interaction with the firmware image. That way we can deal with scenarios where the remoteproc core is attaching to a remote processor that has already been started by ano