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: Extend the IRQ logic to allow fast/raw IRQ handlers Date: Tue, 05 May 2026 11:44:53 +1000 Message-ID: In-Reply-To: <20260429-panthor-signal-from-irq-v1-4-4b92ae4142d2@collabora.com> References: <20260429-panthor-signal-from-irq-v1-0-4b92ae4142d2@collabora.com> <20260429-panthor-signal-from-irq-v1-4-4b92ae4142d2@collabora.com> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review **Verdict: Looks good.** Adds a `raw_handler` parameter to `panthor_irq_request()` so that each subsystem can provide its own raw handler instead of always using the default. All existing callers pass `panthor_irq_default_raw_handler` -- the actual custom handler comes in patch 9. Minimal and well-scoped change. --- --- Generated by Claude Code Patch Reviewer