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

