]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: io: remove legacy relaxed accessors of Mmio
authorAlexandre Courbot <acourbot@nvidia.com>
Fri, 6 Feb 2026 06:00:18 +0000 (15:00 +0900)
committerDanilo Krummrich <dakr@kernel.org>
Tue, 17 Mar 2026 19:02:09 +0000 (20:02 +0100)
commite385eb0d1c2c4d2dbc48d1bcbc44fd43cbb154a4
treea99d1887acca6727f5793eb3b21ba0b2535418ac
parent1d1c5c73d7e8f166b6b55ae06a3c509561b854cd
rust: io: remove legacy relaxed accessors of Mmio

The relaxed access functionality is now provided by the `RelaxedMmio`
wrapper type, and we don't have any user of the legacy methods left.
Remove them.

Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Acked-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Link: https://patch.msgid.link/20260206-io-v2-4-71dea20a06e6@nvidia.com
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/io.rs