From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
"Tanmay Shah" <tanmay.shah@amd.com>,
"Bjorn Andersson" <bjorn.andersson@oss.qualcomm.com>,
"Lijuan Gao" <lijuan.gao@oss.qualcomm.com>,
"Lijuan Gao" <quic_lijuang@quicinc.com>,
"Thomas Weißschuh" <thomas.weissschuh@linutronix.de>
Subject: [GIT PULL] remoteproc updates for v6.17
Date: Fri, 1 Aug 2025 14:53:03 -0500 [thread overview]
Message-ID: <20250801195305.996861-1-andersson@kernel.org> (raw)
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.17
for you to fetch changes up to 1c20224123f41e4f7da44ae020832bdac3f30ec1:
remoteproc: xlnx: Fix kernel-doc warnings (2025-07-22 09:13:38 -0600)
----------------------------------------------------------------
remoteproc updates for v6.17
Make the Xilinx remoteproc driver support running on only a single core,
disable still unsupported remoteproc features, and stop the remoteproc
on shutdown to facilitate kexec.
Conclude the renaming of the Qualcomm ADSP driver to "PAS" that was
started many years ago.
----------------------------------------------------------------
Bjorn Andersson (1):
remoteproc: qcom: pas: Conclude the rename from adsp
Lijuan Gao (2):
dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 remoteproc
dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the interrupt number
Tanmay Shah (4):
remoteproc: xlnx: Allow single core use in split mode
remoteproc: xlnx: Add shutdown callback
remoteproc: xlnx: Disable unsupported features
remoteproc: xlnx: Fix kernel-doc warnings
Thomas Weißschuh (1):
remoteproc: Don't use %pK through printk
.../bindings/remoteproc/qcom,sa8775p-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm8150-pas.yaml | 65 ++-
drivers/remoteproc/Kconfig | 11 +-
drivers/remoteproc/omap_remoteproc.c | 2 +-
drivers/remoteproc/pru_rproc.c | 2 +-
drivers/remoteproc/qcom_q6v5_pas.c | 621 ++++++++++-----------
drivers/remoteproc/remoteproc_core.c | 2 +-
drivers/remoteproc/remoteproc_virtio.c | 2 +-
drivers/remoteproc/st_slim_rproc.c | 2 +-
drivers/remoteproc/ti_k3_common.c | 4 +-
drivers/remoteproc/ti_k3_r5_remoteproc.c | 2 +-
drivers/remoteproc/xlnx_r5_remoteproc.c | 74 ++-
drivers/rpmsg/virtio_rpmsg_bus.c | 2 +-
13 files changed, 421 insertions(+), 370 deletions(-)
next reply other threads:[~2025-08-01 19:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 19:53 Bjorn Andersson [this message]
2025-08-01 23:30 ` [GIT PULL] remoteproc updates for v6.17 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=20250801195305.996861-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=bjorn.andersson@oss.qualcomm.com \
--cc=lijuan.gao@oss.qualcomm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=quic_lijuang@quicinc.com \
--cc=tanmay.shah@amd.com \
--cc=thomas.weissschuh@linutronix.de \
--cc=torvalds@linux-foundation.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.