mbox series

[GIT,PULL] remoteproc updates for v5.12

Message ID 20210224191732.192685-1-bjorn.andersson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] remoteproc updates for v5.12 | expand

Pull-request

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

Message

Bjorn Andersson Feb. 24, 2021, 7:17 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 24, 2021, 7:37 p.m. UTC | #1
The pull request you sent on Wed, 24 Feb 2021 13:17:32 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/062c84fccc4444805738d76a2699c4d3c95184ec

Thank you!