[GIT PULL] remoteproc updates for v5.19

From: Bjorn Andersson
Date: Wed Jun 01 2022 - 08:18:17 EST


The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

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

for you to fetch changes up to bb489b96406104070c1fbe364c441cffae8a2ae4:

dt-bindings: remoteproc: mediatek: Add optional memory-region to mtk,scp (2022-05-17 03:19:08 +0100)

----------------------------------------------------------------
remoteproc updates for v5.19

This fixes a race condition in the user space interface for starting and
stopping remote processors, it makes the ELF loader properly skip zero
memsz segments and it cleans up the debugfs tracefile code a bit by not
checking for errors.

It introduces support for controlling the audio DSP on Qualcomm MSM8226,
as well as audio and compute DSPs on Qualcomm SC8280XP.

It makes it possible to specify the firmware path for Mediatek's remote
processors, fixes a double free in the SCP driver and addresses an issue
with the SRAM initialization on MT8195.

Lastly it deprecates the custom ELF loader in the iMX remoteproc driver,
in favor of using the shared one.

----------------------------------------------------------------
Allen-KH Cheng (2):
dt-bindings: remoteproc: mediatek: Add firmware-name property
remoteproc: mediatek: Allow reading firmware-name from DT

Arnaud Pouliquen (1):
dt-bindings: remoteproc: st,stm32-rproc: Fix phandle-array parameters description

Bjorn Andersson (2):
dt-bindings: remoteproc: qcom: pas: Add sc8280xp adsp and nsp pair
remoteproc: qcom: pas: Add sc8280xp remoteprocs

Christophe JAILLET (1):
remoteproc: mtk_scp: Fix a potential double free

Daniel Baluta (1):
remoteproc: imx_dsp_rproc: Make rsc_table optional

Luca Weiss (2):
dt-bindings: remoteproc: qcom: pas: Add MSM8226 adsp
remoteproc: qcom: pas: Add MSM8226 ADSP support

Manivannan Sadhasivam (1):
remoteproc: Don't bother checking the return value of debugfs_create*

Mathieu Poirier (2):
Merge branch 'rproc-fixes' into rproc-next
Merge branch 'rproc-fixes' into rproc-next

Nícolas F. R. A. Prado (3):
dt-bindings: remoteproc: mediatek: Add interrupts property to mtk,scp
dt-bindings: remoteproc: mediatek: Make l1tcm reg exclusive to mt819x
dt-bindings: remoteproc: mediatek: Add optional memory-region to mtk,scp

Peng Fan (5):
remoteproc: elf_loader: skip segment with memsz as zero
remoteproc: imx_dsp_rproc: use common rproc_elf_load_segments
remoteproc: imx_rproc: Ignore create mem entry for resource table
dt-bindings: remoteproc: imx_rproc: Support i.MX93
remoteproc: imx_rproc: Support i.MX93

Shengjiu Wang (2):
remoteproc: core: Remove state checking before calling rproc_boot()
remoteproc: core: Move state checking to remoteproc_core

Tinghan Shen (1):
remoteproc: mediatek: Fix side effect of mt8195 sram power on

.../bindings/remoteproc/fsl,imx-rproc.yaml | 9 +-
.../devicetree/bindings/remoteproc/mtk,scp.yaml | 57 ++++++++---
.../devicetree/bindings/remoteproc/qcom,adsp.yaml | 31 ++++++
.../bindings/remoteproc/st,stm32-rproc.yaml | 16 ++--
drivers/remoteproc/imx_dsp_rproc.c | 105 ++-------------------
drivers/remoteproc/imx_rproc.c | 36 +++++++
drivers/remoteproc/mtk_common.h | 2 +
drivers/remoteproc/mtk_scp.c | 76 +++++++++++----
drivers/remoteproc/qcom_q6v5_pas.c | 34 +++++++
drivers/remoteproc/remoteproc_cdev.c | 11 ---
drivers/remoteproc/remoteproc_core.c | 15 ++-
drivers/remoteproc/remoteproc_debugfs.c | 17 +---
drivers/remoteproc/remoteproc_elf_loader.c | 2 +-
drivers/remoteproc/remoteproc_sysfs.c | 11 ---
14 files changed, 240 insertions(+), 182 deletions(-)