From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm/panthor: Pass an iomem pointer to GPU register access helpers Date: Tue, 28 Apr 2026 14:28:31 +1000 Message-ID: In-Reply-To: <20260427155934.416502-2-karunika.choo@arm.com> References: <20260427155934.416502-1-karunika.choo@arm.com> <20260427155934.416502-2-karunika.choo@arm.com> 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. All `gpu_read`/`gpu_write` callers are updated from passing `ptdev` to passing `ptdev->iomem`. The helper signatures cleanly change from `struct panthor_device *ptdev` to `void __iomem *iomem`. Carries R-b from Steve and Liviu, Ack from Boris. No issues. --- Generated by Claude Code Patch Reviewer