mbox series

[GIT,PULL] remoteproc updates for v6.8

Message ID 20240115033537.155277-1-andersson@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] remoteproc updates for v6.8 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.8

Message

Bjorn Andersson Jan. 15, 2024, 3:35 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Jan. 18, 2024, 12:05 a.m. UTC | #1
The pull request you sent on Sun, 14 Jan 2024 19:35:34 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e88481f74fee690316c1e0fd3777f919067d2d58

Thank you!