samples: rust: add Rust dma test sample driver
authorAbdiel Janulgue <abdiel.janulgue@gmail.com>
Mon, 17 Mar 2025 18:52:10 +0000 (20:52 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Thu, 20 Mar 2025 20:44:46 +0000 (21:44 +0100)
commit9901addae63b9033335fb484a5f0c4367322df8b
treed5f83e34b759654c374abfdaa75bee33ce8b1075
parentad2907b4e308a93deac93ff408f8bbbcac333905
samples: rust: add Rust dma test sample driver

Add a simple driver to exercise the basics of the Rust DMA
coherent allocator bindings.

Suggested-by: Danilo Krummrich <dakr@kernel.org>
Signed-off-by: Abdiel Janulgue <abdiel.janulgue@gmail.com>
Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://lore.kernel.org/r/20250317185345.2608976-4-abdiel.janulgue@gmail.com
[ Renamed Kconfig symbol and moved it up. Migrated to the new
  `authors` key in `module!`. Fixed module name in description
  and typo in commit message. - Miguel ]
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
samples/rust/Kconfig
samples/rust/Makefile
samples/rust/rust_dma.rs [new file with mode: 0644]