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(-)

