summaryrefslogtreecommitdiffstats
path: root/rust/kernel/device.rs
AgeCommit message (Expand)AuthorLines
2025-03-17rust: device: implement device context markerDanilo Krummrich-0/+26
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+7
2025-01-16rust: device: Use as_char_ptr() to avoid explicit castViresh Kumar-1/+1
2025-01-16rust: device: Replace CString with CStr in property_present()Viresh Kumar-3/+3
2025-01-15rust: device: Add property_present()Viresh Kumar-0/+7
2024-12-16rust: finish using custom FFI integer typesMiguel Ojeda-2/+2
2024-11-05rust: add `dev_*` print macros.Wedson Almeida Filho-1/+318
2024-10-03rust: device: change the from_raw() functionGuilherme Giacomo Simoes-12/+3
2024-06-20device: rust: improve safety commentsDanilo Krummrich-3/+6
2024-06-18rust: add abstraction for struct deviceDanilo Krummrich-0/+102