From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>,
Peng Fan <peng.fan@nxp.com>, Rob Herring <robh@kernel.org>,
Tzung-Bi Shih <tzungbi@kernel.org>
Subject: [GIT PULL] remoteproc fixes for v7.0
Date: Wed, 11 Mar 2026 10:19:33 -0500 [thread overview]
Message-ID: <20260311151933.26814-1-andersson@kernel.org> (raw)
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(-)
next reply other threads:[~2026-03-11 15:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-11 15:19 Bjorn Andersson [this message]
2026-03-11 16:35 ` [GIT PULL] remoteproc fixes for v7.0 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260311151933.26814-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=bjorn.andersson@oss.qualcomm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=peng.fan@nxp.com \
--cc=robh@kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=tzungbi@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox