public inbox for linux-kernel@vger.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,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Arnaud Pouliquen" <arnaud.pouliquen@foss.st.com>,
	"Arnd Bergmann" <arnd@arndb.de>,
	"Dan Carpenter" <dan.carpenter@linaro.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>
Subject: [GIT PULL] remoteproc updates for v6.5
Date: Mon,  3 Jul 2023 13:22:46 -0700	[thread overview]
Message-ID: <20230703202248.3083122-1-andersson@kernel.org> (raw)


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 181da4bcc3d4bb4b58e3df481e72353925b36edd:

  remoteproc: qcom_q6v5_pas: staticize adsp_segment_dump() (2023-06-14 08:16:04 -0700)

----------------------------------------------------------------
remoteproc updates for v6.5

The bulk of these patches relates to the moving to a void-returning
remove callback.

The i.MX HiFi remoteproc driver gets its pm_ops helpers updated to
resolve build warnings about "defined but not used" variables in certain
configurations.

The ST STM32 remoteproc driver is extended to allow using a SCMI reset
controller to hold boot, and has an error message corrected.

The Qualcomm Q6V5 PAS driver gains a missing "static" qualifier on
adsp_segment_dump().

----------------------------------------------------------------
Arnaud Pouliquen (2):
      dt-bindings: remoteproc: st,stm32-rproc: Rework reset declarations
      remoteproc: stm32: Allow hold boot management by the SCMI reset controller

Arnd Bergmann (1):
      remoteproc: imx_dsp_rproc: use modern pm_ops

Dan Carpenter (1):
      remoteproc: stm32: Fix error code in stm32_rproc_parse_dt()

Krzysztof Kozlowski (1):
      remoteproc: qcom_q6v5_pas: staticize adsp_segment_dump()

Uwe Kleine-König (18):
      remoteproc: da8xx: Convert to platform remove callback returning void
      remoteproc: imx_dsp: Convert to platform remove callback returning void
      remoteproc: imx: Convert to platform remove callback returning void
      remoteproc: keystone: Convert to platform remove callback returning void
      remoteproc: meson_mx_ao_arc: Convert to platform remove callback returning void
      remoteproc: mtk_scp: Convert to platform remove callback returning void
      remoteproc: omap: Convert to platform remove callback returning void
      remoteproc: pru: Convert to platform remove callback returning void
      remoteproc: qcom_q6v5_adsp: Convert to platform remove callback returning void
      remoteproc: qcom_q6v5_mss: Convert to platform remove callback returning void
      remoteproc: qcom_q6v5_pas: Convert to platform remove callback returning void
      remoteproc: qcom_q6v5_wcss: Convert to platform remove callback returning void
      remoteproc: qcom_wcnss: Convert to platform remove callback returning void
      remoteproc: rcar: Convert to platform remove callback returning void
      remoteproc: virtio: Convert to platform remove callback returning void
      remoteproc: st: Convert to platform remove callback returning void
      remoteproc: stm32: Convert to platform remove callback returning void
      remoteproc: wkup_m3: Convert to platform remove callback returning void

 .../bindings/remoteproc/st,stm32-rproc.yaml        | 44 ++++++++++--
 drivers/remoteproc/da8xx_remoteproc.c              |  6 +-
 drivers/remoteproc/imx_dsp_rproc.c                 | 17 ++---
 drivers/remoteproc/imx_rproc.c                     |  6 +-
 drivers/remoteproc/keystone_remoteproc.c           |  6 +-
 drivers/remoteproc/meson_mx_ao_arc.c               |  6 +-
 drivers/remoteproc/mtk_scp.c                       |  6 +-
 drivers/remoteproc/omap_remoteproc.c               |  6 +-
 drivers/remoteproc/pru_rproc.c                     |  6 +-
 drivers/remoteproc/qcom_q6v5_adsp.c                |  6 +-
 drivers/remoteproc/qcom_q6v5_mss.c                 |  6 +-
 drivers/remoteproc/qcom_q6v5_pas.c                 |  8 +--
 drivers/remoteproc/qcom_q6v5_wcss.c                |  6 +-
 drivers/remoteproc/qcom_wcnss.c                    |  6 +-
 drivers/remoteproc/rcar_rproc.c                    |  6 +-
 drivers/remoteproc/remoteproc_virtio.c             |  6 +-
 drivers/remoteproc/st_remoteproc.c                 |  6 +-
 drivers/remoteproc/stm32_rproc.c                   | 82 +++++++++++++++-------
 drivers/remoteproc/wkup_m3_rproc.c                 |  6 +-
 19 files changed, 136 insertions(+), 105 deletions(-)

             reply	other threads:[~2023-07-03 20:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03 20:22 Bjorn Andersson [this message]
2023-07-04  0:16 ` [GIT PULL] remoteproc updates for v6.5 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=20230703202248.3083122-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=arnaud.pouliquen@foss.st.com \
    --cc=arnd@arndb.de \
    --cc=dan.carpenter@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox