]> git.ipfire.org Git - thirdparty/linux.git/commit
remoteproc: imx_dsp_rproc: Use devm_rproc_add() helper
authorPeng Fan <peng.fan@nxp.com>
Wed, 19 Nov 2025 04:21:47 +0000 (12:21 +0800)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Wed, 19 Nov 2025 16:06:05 +0000 (09:06 -0700)
commit36951036a725271826773e7feb852496b16dc38d
tree0802885230eb874ee0ceab6c3d53752b63c2b252
parent3003773ad67ace7c2a0394efdca122824c709dd5
remoteproc: imx_dsp_rproc: Use devm_rproc_add() helper

Replace manual rproc_add() and cleanup logic with devm_rproc_add(), which
ties the remoteproc lifecycle to the device's lifecycle. This simplifies
error handling and ensures proper cleanup.

No functional changes.

Reviewed-by: Frank Li <Frank.Li@nxp.com>
Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Reviewed-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Reviewed-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Tested-by: Iuliana Prodan <iuliana.prodan@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20251119-imx-dsp-2025-11-19-v4-2-adafd342d07b@nxp.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/imx_dsp_rproc.c