Re: [PATCH v8 01/14] firmware: qcom: Add a generic PAS service
Konrad Dybcio via OP-TEE <[email protected]> Tue, 30 Jun 2026 14:14:30 +0200
| Newsgroups | org.trustedfirmware.lists.op-tee,org.freedesktop.lists.dri-devel,org.infradead.lists.ath12k,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media,org.kernel.vger.linux-remoteproc,org.kernel.vger.linux-wireless,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On 6/26/26 3:34 PM, Sumit Garg wrote: > From: Sumit Garg <[email protected]> > > Qcom platforms has the legacy of using non-standard SCM calls > splintered over the various kernel drivers. These SCM calls aren't > compliant with the standard SMC calling conventions which is a > prerequisite to enable migration to the FF-A specifications from Arm. [...] > +bool qcom_pas_is_available(void) This is the most important function, for which I would expect kerneldoc be present. I think it also wouldn't hurt to add a footnote in every other function's kerneldoc saying that this must be called first Konrad