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