From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: firmware: qcom_scm: Remove SCM PAS wrappers Date: Fri, 13 Mar 2026 14:26:34 +1000 Message-ID: In-Reply-To: <20260312062756.694390-15-sumit.garg@kernel.org> References: <20260312062756.694390-1-sumit.garg@kernel.org> <20260312062756.694390-15-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 Removes all the `qcom_scm_pas_*` exported wrapper functions and the `qcom_scm_pas_context` struct from the public header. This is the correct cleanup after all clients have migrated. The internal `__qcom_scm_pas_*` functions remain as they're used by the `qcom_pas_ops_scm` vtable. Note: `qcom_scm_set_remote_state()` is also removed here. Any out-of-tree users of these APIs will break, but that's expected and acceptable for an in-kernel API. --- Generated by Claude Code Patch Reviewer