On 10/22/2025 2:25 AM, Alexandre Courbot wrote: > On Tue Oct 21, 2025 at 3:55 AM JST, Joel Fernandes wrote: >> To support the usecase where we read a register and write to another >> with identical bit layout, add support to convert bitfield to underlying >> type. >> >> Another way to do this, is to read individual fields, on the caller >> side, and write to the destination fields, but that is both cumbersome >> and error-prone as new bits added in hardware may be missed. > > Shouldn't the title be "Add support to convert bitfield FROM underlying > type"? Since this adds a `From<storage> for Bitfield`. > Good catch, I will fix the title for next posting. thanks, - Joel
- [PATCH 0/7] Pre-requisite patches for mm and irq in nova... Joel Fernandes
- [PATCH 2/7] gpu: nova-core: Add support to convert ... Joel Fernandes
- Re: [PATCH 2/7] gpu: nova-core: Add support to ... John Hubbard
- Re: [PATCH 2/7] gpu: nova-core: Add support to ... Alexandre Courbot
- Re: [PATCH 2/7] gpu: nova-core: Add support... Joel Fernandes
- [PATCH 1/7] docs: rust: Fix a few grammatical error... Joel Fernandes
- Re: [PATCH 1/7] docs: rust: Fix a few grammatic... John Hubbard
- Re: [PATCH 1/7] docs: rust: Fix a few grammatic... Miguel Ojeda
- Re: [PATCH 1/7] docs: rust: Fix a few gramm... Joel Fernandes
- [PATCH 4/7] docs: gpu: nova-core: Document the PRAM... Joel Fernandes
- Re: [PATCH 4/7] docs: gpu: nova-core: Document ... John Hubbard
- Re: [PATCH 4/7] docs: gpu: nova-core: Docum... Joel Fernandes
- Re: [PATCH 4/7] docs: gpu: nova-core: D... John Hubbard
- Re: [PATCH 4/7] docs: gpu: nova-co... Joel Fernandes
- Re: [PATCH 4/7] docs: gpu: nova-core: Document ... John Hubbard
