Hi Mathieu, Bjorn On Tue, Sep 23, 2025 at 01:16:32PM +0800, Peng Fan wrote: >This is the 2nd series to cleanup the driver. > >--- >Changes in v2: >- Address a build warning in patch 4/6 >- Add R-b from Frank and Daniel >- Link to v1: >https://lore.kernel.org/r/[email protected] > >--- >Peng Fan (6): > remoteproc: imx_rproc: Fix runtime PM cleanup order and error handling > remoteproc: imx_rproc: Use devm_add_action_or_reset() for workqueue > cleanup > remoteproc: imx_rproc: Use devm_add_action_or_reset() for mailbox cleanup > remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanup > remoteproc: imx_rproc: Use devm_add_action_or_reset() for scu cleanup > remoteproc: imx_rproc: Use devm_rproc_add() helper
Sorry for early ping - I just wanted to check if there's any chance for this patchset to be included in 6.18, along with the other cleanup patchset [1]. Both patchsets have received Reviewed-by tags, have been tested, and successfully passed builds (arm64 gcc) with each patch applied incrementally. [1] https://lore.kernel.org/linux-remoteproc/[email protected]/T/#ma16bb8a38300f6eb333ee04f00d57805aee3c114 Thanks Peng > > drivers/remoteproc/imx_rproc.c | 128 ++++++++++++++++++----------------------- > 1 file changed, 57 insertions(+), 71 deletions(-) >--- >base-commit: c3067c2c38316c3ef013636c93daa285ee6aaa2e >change-id: 20250916-imx_rproc_c2-2b9ad7882f4d > >Best regards, >-- >Peng Fan <[email protected]> >

