All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] remoteproc: qcom: Minidump improvements
@ 2021-06-15  2:08 Siddharth Gupta
  2021-06-15  2:08 ` [PATCH 1/2] remoteproc: core: Export the rproc coredump APIs Siddharth Gupta
  2021-06-15  2:08 ` [PATCH 2/2] remoteproc: qcom: Add full coredump fallback mechanism Siddharth Gupta
  0 siblings, 2 replies; 3+ messages in thread
From: Siddharth Gupta @ 2021-06-15  2:08 UTC (permalink / raw)
  To: ohad, bjorn.andersson, mathieu.poirier, agross
  Cc: Siddharth Gupta, linux-remoteproc, linux-kernel, linux-arm-msm, psodagud

This patchset adds a fallback mechanism to the minidump flow for
remoteprocs which do not support minidump in its firmware.

Patch 1: Export the base coredump APIs to allow for fallback mechanism.
Patch 2: Fallback to full coredumps when SMEM is not initialized at all.

Siddharth Gupta (2):
  remoteproc: core: Export the rproc coredump APIs
  remoteproc: qcom: Add full coredump fallback mechanism

 drivers/remoteproc/qcom_common.c         | 9 +++++++--
 drivers/remoteproc/qcom_q6v5_pas.c       | 1 +
 drivers/remoteproc/remoteproc_coredump.c | 2 ++
 drivers/remoteproc/remoteproc_internal.h | 4 ----
 include/linux/remoteproc.h               | 4 ++++
 5 files changed, 14 insertions(+), 6 deletions(-)

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


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

end of thread, other threads:[~2021-06-15  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  2:08 [PATCH 0/2] remoteproc: qcom: Minidump improvements Siddharth Gupta
2021-06-15  2:08 ` [PATCH 1/2] remoteproc: core: Export the rproc coredump APIs Siddharth Gupta
2021-06-15  2:08 ` [PATCH 2/2] remoteproc: qcom: Add full coredump fallback mechanism Siddharth Gupta

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.