Alexandre Courbot
2025-Sep-29 06:30 UTC
[PATCH v4 4/6] rust: Move register and bitfield macros out of Nova
On Sun Sep 21, 2025 at 3:22 AM JST, Joel Fernandes wrote:> Out of broad need for these macros in Rust, move them out. Several folks > have shown interest (Nova, Tyr GPU drivers). > > bitfield moved into bits modules - defines bitfields in Rust structs similar to C. > register moved into io module - defines hardware registers and accessors. > > Reviewed-by: Elle Rhumsaa <elle at weathered-steel.dev> > Signed-off-by: Joel Fernandes <joelagnelf at nvidia.com>Very clean move! Reviewed-by: Alexandre Courbot <acourbot at nvidia.com>