Re: [PATCH v2 05/16] rust: io: register extract offset computation to helper rules
"Alexandre Courbot" <[email protected]>
| Newsgroups | gmane.linux.kernel.rust,gmane.linux.kernel,gmane.comp.video.dri.devel,gmane.linux.kernel.pci |
|---|---|
| Message-ID | <[email protected]> |
Missing `:` after `register` in title. On Thu Aug 6, 2026 at 1:35 AM JST, Gary Guo wrote: > Create a helper rule for register offset computation so there can be a > single rule for fixed offset registers. > > Similarly, extract stride computation to helper rules. > > Signed-off-by: Gary Guo <[email protected]> Reviewed-by: Alexandre Courbot <[email protected]> I guess patch 4 as well as this one can be merged prior to the rest? They are valuable improvements on their own.