Re: [PATCH v5 07/20] rust: io: implement `Mmio` as view type

From: Alexandre Courbot

Date: Thu Jul 02 2026 - 23:30:42 EST


On Fri Jun 26, 2026 at 11:45 PM JST, Gary Guo wrote:
> Implement `Mmio` as view type and convert `RelaxedMmio` to view type as
> well. I/O implementations of `MmioOwned` are changed to delegate to the
> `Mmio` view type.
>
> All existing users of `MmioOwned` in the documentation which do not
> actually reflect the owning semantics is converted.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>

Reviewed-by: Alexandre Courbot <acourbot@xxxxxxxxxx>