Re: [PATCH] remoteproc: imx_dsp_rproc: only reset carveout memory at RPROC_OFFLINE state
From: Daniel Baluta
Date: Tue Dec 16 2025 - 03:56:08 EST
On Tue, Dec 16, 2025 at 9:59 AM Shengjiu Wang <shengjiu.wang@xxxxxxx> wrote:
>
> Don't need to reset memory at suspend and resume stage, because some
> memory is used to save the software state for resume, if it is cleared,
> the resume operation can fail.
I would rephrase this as "Do not reset memory ...".
"Don't need .." suggests that this operation is unnecessary, but not wrong.
With that,
Reviewed-by: Daniel Baluta <daniel.baluta@xxxxxxx>