The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.14 for you to fetch changes up to 3a53ff95b0be9a5d0ef5037e539558d0041f9a89: remoteproc: st: Use syscon_regmap_lookup_by_phandle_args (2025-01-15 10:04:27 -0700) ---------------------------------------------------------------- remoteproc updates for v6.14 Correct error path in rproc_alloc(), with regards to put_device() and freeing of the rproc index ida. The Mediatek SCP remoteproc driver is returned to only creating child devices from specific DeviceTree nodes. OMAP remoteproc driver is updated to match the cleanups in the OMAP iommu driver. In addition to this, a number of conversions to devres and other small, mostly stylistic, code cleanups. ---------------------------------------------------------------- Arnaud Pouliquen (1): remoteproc: core: Fix ida_free call while not allocated Beleswar Padhi (5): remoteproc: k3-r5: Add devm action to release reserved memory remoteproc: k3-r5: Use devm_kcalloc() helper remoteproc: k3-r5: Use devm_ioremap_wc() helper remoteproc: k3-r5: Use devm_rproc_add() helper remoteproc: k3-r5: Add devm action to release tsp Chen-Yu Tsai (1): remoteproc: mtk_scp: Only populate devices for SCP cores Krzysztof Kozlowski (5): remoteproc: keystone: Simplify returning syscon PTR_ERR remoteproc: omap: Simplify returning syscon PTR_ERR remoteproc: st: Simplify with dev_err_probe remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_args remoteproc: st: Use syscon_regmap_lookup_by_phandle_args Robin Murphy (1): remoteproc: omap: Handle ARM dma_iommu_mapping drivers/remoteproc/keystone_remoteproc.c | 17 ++---- drivers/remoteproc/mtk_scp.c | 12 ++++- drivers/remoteproc/omap_remoteproc.c | 24 +++++++-- drivers/remoteproc/remoteproc_core.c | 14 ++--- drivers/remoteproc/st_remoteproc.c | 54 ++++++++------------ drivers/remoteproc/ti_k3_r5_remoteproc.c | 88 +++++++++++++------------------- 6 files changed, 97 insertions(+), 112 deletions(-)