All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] remoteproc: qcom: Add callbacks for remoteproc events
@ 2020-02-20  2:57 ` Siddharth Gupta
  0 siblings, 0 replies; 36+ messages in thread
From: Siddharth Gupta @ 2020-02-20  2:57 UTC (permalink / raw)
  To: agross, bjorn.andersson, ohad
  Cc: Siddharth Gupta, linux-remoteproc, linux-kernel, linux-arm-msm,
	linux-arm-kernel, tsoni, psodagud, rishabhb

This patch series adds the usecases for SSR and Sysmon subdevices which are
used by remoteprocs and kernel client drivers relying on those remoteprocs.

Patch 1-3 adds callbacks for prepare, start and unprepare events, and also type
          of sysmon notification.
Patch 4-6 adds a per subsystem notifier chain, callbacks for prepare, start
          and stop events for ssr subdevice.

Rishabh Bhatnagar (1):
  drivers: remoteproc: Add name field for every subdevice

Siddharth Gupta (5):
  remoteproc: sysmon: Add ability to send type of notification
  remoteproc: sysmon: Add notifications for events
  remoteproc: sysmon: Inform current rproc about all active rprocs
  remoteproc: qcom: Add per subsystem SSR notification
  remoteproc: qcom: Add notification types to SSR

 drivers/remoteproc/qcom_common.c      |  86 ++++++++++++++++++++++++----
 drivers/remoteproc/qcom_common.h      |   1 +
 drivers/remoteproc/qcom_sysmon.c      | 103 ++++++++++++++++++++++++++++------
 drivers/soc/qcom/glink_ssr.c          |  20 ++++++-
 include/linux/remoteproc.h            |  17 ++++++
 include/linux/remoteproc/qcom_rproc.h |  17 ++++--
 6 files changed, 209 insertions(+), 35 deletions(-)

-- 
Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

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

end of thread, other threads:[~2020-04-02 17:47 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20  2:57 [PATCH 0/6] remoteproc: qcom: Add callbacks for remoteproc events Siddharth Gupta
2020-02-20  2:57 ` Siddharth Gupta
2020-02-20  2:57 ` [PATCH 1/6] remoteproc: sysmon: Add ability to send type of notification Siddharth Gupta
2020-02-20  2:57   ` Siddharth Gupta
2020-02-20  2:57 ` [PATCH 2/6] remoteproc: sysmon: Add notifications for events Siddharth Gupta
2020-02-20  2:57   ` Siddharth Gupta
2020-02-20  2:57 ` [PATCH 3/6] remoteproc: sysmon: Inform current rproc about all active rprocs Siddharth Gupta
2020-02-20  2:57   ` Siddharth Gupta
2020-02-27 18:47   ` Mathieu Poirier
2020-02-27 18:47     ` Mathieu Poirier
2020-02-20  2:57 ` [PATCH 4/6] drivers: remoteproc: Add name field for every subdevice Siddharth Gupta
2020-02-20  2:57   ` Siddharth Gupta
2020-02-27 20:14   ` Mathieu Poirier
2020-02-27 20:14     ` Mathieu Poirier
2020-02-20  2:57 ` [PATCH 5/6] remoteproc: qcom: Add per subsystem SSR notification Siddharth Gupta
2020-02-20  2:57   ` Siddharth Gupta
2020-02-20  2:57 ` [PATCH 6/6] remoteproc: qcom: Add notification types to SSR Siddharth Gupta
2020-02-20  2:57   ` Siddharth Gupta
2020-02-27 21:59   ` Mathieu Poirier
2020-02-27 21:59     ` Mathieu Poirier
2020-02-28  0:00     ` rishabhb
2020-02-28  0:00       ` rishabhb
2020-02-28 18:38       ` Mathieu Poirier
2020-02-28 18:38         ` Mathieu Poirier
2020-03-02 20:54         ` rishabhb
2020-03-02 20:54           ` rishabhb
2020-03-03 18:05           ` Mathieu Poirier
2020-03-03 18:05             ` Mathieu Poirier
2020-03-03 23:30             ` rishabhb
2020-03-03 23:30               ` rishabhb
2020-03-09 17:34               ` Mathieu Poirier
2020-03-09 17:34                 ` Mathieu Poirier
2020-04-02  1:01                 ` Siddharth Gupta
2020-04-02  1:01                   ` Siddharth Gupta
2020-04-02 17:47                   ` Mathieu Poirier
2020-04-02 17:47                     ` Mathieu Poirier

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.