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 sumit.garg@oss.qualcomm.com
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