RE: [PATCH 02/13] remoteproc: Remove useless check in rproc_del()

2020-10-14 Thread Peng Fan
> Subject: [PATCH 02/13] remoteproc: Remove useless check in rproc_del() > > Whether started at probe() time or thereafter from the command line, a > remote processor needs to be shutdown before the final cleanup phases can > happen. Otherwise the system may be left in an unpr

[PATCH 02/13] remoteproc: Remove useless check in rproc_del()

2020-08-26 Thread Mathieu Poirier
Whether started at probe() time or thereafter from the command line, a remote processor needs to be shutdown before the final cleanup phases can happen. Otherwise the system may be left in an unpredictable state where the remote processor is expecting the remoteproc core to be providing services w