aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/serdev.rs
AgeCommit message (Expand)AuthorFilesLines
2026-08-19Merge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-0/+604
2026-08-14rust: serdev: use ThisModule::as_ptr() instead of field accessDanilo Krummrich1-1/+1
2026-07-30rust: driver: remove open-coded matching logicGary Guo1-1/+2
2026-07-30rust: driver: remove `$module_table_name` from `module_device_table`Gary Guo1-2/+0
2026-07-23rust: add basic serial device bus abstractionsMarkus Probst1-0/+605