lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon,  3 Jul 2023 13:22:46 -0700
From:   Bjorn Andersson <andersson@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Ohad Ben-Cohen <ohad@...ery.com>, linux-remoteproc@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Uwe Kleine-König 
        <u.kleine-koenig@...gutronix.de>,
        Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>,
        Arnd Bergmann <arnd@...db.de>,
        Dan Carpenter <dan.carpenter@...aro.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
Subject: [GIT PULL] remoteproc updates for v6.5


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ