From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: remoteproc: qcom_q6v5_pas: Switch over to generic PAS TZ APIs Date: Mon, 09 Mar 2026 08:59:08 +1000 Message-ID: In-Reply-To: <20260306105027.290375-6-sumit.garg@kernel.org> References: <20260306105027.290375-1-sumit.garg@kernel.org> <20260306105027.290375-6-sumit.garg@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Straightforward mechanical conversion from `qcom_scm_pas_*` to `qcom_pas_*` and from `qcom_scm_pas_context` to `qcom_pas_context`. No functional issues. Note: `qcom_scm.h` is still included (line 2304 in the mbox shows it's kept alongside the new `qcom_pas.h` include). After patch 14 removes the PAS declarations from `qcom_scm.h`, this include may still be needed for other SCM functions used by this driver, but it's worth verifying. --- Generated by Claude Code Patch Reviewer