Linux-remoteproc Archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] remoteproc updates for v6.14
@ 2025-01-25 17:39 Bjorn Andersson
  2025-01-26  1:03 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Bjorn Andersson @ 2025-01-25 17:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-remoteproc, linux-kernel, Beleswar Padhi,
	Krzysztof Kozlowski, Arnaud Pouliquen, Chen-Yu Tsai, Robin Murphy


The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.14

for you to fetch changes up to 3a53ff95b0be9a5d0ef5037e539558d0041f9a89:

  remoteproc: st: Use syscon_regmap_lookup_by_phandle_args (2025-01-15 10:04:27 -0700)

----------------------------------------------------------------
remoteproc updates for v6.14

Correct error path in rproc_alloc(), with regards to put_device() and
freeing of the rproc index ida. The Mediatek SCP remoteproc driver is
returned to only creating child devices from specific DeviceTree nodes.
OMAP remoteproc driver is updated to match the cleanups in the OMAP
iommu driver.

In addition to this, a number of conversions to devres and other small,
mostly stylistic, code cleanups.

----------------------------------------------------------------
Arnaud Pouliquen (1):
      remoteproc: core: Fix ida_free call while not allocated

Beleswar Padhi (5):
      remoteproc: k3-r5: Add devm action to release reserved memory
      remoteproc: k3-r5: Use devm_kcalloc() helper
      remoteproc: k3-r5: Use devm_ioremap_wc() helper
      remoteproc: k3-r5: Use devm_rproc_add() helper
      remoteproc: k3-r5: Add devm action to release tsp

Chen-Yu Tsai (1):
      remoteproc: mtk_scp: Only populate devices for SCP cores

Krzysztof Kozlowski (5):
      remoteproc: keystone: Simplify returning syscon PTR_ERR
      remoteproc: omap: Simplify returning syscon PTR_ERR
      remoteproc: st: Simplify with dev_err_probe
      remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_args
      remoteproc: st: Use syscon_regmap_lookup_by_phandle_args

Robin Murphy (1):
      remoteproc: omap: Handle ARM dma_iommu_mapping

 drivers/remoteproc/keystone_remoteproc.c | 17 ++----
 drivers/remoteproc/mtk_scp.c             | 12 ++++-
 drivers/remoteproc/omap_remoteproc.c     | 24 +++++++--
 drivers/remoteproc/remoteproc_core.c     | 14 ++---
 drivers/remoteproc/st_remoteproc.c       | 54 ++++++++------------
 drivers/remoteproc/ti_k3_r5_remoteproc.c | 88 +++++++++++++-------------------
 6 files changed, 97 insertions(+), 112 deletions(-)

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

end of thread, other threads:[~2025-01-26  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-25 17:39 [GIT PULL] remoteproc updates for v6.14 Bjorn Andersson
2025-01-26  1:03 ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).