linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v9 0/5] Add support for gdsp remoteproc on sa8775p
@ 2025-07-16 13:28 Ling Xu
  2025-07-16 13:28 ` [PATCH v9 1/5] dt-bindings: misc: qcom,fastrpc: Add GDSP label Ling Xu
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Ling Xu @ 2025-07-16 13:28 UTC (permalink / raw)
  To: srini, amahesh, robh, krzk+dt, conor+dt, andersson, konradybcio,
	arnd, gregkh
  Cc: quic_kuiw, ekansh.gupta, devicetree, linux-arm-msm, dri-devel,
	linux-kernel, Ling Xu

The fastrpc driver has support for 5 types of remoteprocs. There are
some products which support GDSP remoteprocs. GDSP is General Purpose
DSP where tasks can be offloaded. Add fastrpc nodes and task offload
support for GDSP. Also strict domain IDs for domain.
Patch [v9]: https://lore.kernel.org/linux-arm-msm/20250715085227.224661-1-quic_lxu5@quicinc.com/

Changes in v9:
  - Change the patches order.
Changes in v8:
  - Split patch.
Changes in v7:
  - Edit commit message.
Changes in v6:
  - Edit commit message.
  - Remove unused definition.
Changes in v5:
  - Edit commit message and add sapce before comment end.
  - Move domain definitions back to driver.
Changes in v4:
  - Split patch and change to common syntax.
Changes in v3:
  - Restrict domain IDs to represent a domain.
Changes in v2:
  - Add GPDSP labels in dt-bindings.

Ling Xu (5):
  dt-bindings: misc: qcom,fastrpc: Add GDSP label
  arm64: dts: qcom: sa8775p: add GDSP fastrpc-compute-cb nodes
  misc: fastrpc: Remove kernel-side domain checks from capability ioctl
  misc: fastrpc: Cleanup the domain names
  misc: fastrpc: add support for gdsp remoteproc

 .../bindings/misc/qcom,fastrpc.yaml           |  2 +
 arch/arm64/boot/dts/qcom/sa8775p.dtsi         | 57 +++++++++++++++++++
 drivers/misc/fastrpc.c                        | 54 ++++++++----------
 include/uapi/misc/fastrpc.h                   |  2 +-
 4 files changed, 85 insertions(+), 30 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-08-12  5:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-16 13:28 [PATCH v9 0/5] Add support for gdsp remoteproc on sa8775p Ling Xu
2025-07-16 13:28 ` [PATCH v9 1/5] dt-bindings: misc: qcom,fastrpc: Add GDSP label Ling Xu
2025-08-12  5:55   ` Ekansh Gupta
2025-07-16 13:28 ` [PATCH v9 2/5] arm64: dts: qcom: sa8775p: add GDSP fastrpc-compute-cb nodes Ling Xu
2025-08-12  5:56   ` Ekansh Gupta
2025-07-16 13:28 ` [PATCH v9 3/5] misc: fastrpc: Remove kernel-side domain checks from capability ioctl Ling Xu
2025-07-16 15:00   ` Dmitry Baryshkov
2025-07-16 15:21     ` Konrad Dybcio
2025-07-16 15:31       ` Dmitry Baryshkov
2025-08-12  5:56   ` Ekansh Gupta
2025-07-16 13:28 ` [PATCH v9 4/5] misc: fastrpc: Cleanup the domain names Ling Xu
2025-07-16 15:05   ` Dmitry Baryshkov
2025-08-12  5:58   ` Ekansh Gupta
2025-07-16 13:28 ` [PATCH v9 5/5] misc: fastrpc: add support for gdsp remoteproc Ling Xu
2025-08-12  5:59   ` Ekansh Gupta

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).