> On 3 Sep 2025, at 18:54, Joel Fernandes <joelagn...@nvidia.com> wrote: > > Out of broad need for these macros in Rust, move them out. Several folks > have shown interest (Nova, Tyr GPU drivers). > > bitstruct - defines bitfields in Rust structs similar to C. > register - support for defining hardware registers and accessors. > > Signed-off-by: Joel Fernandes <joelagn...@nvidia.com> Thanks a lot Joel, I will pick this up on Tyr and let you know how it went. Expect a Tested-by tag in the coming days. — Daniel
- [PATCH v2 0/4] Improve bitfield support in Rust Joel Fernandes
- [PATCH v2 1/4] nova-core: bitstruct: Move bitfield-... Joel Fernandes
- Re: [PATCH v2 1/4] nova-core: bitstruct: Move b... Alexandre Courbot
- Re: [PATCH v2 1/4] nova-core: bitstruct: Mo... Joel Fernandes
- [PATCH v2 4/4] rust: Move register and bitstruct ma... Joel Fernandes
- Re: [PATCH v2 4/4] rust: Move register and bits... Daniel Almeida
- Re: [PATCH v2 4/4] rust: Move register and ... Joel Fernandes
- Re: [PATCH v2 4/4] rust: Move register and bits... Elle Rhumsaa
- Re: [PATCH v2 4/4] rust: Move register and bits... Miguel Ojeda
- Re: [PATCH v2 4/4] rust: Move register and ... Joel Fernandes
- Re: [PATCH v2 4/4] rust: Move register ... Joel Fernandes
- Re: [PATCH v2 4/4] rust: Move register ... Joel Fernandes
- Re: [PATCH v2 4/4] rust: Move register and bits... Alexandre Courbot
- Re: [PATCH v2 4/4] rust: Move register and ... Joel Fernandes
- [PATCH v2 3/4] nova-core: bitstruct: Add support fo... Joel Fernandes
- Re: [PATCH v2 3/4] nova-core: bitstruct: Add su... Elle Rhumsaa