[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221007021046.2585078-1-andersson@kernel.org>
Date: Thu, 6 Oct 2022 21:10:46 -0500
From: Bjorn Andersson <andersson@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@...ery.com>, linux-remoteproc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>,
Peng Fan <peng.fan@....com>,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Dan Carpenter <dan.carpenter@...cle.com>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Shengjiu Wang <shengjiu.wang@....com>,
wangjianli <wangjianli@...rlc.com>
Subject: [GIT PULL] remoteproc updates for v6.1
The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:
Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rproc-v6.1
for you to fetch changes up to ccf22a48cc8789a35befea783448c259463a5eef:
remoteproc: virtio: Fix warning on bindings by removing the of_match_table (2022-10-05 09:20:44 -0600)
----------------------------------------------------------------
remoteproc updates for v6.1
Support for remoteprocs that will perform recovery without help from
Linux is introduced.
The virtio integration is transitioned towards remoteproc_virtio.c and
represented by a platform_device, in preparation for instantiating
virtio instances from DeviceTree.
The iMX remoteproc driver has a couple of sparse warnings corrected and
a couple of error message printouts are cleaned up. The keystone driver
is transitioned to use the gpiod API.
----------------------------------------------------------------
Arnaud Pouliquen (5):
remoteproc: core: Introduce rproc_rvdev_add_device function
remoteproc: core: Introduce rproc_add_rvdev function
remoteproc: Move rproc_vdev management to remoteproc_virtio.c
remoteproc: virtio: Create platform device for the remoteproc_virtio
remoteproc: virtio: Fix warning on bindings by removing the of_match_table
Christophe JAILLET (1):
remoteproc: imx_rproc: Simplify some error message
Dan Carpenter (1):
remoteproc: Harden rproc_handle_vdev() against integer overflow
Dmitry Torokhov (1):
remoteproc/keystone: Switch to using gpiod API
Peng Fan (2):
remoteproc: Introduce rproc features
remoteproc: Support attach recovery after rproc crash
Shengjiu Wang (1):
remoteproc: imx_dsp_rproc: fix argument 2 of rproc_mem_entry_init
wangjianli (1):
drivers/remoteproc: Fix repeated words in comments
drivers/remoteproc/imx_dsp_rproc.c | 4 +-
drivers/remoteproc/imx_rproc.c | 14 +-
drivers/remoteproc/keystone_remoteproc.c | 16 ++-
drivers/remoteproc/remoteproc_core.c | 223 +++++++++----------------------
drivers/remoteproc/remoteproc_internal.h | 38 +++++-
drivers/remoteproc/remoteproc_virtio.c | 183 ++++++++++++++++++++++---
include/linux/remoteproc.h | 22 ++-
7 files changed, 298 insertions(+), 202 deletions(-)
Powered by blists - more mailing lists