All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] soc: qcom: aoss: Expose send for generic usecase
@ 2021-06-09 11:18 Sibi Sankar
  2021-06-09 11:18 ` [PATCH v4 1/2] " Sibi Sankar
  2021-06-09 11:18 ` [PATCH v4 2/2] soc: qcom: aoss: Add debugfs entry Sibi Sankar
  0 siblings, 2 replies; 8+ messages in thread
From: Sibi Sankar @ 2021-06-09 11:18 UTC (permalink / raw)
  To: bjorn.andersson
  Cc: agross, linux-kernel, linux-arm-msm, swboyd,
	manivannan.sadhasivam, Sibi Sankar

The patch series exposes functions to enable drivers to send their own
messages to AOSS (Always on Subsystem). It also adds a debugfs node for
qmp so messages can be sent to aoss for debugging and testing purposes.

V4:
 * Fix compilation error due to missing qmp_put
 * Minor typos [s/tarcks/tracks]

V3:
 * Remove devm memory allocation
 * Use refcount for qmp handle
 * Update qmp_get/qmp_put/qmp_remove function with refcount logic

Deepak Kumar Singh (2):
  soc: qcom: aoss: Expose send for generic usecase
  soc: qcom: aoss: Add debugfs entry

 drivers/soc/qcom/qcom_aoss.c       | 109 ++++++++++++++++++++++++++++++++++++-
 include/linux/soc/qcom/qcom_aoss.h |  36 ++++++++++++
 2 files changed, 143 insertions(+), 2 deletions(-)
 create mode 100644 include/linux/soc/qcom/qcom_aoss.h

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


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH V4 0/2] soc: qcom: aoss: Expose send for generic usecase
@ 2021-06-14 10:21 Deepak Kumar Singh
  2021-06-14 10:21 ` [PATCH V4 2/2] soc: qcom: aoss: Add debugfs entry Deepak Kumar Singh
  0 siblings, 1 reply; 8+ messages in thread
From: Deepak Kumar Singh @ 2021-06-14 10:21 UTC (permalink / raw)
  To: bjorn.andersson, clew, sibis, manivannan.sadhasivam
  Cc: linux-kernel, linux-arm-msm, linux-remoteproc, Deepak Kumar Singh

[Changes from V3]
Add qmp_put declaration in qcom_aoss.h

Deepak Kumar Singh (2):
  soc: qcom: aoss: Expose send for generic usecase
  soc: qcom: aoss: Add debugfs entry

 drivers/soc/qcom/qcom_aoss.c       | 109 ++++++++++++++++++++++++++++++++++++-
 include/linux/soc/qcom/qcom_aoss.h |  38 +++++++++++++
 2 files changed, 145 insertions(+), 2 deletions(-)
 create mode 100644 include/linux/soc/qcom/qcom_aoss.h

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


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

end of thread, other threads:[~2021-08-04 19:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-09 11:18 [PATCH v4 0/2] soc: qcom: aoss: Expose send for generic usecase Sibi Sankar
2021-06-09 11:18 ` [PATCH v4 1/2] " Sibi Sankar
2021-07-21  6:37   ` Stephen Boyd
2021-07-23  9:51     ` Deepak Kumar Singh
2021-07-23 19:28       ` Stephen Boyd
2021-06-09 11:18 ` [PATCH v4 2/2] soc: qcom: aoss: Add debugfs entry Sibi Sankar
2021-08-04 19:06   ` Bjorn Andersson
  -- strict thread matches above, loose matches on Subject: below --
2021-06-14 10:21 [PATCH V4 0/2] soc: qcom: aoss: Expose send for generic usecase Deepak Kumar Singh
2021-06-14 10:21 ` [PATCH V4 2/2] soc: qcom: aoss: Add debugfs entry Deepak Kumar Singh

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.