From: Claude Code Review Bot <claude-review@example.com>
To: dri-devel-reviews@example.com
Subject: Claude review: drm/panthor: Use a local iomem base for MMU AS registers
Date: Mon, 13 Apr 2026 19:05:53 +1000 [thread overview]
Message-ID: <review-patch8-20260412142951.2309135-9-karunika.choo@arm.com> (raw)
In-Reply-To: <20260412142951.2309135-9-karunika.choo@arm.com>
Patch Review
**Status: Good. Acked-by Boris Brezillon.**
Adds `void __iomem *iomem` to `struct panthor_mmu`, set to `ptdev->iomem + MMU_AS_BASE` (0x2400):
```c
+ mmu->iomem = ptdev->iomem + MMU_AS_BASE;
```
The `MMU_AS()` macro is rebased:
```c
-#define MMU_AS(as) (MMU_BASE + ((as) << MMU_AS_SHIFT))
+#define MMU_AS(as) ((as) << MMU_AS_SHIFT)
```
Where `MMU_BASE` is renamed to `MMU_AS_BASE` (0x2400) and the AS-relative defines like `AS_TRANSTAB_LO`, `AS_COMMAND` etc. remain unchanged since they were already relative to their address space slot.
The MMU_INT IRQ iomem is set to `ptdev->iomem + MMU_INT_BASE` (0x2000). Correct.
No issues.
---
## SUMMARY
| Patch | Verdict | Notes |
|-------|---------|-------|
| 1/8 | Clean | Mechanical refactor of helper signatures |
| 2/8 | Clean | Header split, no logic changes |
| 3/8 | Clean | Good encapsulation of cross-component accesses |
| 4/8 | Clean | Minor: generic `INT_*` names could use prefix |
| 5/8 | Clean | GPU iomem localization |
| 6/8 | Clean | Pre-existing u64→u32 truncation in `panthor_pwr_l2_power_on()` |
| 7/8 | Clean | FW iomem localization |
| 8/8 | Clean | MMU AS iomem localization |
**Reviewed-by recommendation:** The series is sound. No functional regressions introduced. The register arithmetic is verified correct across all patches. The two observations (generic `INT_*` names, pre-existing u32 truncation) are non-blocking.
---
Generated by Claude Code Patch Reviewer
next prev parent reply other threads:[~2026-04-13 9:05 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-12 14:29 [PATCH v2 0/8] drm/panthor: Localize register access by component Karunika Choo
2026-04-12 14:29 ` [PATCH v2 1/8] drm/panthor: Pass an iomem pointer to GPU register access helpers Karunika Choo
2026-04-13 9:05 ` Claude review: " Claude Code Review Bot
2026-04-12 14:29 ` [PATCH v2 2/8] drm/panthor: Split register definitions by components Karunika Choo
2026-04-13 7:43 ` Boris Brezillon
2026-04-13 9:05 ` Claude review: " Claude Code Review Bot
2026-04-12 14:29 ` [PATCH v2 3/8] drm/panthor: Replace cross-component register accesses with helpers Karunika Choo
2026-04-13 7:44 ` Boris Brezillon
2026-04-13 9:05 ` Claude review: " Claude Code Review Bot
2026-04-12 14:29 ` [PATCH v2 4/8] drm/panthor: Store IRQ register base iomem pointer in panthor_irq Karunika Choo
2026-04-13 7:46 ` Boris Brezillon
2026-04-13 9:05 ` Claude review: " Claude Code Review Bot
2026-04-12 14:29 ` [PATCH v2 5/8] drm/panthor: Use a local iomem base for GPU registers Karunika Choo
2026-04-13 9:05 ` Claude review: " Claude Code Review Bot
2026-04-12 14:29 ` [PATCH v2 6/8] drm/panthor: Use a local iomem base for PWR registers Karunika Choo
2026-04-13 7:51 ` Boris Brezillon
2026-04-13 9:05 ` Claude review: " Claude Code Review Bot
2026-04-12 14:29 ` [PATCH v2 7/8] drm/panthor: Use a local iomem base for firmware control registers Karunika Choo
2026-04-13 9:05 ` Claude review: " Claude Code Review Bot
2026-04-12 14:29 ` [PATCH v2 8/8] drm/panthor: Use a local iomem base for MMU AS registers Karunika Choo
2026-04-13 9:05 ` Claude Code Review Bot [this message]
2026-04-13 9:05 ` Claude review: drm/panthor: Localize register access by component Claude Code Review Bot
-- strict thread matches above, loose matches on Subject: below --
2026-04-10 16:46 [PATCH 0/8] " Karunika Choo
2026-04-10 16:46 ` [PATCH 8/8] drm/panthor: Use a local iomem base for MMU AS registers Karunika Choo
2026-04-11 23:38 ` Claude review: " Claude Code Review Bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=review-patch8-20260412142951.2309135-9-karunika.choo@arm.com \
--to=claude-review@example.com \
--cc=dri-devel-reviews@example.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox