Re: [PATCH v3 15/16] rust: io: register: remove `Register` trait and cleanup macro
From: Alexandre Courbot
Date: Thu Aug 27 2026 - 22:08:34 EST
On Wed Aug 19, 2026 at 8:09 PM JST, Gary Guo wrote:
> With the removal of relative registers, there are only two type of
> registers left, fixed register and register arrays. There is not much
> benefit in having a common super trait for them anymore, thus remove it,
> and cleanup the macro rules associated with it.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>
Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>