All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "Ohad Ben-Cohen" <ohad@wizery.com>,
	linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Luca Weiss" <luca.weiss@fairphone.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Iuliana Prodan" <iuliana.prodan@nxp.com>
Subject: [GIT PULL] remoteproc updates for v6.8
Date: Sun, 14 Jan 2024 19:35:34 -0800	[thread overview]
Message-ID: <20240115033537.155277-1-andersson@kernel.org> (raw)


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

             reply	other threads:[~2024-01-15  3:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-15  3:35 Bjorn Andersson [this message]
2024-01-18  0:05 ` [GIT PULL] remoteproc updates for v6.8 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=20240115033537.155277-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=iuliana.prodan@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=luca.weiss@fairphone.com \
    --cc=ohad@wizery.com \
    --cc=torvalds@linux-foundation.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.