summaryrefslogtreecommitdiffstats
path: root/samples/rust/rust_dma.rs
AgeCommit message (Expand)AuthorLines
2026-03-07rust: dma: use pointer projection infra for `dma_{read,write}` macroGary Guo-14/+16
2026-01-24rust: samples: dma: remove redundant `.as_ref()` for `dev_*` printGary Guo-5/+8
2025-10-21rust: driver: let probe() return impl PinInit<Self, Error>Danilo Krummrich-20/+17
2025-10-02Merge tag 'drm-next-2025-10-01' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-9/+26
2025-10-01Merge tag 'driver-core-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+1
2025-09-04samples: rust: dma: add sample code for SGTableDanilo Krummrich-9/+26
2025-09-01rust: pci: use pci::Vendor instead of bindings::PCI_VENDOR_ID_*John Hubbard-5/+1
2025-08-15rust: dma: Update ARef and AlwaysRefCounted imports from sync::arefShankari Anand-1/+1
2025-07-30Merge tag 'drm-next-2025-07-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-13/+15
2025-07-19rust: samples: dma: set DMA maskDanilo Krummrich-1/+13
2025-06-23rust: dma: convert the read/write macros to return ResultAbdiel Janulgue-13/+15
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2025-03-20samples: rust: add Rust dma test sample driverAbdiel Janulgue-0/+97