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:   Wed, 24 Feb 2021 13:17:32 -0600
From:   Bjorn Andersson <bjorn.andersson@...aro.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, Tzung-Bi Shih <tzungbi@...gle.com>,
        Stephan Gerhold <stephan@...hold.net>,
        Vinod Koul <vkoul@...nel.org>,
        Arnaud Pouliquen <arnaud.pouliquen@...s-st.com>,
        Arnd Bergmann <arnd@...db.de>,
        Daniele Alessandrelli <daniele.alessandrelli@...el.com>,
        Paul Cercueil <paul@...pouillou.net>,
        Shawn Guo <shawn.guo@...aro.org>,
        Yang Li <yang.lee@...ux.alibaba.com>
Subject: [GIT PULL] remoteproc updates for v5.12

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/rproc-v5.12

for you to fetch changes up to e8b4e9a21af77b65ea68bd698acf4abe04afd051:

  remoteproc: qcom: pas: Add SM8350 PAS remoteprocs (2021-02-11 12:52:18 -0600)

----------------------------------------------------------------
remoteproc updates for v5.12

This adds remoteproc support for the audio, compute, sensor and modem
remoteprocs on the Qualcomm SM8350 platform, it adds Qualcomm WCN3660b
support, Mediatek MT8192 SCP driver support for MPU and L1TCM memory,
STM32 driver adopts dev_err_probe() and the Qualcomm Kconfig
help texts are revamped.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      remoteproc: stm32: improve debug using dev_err_probe

Arnd Bergmann (1):
      remoteproc: qcom: fix glink dependencies

Daniele Alessandrelli (1):
      remoteproc: core: Fix rproc->firmware free in rproc_set_firmware()

Paul Cercueil (1):
      remoteproc: ingenic: Add module parameter 'auto_boot'

Shawn Guo (1):
      remoteproc: qcom: add more help text qcom options

Stephan Gerhold (2):
      dt-bindings: remoteproc: qcom,wcnss: Add qcom,wcn3660b compatible
      remoteproc: qcom_wcnss: Add qcom,wcn3660b compatible

Tzung-Bi Shih (5):
      remoteproc/mediatek: acknowledge watchdog IRQ after handled
      remoteproc/mediatek: use devm_platform_ioremap_resource_byname
      remoteproc/mediatek: enable MPU for all memory regions in MT8192 SCP
      dt-bindings: remoteproc: mediatek: add L1TCM memory region
      remoteproc/mediatek: support L1TCM

Vinod Koul (2):
      dt-bindings: remoteproc: qcom: pas: Add SM8350 remoteprocs
      remoteproc: qcom: pas: Add SM8350 PAS remoteprocs

Yang Li (1):
      remoteproc: qcom_wcnss: remove unneeded semicolon

 .../devicetree/bindings/remoteproc/mtk,scp.txt     |  8 +--
 .../devicetree/bindings/remoteproc/qcom,adsp.txt   | 12 ++++
 .../bindings/remoteproc/qcom,wcnss-pil.txt         |  1 +
 drivers/remoteproc/Kconfig                         | 25 +++++--
 drivers/remoteproc/ingenic_rproc.c                 |  7 ++
 drivers/remoteproc/mtk_common.h                    |  7 ++
 drivers/remoteproc/mtk_scp.c                       | 82 ++++++++++++++++++----
 drivers/remoteproc/qcom_q6v5_pas.c                 | 63 +++++++++++++++++
 drivers/remoteproc/qcom_wcnss.c                    |  2 +-
 drivers/remoteproc/qcom_wcnss_iris.c               |  1 +
 drivers/remoteproc/remoteproc_core.c               |  2 +-
 drivers/remoteproc/stm32_rproc.c                   | 23 +++---
 12 files changed, 198 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ