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