> On 6 Jul 2026, at 09:44, Gary Guo <[email protected]> wrote: > > Most users would more commonly reach out to a view of `Mmio` rather than an > owned instance of `Mmio`. Only implementor of `Io` like `Bar` or `IoMem` > would need the owned version. Thus, rename `Mmio` to `MmioOwned` so that > the name `Mmio` can be used for the view type instead. > > Reviewed-by: Alexandre Courbot <[email protected]> > Signed-off-by: Gary Guo <[email protected]> > Hmm.. thinking a bit more about this, shouldn’t the adjective precede the noun? OwnedMmio would mimic the English language and there is already precedence in RelaxedMmio. — Daniel
- [PATCH v6 04/20] rust: io: implement `Io` on reference type... Gary Guo
- [PATCH v6 07/20] rust: io: implement `Mmio` as view type Gary Guo
- [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioOwned` Gary Guo
- Re: [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioO... sashiko-bot
- Re: [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioO... Daniel Almeida
- Re: [PATCH v6 06/20] rust: io: rename `Mmio` to `MmioO... Daniel Almeida
- [PATCH v6 09/20] rust: io: use view types instead of addres... Gary Guo
- [PATCH v6 11/20] rust: io: remove `MmioOwned` Gary Guo
- Re: [PATCH v6 11/20] rust: io: remove `MmioOwned` sashiko-bot
- Re: [PATCH v6 11/20] rust: io: remove `MmioOwned` Daniel Almeida
- [PATCH v6 14/20] rust: io: add I/O backend for system memor... Gary Guo
