Re: [PATCH v8 01/14] firmware: qcom: Add a generic PAS service
Sumit Garg via OP-TEE <[email protected]>
| 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 | <akS_Ep0ZgRjclzKV@sumit-xelite> |
On Tue, Jun 30, 2026 at 02:14:30PM +0200, Konrad Dybcio wrote: > 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 Will add in the next spin. -Sumit