[GIT PULL] remoteproc updates for v6.5

From: Bjorn Andersson
Date: Mon Jul 03 2023 - 16:19:08 EST



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