[GIT PULL] remoteproc fixes for v7.0
From: Bjorn Andersson
Date: Wed Mar 11 2026 - 11:19:54 EST
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v7.0-fixes
for you to fetch changes up to 97e4567d39941248579da34b7fbb568e6659511e:
remoteproc: imx_rproc: Fix unreachable platform prepare_ops (2026-03-05 10:18:23 -0700)
----------------------------------------------------------------
remoteproc fixes for v7.0
Correct the early return from the i.MX remoteproc prepare operation,
which prevented the platform-specific prepare function to be reached.
Ensure that the Mediatek SCP clock is released during system suspend,
after the recent refactoring to avoid issues with the clock framework's
prepare lock.
Correct the type of the subsys_name_len field in the sysmon event
QMI message, as the recent introduction of big endian support in the QMI
encoder highlighted the type mismatch and resulted in a failure to
encode the message.
Roll back the devm_ioremap_resource_wc() to a devm_ioremap_wc() in the
Qualcomm WCNSS remoteproc driver, after reports that requesting this
resource fails on some platforms.
----------------------------------------------------------------
Bjorn Andersson (1):
remoteproc: sysmon: Correct subsys_name_len type in QMI request
Peng Fan (1):
remoteproc: imx_rproc: Fix unreachable platform prepare_ops
Rob Herring (Arm) (1):
remoteproc: qcom_wcnss: Fix reserved region mapping failure
Tzung-Bi Shih (1):
remoteproc: mediatek: Unprepare SCP clock during system suspend
drivers/remoteproc/imx_rproc.c | 2 +-
drivers/remoteproc/mtk_scp.c | 39 +++++++++++++++++++++++++++++++++++++++
drivers/remoteproc/qcom_sysmon.c | 2 +-
drivers/remoteproc/qcom_wcnss.c | 2 +-
4 files changed, 42 insertions(+), 3 deletions(-)