linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] remoteproc updates for v5.19
@ 2022-06-01 12:18 Bjorn Andersson
  2022-06-01 17:56 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2022-06-01 12:18 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ohad Ben-Cohen, linux-remoteproc, linux-kernel, Peng Fan,
	Nícolas F . R . A . Prado, Allen-KH Cheng, Luca Weiss,
	Mathieu Poirier, Shengjiu Wang, Arnaud Pouliquen,
	Christophe JAILLET, Daniel Baluta, Manivannan Sadhasivam,
	Tinghan Shen

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] remoteproc updates for v5.19
  2022-06-01 12:18 [GIT PULL] remoteproc updates for v5.19 Bjorn Andersson
@ 2022-06-01 17:56 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2022-06-01 17:56 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Linus Torvalds, Ohad Ben-Cohen, linux-remoteproc, linux-kernel,
	Peng Fan, Nícolas F . R . A . Prado, Allen-KH Cheng,
	Luca Weiss, Mathieu Poirier, Shengjiu Wang, Arnaud Pouliquen,
	Christophe JAILLET, Daniel Baluta, Manivannan Sadhasivam,
	Tinghan Shen

The pull request you sent on Wed,  1 Jun 2022 07:18:09 -0500:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-01 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 12:18 [GIT PULL] remoteproc updates for v5.19 Bjorn Andersson
2022-06-01 17:56 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).