mbox series

[0/2] remoteproc: core: Add core functionality to the remoteproc framework

Message ID 1582164713-6413-1-git-send-email-sidgup@codeaurora.org (mailing list archive)
Headers show
Series remoteproc: core: Add core functionality to the remoteproc framework | expand

Message

Siddharth Gupta Feb. 20, 2020, 2:11 a.m. UTC
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(+)