Re: [PATCH v5 11/20] rust: io: remove `MmioOwned`
"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: > `Io` trait is now very easy to implement. Thus, implement it on `Bar` and > `IoMem` directly and remove the `MmioOwned` struct. > > Signed-off-by: Gary Guo <[email protected]> Reviewed-by: Alexandre Courbot <[email protected]>