Re: [PATCH 1/2] remoteproc: imx_dsp_rproc: Add support of recovery process

2025-06-23 Thread Mathieu Poirier
Good day, On Wed, Jun 18, 2025 at 02:26:43PM +0800, Shengjiu Wang wrote: > when recovery is triggered, rproc_stop() is called first then > rproc_start(), but there is no rproc_unprepare_device() and > rproc_prepare_device() in the flow. > > So power enablement needs to be moved from prepare callb

[PATCH 1/2] remoteproc: imx_dsp_rproc: Add support of recovery process

2025-06-17 Thread Shengjiu Wang
when recovery is triggered, rproc_stop() is called first then rproc_start(), but there is no rproc_unprepare_device() and rproc_prepare_device() in the flow. So power enablement needs to be moved from prepare callback to start callback, power disablement needs to be moved from unprepare callback t