mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] Qualcomm GLINK SSR support
@ 2017-07-25  5:56 Bjorn Andersson
  2017-07-25  5:56 ` [PATCH 1/2] remoteproc: qcom: Add support for SSR notifications Bjorn Andersson
  2017-07-25  5:56 ` [PATCH 2/2] soc: qcom: GLINK SSR notifier Bjorn Andersson
  0 siblings, 2 replies; 4+ messages in thread
From: Bjorn Andersson @ 2017-07-25  5:56 UTC (permalink / raw)
  To: Andy Gross, David Brown, Bjorn Andersson
  Cc: Ohad Ben-Cohen, linux-kernel, linux-remoteproc, linux-arm-msm, linux-soc

This adds the common Qualcomm helpers to tie in subsystem restart notifications
with the ADSP and Modem PILs and then adds a driver for the "glink_ssr" channel
to propagate these notifications.

This is needed on GLINK RPM enabled platforms to have the RPM reset the state
of the communication channels to the peripherals, allowing them to be restarted
without the RPM crashing due stale FIFO data.

Bjorn Andersson (2):
  remoteproc: qcom: Add support for SSR notifications
  soc: qcom: GLINK SSR notifier

 drivers/remoteproc/qcom_adsp_pil.c    |   6 ++
 drivers/remoteproc/qcom_common.c      |  71 +++++++++++++++
 drivers/remoteproc/qcom_common.h      |  10 +++
 drivers/remoteproc/qcom_q6v5_pil.c    |   3 +
 drivers/soc/qcom/Kconfig              |   9 ++
 drivers/soc/qcom/Makefile             |   1 +
 drivers/soc/qcom/glink_ssr.c          | 164 ++++++++++++++++++++++++++++++++++
 include/linux/remoteproc/qcom_rproc.h |  22 +++++
 8 files changed, 286 insertions(+)
 create mode 100644 drivers/soc/qcom/glink_ssr.c
 create mode 100644 include/linux/remoteproc/qcom_rproc.h

-- 
2.12.0

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

end of thread, other threads:[~2017-08-02  5:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-25  5:56 [PATCH 0/2] Qualcomm GLINK SSR support Bjorn Andersson
2017-07-25  5:56 ` [PATCH 1/2] remoteproc: qcom: Add support for SSR notifications Bjorn Andersson
2017-07-25  5:56 ` [PATCH 2/2] soc: qcom: GLINK SSR notifier Bjorn Andersson
2017-08-02  5:58   ` Andy Gross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome