Re: [PATCH v6 16/16] remoteproc: Refactor rproc delete and cdev release path

2021-03-01 Thread Mathieu Poirier
On Fri, Feb 26, 2021 at 05:23:45PM +0100, Arnaud POULIQUEN wrote: > > > On 2/24/21 12:35 AM, Mathieu Poirier wrote: > > Refactor function rproc_del() and rproc_cdev_release() to take > > into account the current state of the remote processor when choosing > > the state to transition to. > > > >

Re: [PATCH v6 16/16] remoteproc: Refactor rproc delete and cdev release path

2021-02-26 Thread Arnaud POULIQUEN
On 2/24/21 12:35 AM, Mathieu Poirier wrote: > Refactor function rproc_del() and rproc_cdev_release() to take > into account the current state of the remote processor when choosing > the state to transition to. > > Signed-off-by: Mathieu Poirier > --- > New for V6: > - The RPROC_RUNNING ->

[PATCH v6 16/16] remoteproc: Refactor rproc delete and cdev release path

2021-02-23 Thread Mathieu Poirier
Refactor function rproc_del() and rproc_cdev_release() to take into account the current state of the remote processor when choosing the state to transition to. Signed-off-by: Mathieu Poirier --- New for V6: - The RPROC_RUNNING -> RPROC_DETACHED transition is no longer permitted. to avoid