开源镜像站
帮助
下载
动态
GitHub
index
:
lwn.git
alabaster
automarkup
b4/review/20260312-kernel-doc-use-a-c-lexical-tokenizer-for-transforms-0e0e9e143327
build-script
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
media-uapi
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rust
/
kernel
/
i2c.rs
Age
Commit message (
Expand
)
Author
2026-06-15
Merge tag 'driver-core-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/g...
Linus Torvalds
2026-06-06
rust: i2c: fix I2cAdapter refcounts double increment
Nicolás Antinori
2026-05-27
rust: i2c: make Driver trait lifetime-parameterized
Danilo Krummrich
2026-05-27
rust: device: make Core and CoreInternal lifetime-parameterized
Danilo Krummrich
2026-05-27
rust: driver: decouple driver private data from driver type
Danilo Krummrich
2026-05-27
rust: driver: move 'static bounds to constructor
Gary Guo
2026-03-15
rust: i2c: Update ARef and AlwaysRefCounted imports to use sync::aref
Shankari Anand
2026-02-10
Merge tag 'rust-6.20-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/oj...
Linus Torvalds
2026-01-19
rust: i2c: replace `kernel::c_str!` with C-Strings
Tamir Duberstein
2026-01-16
rust: driver: drop device private data post unbind
Danilo Krummrich
2026-01-16
rust: driver: add DriverData type to the DriverLayout trait
Danilo Krummrich
2026-01-16
rust: driver: add DEVICE_DRIVER_OFFSET to the DriverLayout trait
Danilo Krummrich
2026-01-16
rust: driver: introduce a DriverLayout trait
Danilo Krummrich
2026-01-15
rust: i2c: do not drop device private data on shutdown()
Danilo Krummrich
2025-11-24
rust: i2c: prepare for `core::ffi::CStr`
Miguel Ojeda
2025-11-18
rust: Add trait to convert a device reference to a bus device reference
Markus Probst
2025-11-18
rust: i2c: add manual I2C device creation abstractions
Igor Korotin
2025-11-18
rust: i2c: add basic I2C device and driver abstractions
Igor Korotin