All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] remoteproc: A few important improvements
@ 2016-05-05 13:29 ` Lee Jones
  0 siblings, 0 replies; 42+ messages in thread
From: Lee Jones @ 2016-05-05 13:29 UTC (permalink / raw)
  To: linux-arm-kernel, linux-kernel
  Cc: kernel, maxime.coquelin, ohad, bjorn.andersson, linux-remoteproc,
	Lee Jones

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

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

end of thread, other threads:[~2016-07-14  6:53 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-05 13:29 [PATCH 0/5] remoteproc: A few important improvements Lee Jones
2016-05-05 13:29 ` Lee Jones
2016-05-05 13:29 ` [PATCH 1/5] remoteproc: core: Task sync during rproc_fw_boot() Lee Jones
2016-05-05 13:29   ` Lee Jones
2016-05-06 18:44   ` Bjorn Andersson
2016-05-06 18:44     ` Bjorn Andersson
2016-05-05 13:29 ` [PATCH 2/5] remoteproc: core: Add rproc OF look-up functions Lee Jones
2016-05-05 13:29   ` Lee Jones
2016-05-06 18:48   ` Bjorn Andersson
2016-05-06 18:48     ` Bjorn Andersson
2016-05-10 14:16     ` Lee Jones
2016-05-10 14:16       ` Lee Jones
2016-05-10 18:48       ` Bjorn Andersson
2016-05-10 18:48         ` Bjorn Andersson
2016-07-13 19:11   ` Bjorn Andersson
2016-07-13 19:11     ` Bjorn Andersson
2016-07-14  6:53     ` Lee Jones
2016-07-14  6:53       ` Lee Jones
2016-05-05 13:29 ` [PATCH 3/5] remoteproc: core: Add ability to select a firmware from the client Lee Jones
2016-05-05 13:29   ` Lee Jones
2016-05-06 18:59   ` Bjorn Andersson
2016-05-06 18:59     ` Bjorn Andersson
2016-05-10 13:02     ` Lee Jones
2016-05-10 13:02       ` Lee Jones
2016-05-05 13:29 ` [PATCH 4/5] remoteproc: core: Supply framework to request, declare and fetch shared memory Lee Jones
2016-05-05 13:29   ` Lee Jones
2016-05-11 22:30   ` Bjorn Andersson
2016-05-11 22:30     ` Bjorn Andersson
2016-06-15 22:06   ` Bjorn Andersson
2016-06-15 22:06     ` Bjorn Andersson
2016-06-21  7:33     ` [STLinux Kernel] " loic pallardy
2016-06-21  7:33       ` loic pallardy
2016-06-21  7:33       ` loic pallardy
2016-06-22 16:21       ` Bjorn Andersson
2016-06-22 16:21         ` Bjorn Andersson
2016-05-05 13:29 ` [PATCH 5/5] remoteproc: core: Clip carveout if it's too big Lee Jones
2016-05-05 13:29   ` Lee Jones
2016-05-10 19:21   ` Bjorn Andersson
2016-05-10 19:21     ` Bjorn Andersson
2016-06-17 19:53     ` [STLinux Kernel] " loic pallardy
2016-06-17 19:53       ` loic pallardy
2016-06-17 19:53       ` loic pallardy

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.