]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge tag 'rust_io-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver...
authorDanilo Krummrich <dakr@kernel.org>
Tue, 17 Mar 2026 19:13:16 +0000 (20:13 +0100)
committerDanilo Krummrich <dakr@kernel.org>
Tue, 17 Mar 2026 19:13:16 +0000 (20:13 +0100)
Register abstraction and I/O infrastructure improvements

Introduce the register!() macro to define type-safe I/O register
accesses. Refactor the IoCapable trait into a functional trait, which
simplifies I/O backends and removes the need for overloaded Io methods.

This is a stable tag for other trees to merge.

Signed-off-by: Danilo Krummrich <dakr@kernel.org>

Trivial merge