]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
MAINTAINERS: add entry for Rust dma mapping helpers device driver API
authorAbdiel Janulgue <abdiel.janulgue@gmail.com>
Mon, 17 Mar 2025 18:52:11 +0000 (20:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 20 Mar 2025 20:44:47 +0000 (21:44 +0100)
Add an entry for the Rust dma mapping helpers abstractions.

Nacked-by: Christoph Hellwig <hch@lst.de>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Acked-by: Andreas Hindborg <a.hindborg@kernel.org>
Acked-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Abdiel Janulgue <abdiel.janulgue@gmail.com>
Link: https://lore.kernel.org/r/20250317185345.2608976-5-abdiel.janulgue@gmail.com
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
MAINTAINERS

index af59c90e6bd61308baec53522d0cbcf4cf2a2e4f..cbf84690c495648718a8236352a7a4949c602004 100644 (file)
@@ -6902,6 +6902,19 @@ F:       include/linux/dma-mapping.h
 F:     include/linux/swiotlb.h
 F:     kernel/dma/
 
+DMA MAPPING HELPERS DEVICE DRIVER API [RUST]
+M:     Abdiel Janulgue <abdiel.janulgue@gmail.com>
+M:     Danilo Krummrich <dakr@kernel.org>
+R:     Daniel Almeida <daniel.almeida@collabora.com>
+R:     Robin Murphy <robin.murphy@arm.com>
+R:     Andreas Hindborg <a.hindborg@kernel.org>
+L:     rust-for-linux@vger.kernel.org
+S:     Supported
+W:     https://rust-for-linux.com
+T:     git https://github.com/Rust-for-Linux/linux.git alloc-next
+F:     rust/kernel/dma.rs
+F:     samples/rust/rust_dma.rs
+
 DMA-BUF HEAPS FRAMEWORK
 M:     Sumit Semwal <sumit.semwal@linaro.org>
 R:     Benjamin Gaignard <benjamin.gaignard@collabora.com>