From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: rust: dma: drop `dma_read!` and `dma_write!` API Date: Thu, 23 Apr 2026 08:25:47 +1000 Message-ID: In-Reply-To: <20260421-io_projection-v2-10-4c251c692ef4@garyguo.net> References: <20260421-io_projection-v2-0-4c251c692ef4@garyguo.net> <20260421-io_projection-v2-10-4c251c692ef4@garyguo.net> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Removes `dma_read!`, `dma_write!`, `field_read`, `field_write` from `dma.rs`. The sample driver is updated to use `io_read!` and `CoherentBox::init_at`. Clean removal with appropriate migration. The sample code is arguably clearer with the new API. --- Generated by Claude Code Patch Reviewer