linux-remoteproc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] remoteproc: qcom: pas: Support SDM845 SLPI
@ 2023-03-30 16:46 Dylan Van Assche
  2023-03-30 16:46 ` [PATCH v3 1/3] dt-bindings: remoteproc: qcom: adsp: add qcom,sdm845-slpi-pas compatible Dylan Van Assche
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Dylan Van Assche @ 2023-03-30 16:46 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Mathieu Poirier, Rob Herring,
	Krzysztof Kozlowski
  Cc: Konrad Dybcio, Manivannan Sadhasivam, linux-arm-msm,
	linux-remoteproc, devicetree, linux-kernel,
	~postmarketos/upstreaming, phone-devel, Dylan Van Assche

* About *

The Qualcomm SDM845 SoC has a separate SLPI (Sensor Low Power Island)
DSP for sensors connected to the SoC which is responsible for exposing
sensors to userspace, power saving, and other features. 
While sensors are connected to GPIOs of the SoC, they cannot be used
because the hypervisor blocks direct access to the sensors, thus the 
DSP must be used to access any sensor on this SoC. The SLPI DSP uses a
GLink edge (dsps) to communicate with the host and has a FastRPC interface
to load files from the host filesystem such as sensor configuration files.
The FastRPC interface does not use regular FastRPC Compute Banks
but instead uses an allocated CMA region through which communication happens.

* Changes *

This patchseries adds support for this remoteproc in the q6v5_pas driver
to allow booting the SLPI on the SDM845 and expose its service 400 over QRTR.

* Related patches *

Support for the FastRPC side of the SLPI and DTS changes are submitted
in separate series. These are the links to v2 of the series:

1. FastRPC changes:
https://lore.kernel.org/linux-arm-msm/20230327184204.498032-1-me@dylanvanassche.be/
2. DTS changes:
https://lore.kernel.org/linux-devicetree/20230327184811.499553-1-me@dylanvanassche.be

* Changelog *

Changes in v2:

- Removed double blank lines
- Added power-domain if:then: for SDM845 SLPI
- After adding SDM845 SLPI, refactor SLPI resource init

Changes in v3:

- First refactor SLPI resources of SM8150/SM8250/SM8350/SM8450/MSM8996/MSM8998,
  then add support for SDM845 SLPI.
- Add Reviewed-by for patch
  'dt-bindings: remoteproc: qcom: adsp: add qcom,sdm845-slpi-pas compatible'
  since it was not changed in v3.

Kind regards,
Dylan Van Assche

Dylan Van Assche (3):
  dt-bindings: remoteproc: qcom: adsp: add qcom,sdm845-slpi-pas
    compatible
  remoteproc: qcom: pas: refactor SLPI remoteproc init
  remoteproc: qcom: pas: add SDM845 SLPI compatible

 .../bindings/remoteproc/qcom,adsp.yaml        | 19 +++++++
 drivers/remoteproc/qcom_q6v5_pas.c            | 49 ++++---------------
 2 files changed, 28 insertions(+), 40 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-07-15 22:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 16:46 [PATCH v3 0/3] remoteproc: qcom: pas: Support SDM845 SLPI Dylan Van Assche
2023-03-30 16:46 ` [PATCH v3 1/3] dt-bindings: remoteproc: qcom: adsp: add qcom,sdm845-slpi-pas compatible Dylan Van Assche
2023-03-30 16:46 ` [PATCH v3 2/3] remoteproc: qcom: pas: refactor SLPI remoteproc init Dylan Van Assche
2023-03-30 23:03   ` Konrad Dybcio
2023-03-30 16:46 ` [PATCH v3 3/3] remoteproc: qcom: pas: add SDM845 SLPI compatible Dylan Van Assche
2023-03-30 23:03   ` Konrad Dybcio
2023-07-15 22:13 ` (subset) [PATCH v3 0/3] remoteproc: qcom: pas: Support SDM845 SLPI Bjorn Andersson
2023-07-15 22:23 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).