summaryrefslogtreecommitdiff
path: root/rust/kernel/i2c.rs
AgeCommit message (Expand)Author
2026-01-16rust: driver: drop device private data post unbindDanilo Krummrich
2026-01-16rust: driver: add DriverData type to the DriverLayout traitDanilo Krummrich
2026-01-16rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout traitDanilo Krummrich
2026-01-16rust: driver: introduce a DriverLayout traitDanilo Krummrich
2026-01-15rust: i2c: do not drop device private data on shutdown()Danilo Krummrich
2025-11-24rust: i2c: prepare for `core::ffi::CStr`Miguel Ojeda
2025-11-18rust: Add trait to convert a device reference to a bus device referenceMarkus Probst
2025-11-18rust: i2c: add manual I2C device creation abstractionsIgor Korotin
2025-11-18rust: i2c: add basic I2C device and driver abstractionsIgor Korotin