All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resend 0/5] remoteproc: updates for new events
@ 2018-06-26  1:34 Alex Elder
  2018-06-26  1:34 ` [PATCH resend 1/5] remoteproc: Rename subdev functions to start/stop Alex Elder
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Alex Elder @ 2018-06-26  1:34 UTC (permalink / raw)
  To: ohad, bjorn.andersson; +Cc: linux-remoteproc, linux-kernel

(This is just a rebase of https://lkml.org/lkml/2018/5/15/919)

This series changes the prototype for rproc_add_subdev().  The
caller is now responsible for populating the function pointers
recorded in the rproc_subdev structure, rather than having them be
passed as arguments.  These two existing function pointers have been
renamed ("probe" is now "start" and "remove" is now "stop"), and
they are now optional.  Callback functions may now also be assigned
for two new events (prior to start and after stop).

					-Alex

Alex Elder (1):
  remoteproc: rename subdev probe and remove functions

Bjorn Andersson (4):
  remoteproc: Rename subdev functions to start/stop
  remoteproc: Make start and stop in subdev optional
  remoteproc: Make client initialize ops in rproc_subdev
  remoteproc: Introduce prepare and unprepare for subdevices

 drivers/remoteproc/qcom_common.c     |  26 ++++---
 drivers/remoteproc/qcom_sysmon.c     |   5 +-
 drivers/remoteproc/remoteproc_core.c | 110 ++++++++++++++++++++-------
 include/linux/remoteproc.h           |  19 ++---
 4 files changed, 109 insertions(+), 51 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-06-26  3:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-26  1:34 [PATCH resend 0/5] remoteproc: updates for new events Alex Elder
2018-06-26  1:34 ` [PATCH resend 1/5] remoteproc: Rename subdev functions to start/stop Alex Elder
2018-06-26  2:22   ` Bjorn Andersson
2018-06-26  3:04     ` Alex Elder
2018-06-26  1:34 ` [PATCH resend 2/5] remoteproc: Make start and stop in subdev optional Alex Elder
2018-06-26  1:34 ` [PATCH resend 3/5] remoteproc: Make client initialize ops in rproc_subdev Alex Elder
2018-06-26  1:34 ` [PATCH resend 4/5] remoteproc: rename subdev probe and remove functions Alex Elder
2018-06-26  1:34 ` [PATCH resend 5/5] remoteproc: Introduce prepare and unprepare for subdevices Alex Elder

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.