The following changes since commit 98b1cc82c4affc16f5598d4fa14b1858671b2263:
Linux 6.7-rc2 (2023-11-19 15:02:14 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.8 for you to fetch changes up to 300ed425dfa99f6926299ec196a1eedf05f47b21: remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSS (2023-12-17 10:06:32 -0800) ---------------------------------------------------------------- remoteproc updates for v6.8 The i.MX DSP remoteproc driver adds support for providing a resource table, in order to enable IPC with the core. The TI K3 DSP driver is transitioned to remove_new, error messages are changed to use symbolic error codes, and dev_err_probe() is used where applicable. Support for the Qualcomm SC7280 audio, compute and WiFi co-processors are added to the Qualcomm TrustZone based remoteproc driver. ---------------------------------------------------------------- Iuliana Prodan (2): remoteproc: imx_dsp_rproc: Add mandatory find_loaded_rsc_table op arm64: dts: imx8mp: Add reserve-memory nodes for DSP Luca Weiss (3): dt-bindings: remoteproc: qcom: sc7180-pas: Fix SC7280 MPSS PD-names dt-bindings: remoteproc: qcom: sc7180-pas: Add SC7280 compatibles remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSS Uwe Kleine-König (3): remoteproc: k3-dsp: Suppress duplicate error message in .remove() remoteproc: k3-dsp: Use symbolic error codes in error messages remoteproc: k3-dsp: Convert to platform remove callback returning void .../bindings/remoteproc/qcom,sc7180-pas.yaml | 21 ++++++ arch/arm64/boot/dts/freescale/imx8mp-evk.dts | 22 ++++++ drivers/remoteproc/imx_dsp_rproc.c | 1 + drivers/remoteproc/qcom_q6v5_pas.c | 19 +++++ drivers/remoteproc/ti_k3_dsp_remoteproc.c | 87 ++++++++++------------ 5 files changed, 101 insertions(+), 49 deletions(-)