Re: [PATCH v5 07/20] rust: io: implement `Mmio` as view type
"Alexandre Courbot" <[email protected]>
| Newsgroups | org.kernel.vger.linux-pwm,dev.linux.lists.driver-core,dev.linux.lists.nova-gpu,org.freedesktop.lists.dri-devel,org.kernel.vger.linux-kernel,org.kernel.vger.linux-pci,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> Reviewed-by: Alexandre Courbot <[email protected]>