Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: add "DEVICE I/O & IRQ [RUST]" entry

This entry will handle device I/O patches and abstractions (such as
memory-mapped IO and system resources series [1]), as well as IRQ ones
(such as the `request_irq` series [2]).

Patches will flow through driver-core, at least for the time being.

Danilo, Alice and Daniel will maintain it.

Cc: Danilo Krummrich <dakr@kernel.org>
Cc: Alice Ryhl <aliceryhl@google.com>
Cc: Daniel Almeida <daniel.almeida@collabora.com>
Link: https://lore.kernel.org/rust-for-linux/20250717-topics-tyr-platform_iomem-v15-0-beca780b77e3@collabora.com/ [1]
Link: https://lore.kernel.org/rust-for-linux/20250715-topics-tyr-request_irq2-v7-0-d469c0f37c07@collabora.com/ [2]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Acked-by: Daniel Almeida <daniel.almeida@collabora.com>
Acked-by: Alice Ryhl <aliceryhl@google.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20250725202840.2251768-1-ojeda@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>

authored by

Miguel Ojeda and committed by
Danilo Krummrich
377c2b3c 29e16fcd

+15
+15
MAINTAINERS
··· 7021 7021 F: include/dt-bindings/pmu/exynos_ppmu.h 7022 7022 F: include/linux/devfreq-event.h 7023 7023 7024 + DEVICE I/O & IRQ [RUST] 7025 + M: Danilo Krummrich <dakr@kernel.org> 7026 + M: Alice Ryhl <aliceryhl@google.com> 7027 + M: Daniel Almeida <daniel.almeida@collabora.com> 7028 + L: rust-for-linux@vger.kernel.org 7029 + S: Supported 7030 + W: https://rust-for-linux.com 7031 + B: https://github.com/Rust-for-Linux/linux/issues 7032 + C: https://rust-for-linux.zulipchat.com 7033 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git 7034 + F: rust/kernel/io.rs 7035 + F: rust/kernel/io/ 7036 + F: rust/kernel/irq.rs 7037 + F: rust/kernel/irq/ 7038 + 7024 7039 DEVICE RESOURCE MANAGEMENT HELPERS 7025 7040 M: Hans de Goede <hansg@kernel.org> 7026 7041 R: Matti Vaittinen <mazziesaccount@gmail.com>