mirror-linux/samples/rust
Abdiel Janulgue 9901addae6 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>
2025-03-20 21:44:46 +01:00
..
hostprogs
Kconfig samples: rust: add Rust dma test sample driver 2025-03-20 21:44:46 +01:00
Makefile samples: rust: add Rust dma test sample driver 2025-03-20 21:44:46 +01:00
rust_dma.rs samples: rust: add Rust dma test sample driver 2025-03-20 21:44:46 +01:00
rust_driver_faux.rs rust: module: introduce `authors` key 2025-03-10 15:12:17 +01:00
rust_driver_pci.rs rust: module: introduce `authors` key 2025-03-10 15:12:17 +01:00
rust_driver_platform.rs rust: module: introduce `authors` key 2025-03-10 15:12:17 +01:00
rust_minimal.rs rust: module: introduce `authors` key 2025-03-10 15:12:17 +01:00
rust_misc_device.rs rust: module: introduce `authors` key 2025-03-10 15:12:17 +01:00
rust_print_events.c rust: samples: add tracepoint to Rust sample 2024-11-04 16:21:44 -05:00
rust_print_main.rs rust: module: introduce `authors` key 2025-03-10 15:12:17 +01:00