Thread (39 messages) 39 messages, 9 authors, 2026-03-26

Re: [PATCH 02/14] firmware: qcom: Add a generic PAS service

From: Sumit Garg <sumit.garg@kernel.org>
Date: 2026-03-09 05:04:08
Also in: ath12k, dri-devel, linux-arm-msm, linux-devicetree, linux-media, linux-remoteproc, linux-wireless, op-tee

On Fri, Mar 06, 2026 at 07:49:07AM -0800, Jeff Johnson wrote:
On 3/6/2026 2:50 AM, Sumit Garg wrote:

I missed one k-doc warning...
quoted
+/**
+ * qcom_scm_pas_auth_and_reset() - Authenticate the given peripheral firmware
s/scm_//

Warning: drivers/firmware/qcom/qcom_pas.c:173 expecting prototype for
qcom_scm_pas_auth_and_reset(). Prototype was for qcom_pas_auth_and_reset() instead
Thanks for the k-doc warnings report, I will fix them in the next
version.

-Sumit
quoted
+ *				   and reset the remote processor
+ * @pas_id:	peripheral authentication service id
+ *
+ * Return 0 on success.
+ */
+int qcom_pas_auth_and_reset(u32 pas_id)
+{
+	if (ops_ptr)
+		return ops_ptr->auth_and_reset(ops_ptr->dev, pas_id);
+
+	return -ENODEV;
+}
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help