]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust: dma: add type alias for bindings::dma_addr_t
authorDanilo Krummrich <dakr@kernel.org>
Thu, 28 Aug 2025 13:32:15 +0000 (15:32 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Thu, 4 Sep 2025 21:33:50 +0000 (23:33 +0200)
commitc7081ec661bd2e9bfabe665b72c91698c396792c
treeb2842f3ef39cdbd6eca7a67803cc30affae8b08c
parentc2437c43cfb1f7f461669ba3cd74936fe345640b
rust: dma: add type alias for bindings::dma_addr_t

Add a type alias for bindings::dma_addr_t (DmaAddress), such that we do
not have to access bindings directly.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Alexandre Courbot <acourbot@nvidia.com>
Reviewed-by: Daniel Almeida <daniel.almeida@collabora.com>
Reviewed-by: Lyude Paul <lyude@redhat.com>
Suggested-by: Alice Ryhl <aliceryhl@google.com>
Link: https://lore.kernel.org/r/20250828133323.53311-3-dakr@kernel.org
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
drivers/gpu/nova-core/falcon.rs
rust/kernel/dma.rs