From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>,
Peng Fan <peng.fan@nxp.com>,
Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
Dan Carpenter <dan.carpenter@oracle.com>,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
Shengjiu Wang <shengjiu.wang@nxp.com>,
wangjianli <wangjianli@cdjrlc.com>
Subject: [GIT PULL] remoteproc updates for v6.1
Date: Thu, 6 Oct 2022 21:10:46 -0500 [thread overview]
Message-ID: <20221007021046.2585078-1-andersson@kernel.org> (raw)
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(-)
next reply other threads:[~2022-10-07 2:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-07 2:10 Bjorn Andersson [this message]
2022-10-07 19:20 ` [GIT PULL] remoteproc updates for v6.1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221007021046.2585078-1-andersson@kernel.org \
--to=andersson@kernel.org \
--cc=arnaud.pouliquen@foss.st.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=dan.carpenter@oracle.com \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=ohad@wizery.com \
--cc=peng.fan@nxp.com \
--cc=shengjiu.wang@nxp.com \
--cc=torvalds@linux-foundation.org \
--cc=wangjianli@cdjrlc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.