All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remoteproc: core: Add core functionality to the remoteproc framework
@ 2020-02-20  2:11 ` Siddharth Gupta
  0 siblings, 0 replies; 22+ messages in thread
From: Siddharth Gupta @ 2020-02-20  2:11 UTC (permalink / raw)
  To: ohad, bjorn.andersson
  Cc: Siddharth Gupta, linux-remoteproc, linux-kernel, linux-arm-msm,
	linux-arm-kernel, tsoni, psodagud, rishabhb

This patch series adds core functionality to the remoteproc framework.

Patch 1 adds a new API to the framework which allows kernel clients to update
        the firmware name for the specified remoteproc.
Patch 2 intends to improve the user experience by preventing the system from
        going to sleep while the remoteproc is recovering from a crash.

Siddharth Gupta (2):
  remoteproc: core: Add an API for booting with firmware name
  remoteproc: core: Prevent sleep when rproc crashes

 drivers/remoteproc/remoteproc_core.c | 38 ++++++++++++++++++++++++++++++++++++
 include/linux/remoteproc.h           |  1 +
 2 files changed, 39 insertions(+)

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

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

end of thread, other threads:[~2020-04-07 23:27 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-20  2:11 [PATCH 0/2] remoteproc: core: Add core functionality to the remoteproc framework Siddharth Gupta
2020-02-20  2:11 ` Siddharth Gupta
2020-02-20  2:11 ` [PATCH 1/2] remoteproc: core: Add an API for booting with firmware name Siddharth Gupta
2020-02-20  2:11   ` Siddharth Gupta
2020-02-24 18:30   ` Mathieu Poirier
2020-02-24 18:30     ` Mathieu Poirier
2020-02-26 23:10     ` Siddharth Gupta
2020-02-26 23:10       ` Siddharth Gupta
2020-02-20  2:11 ` [PATCH 2/2] remoteproc: core: Prevent sleep when rproc crashes Siddharth Gupta
2020-02-20  2:11   ` Siddharth Gupta
2020-02-24 18:53   ` Mathieu Poirier
2020-02-24 18:53     ` Mathieu Poirier
2020-04-07 18:00     ` Siddharth Gupta
2020-04-07 18:00       ` Siddharth Gupta
2020-04-07 22:29   ` Bjorn Andersson
2020-04-07 22:29     ` Bjorn Andersson
2020-04-07 22:30       ` Bjorn Andersson
2020-04-07 22:29       ` Bjorn Andersson
2020-04-07 22:59       ` rishabhb
2020-04-07 22:59         ` rishabhb
2020-04-07 23:26         ` Bjorn Andersson
2020-04-07 23:26           ` Bjorn Andersson
2020-04-07 23:27             ` Bjorn Andersson
2020-04-07 23:26             ` Bjorn Andersson

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.