[PATCH 0/5] remoteproc: A few important improvements
Lee Jones
lee.jones at linaro.org
Thu May 5 06:29:38 PDT 2016
This set contains some extensions which allow greater interoperability
with other heavily used subsystems/booting mechanisms already in the
kernel. This includes; Device Tree (OF) support, fix possible race
between remoteproc and rpmsg/virtio, remotely (from a client) set the
firmware name, introduction of a nice way to handle shared (between
subsystems) memory and automatic carveout clipping.
Lee Jones (5):
remoteproc: core: Task sync during rproc_fw_boot()
remoteproc: core: Add rproc OF look-up functions
remoteproc: core: Add ability to select a firmware from the client
remoteproc: core: Supply framework to request, declare and fetch
shared memory
remoteproc: core: Clip carveout if it's too big
drivers/remoteproc/remoteproc_core.c | 371 ++++++++++++++++++++++++++++++-
drivers/remoteproc/remoteproc_internal.h | 1 +
drivers/remoteproc/remoteproc_virtio.c | 2 +-
include/linux/remoteproc.h | 16 ++
4 files changed, 379 insertions(+), 11 deletions(-)
--
2.8.0
More information about the linux-arm-kernel
mailing list