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, 25 May 2026 18:55:30 +1000 Message-ID: In-Reply-To: <20260522115936.201208-6-sumit.garg@kernel.org> References: <20260522115936.201208-1-sumit.garg@kernel.org> <20260522115936.201208-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 Mechanical conversion. All `qcom_scm_pas_*` calls replaced with `qcom_pas_*`, `qcom_scm_pas_context` replaced with `qcom_pas_context`. Also updates mdt_loader.c and mdt_loader.h since they share the PAS context type. **Bundling mdt_loader changes here**: The commit message explains this is to avoid build issues since qcom_q6v5_pas depends on MDT loader. This is reasonable. **`qcom_scm_is_available()` replaced with `qcom_pas_is_available()`**: This is correct -- the probe deferral now depends on any PAS backend being available, not just SCM. No issues with the actual conversion. --- Generated by Claude Code Patch Reviewer