[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250125173905.1150203-1-andersson@kernel.org>
Date: Sat, 25 Jan 2025 09:39:04 -0800
From: Bjorn Andersson <andersson@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-remoteproc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Beleswar Padhi <b-padhi@...com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>,
Chen-Yu Tsai <wenst@...omium.org>,
Robin Murphy <robin.murphy@....com>
Subject: [GIT PULL] remoteproc updates for v6.14
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(-)
Powered by blists - more mailing lists