Re: [PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions

From: Igor Korotin

Date: Sat Nov 22 2025 - 08:59:55 EST



Hello Danilo

On 11/17/2025 9:40 PM, Danilo Krummrich wrote:
(Cc: Markus)

On Mon Nov 17, 2025 at 3:21 AM AEDT, Igor Korotin wrote:

Applied to driver-core-testing, thanks!

Igor Korotin (4):
rust: i2c: add basic I2C device and driver abstractions

[ Remove unnecessary safety comment; fix rustdoc `Device` -> `I2cClient`.
- Danilo ]

rust: i2c: add manual I2C device creation abstractions

[ Remove unnecessary safety comment. - Danilo ]

samples: rust: add Rust I2C sample driver
samples: rust: add Rust I2C client registration sample

[ * Remove dependency to I2C_CHARDEV, depend on I2C=y.
* Remove unnecessary impl Drop for SampleDriver.
* Rename i2c::Registration, import Devres.
* Fixup module description.
* Add new source file to MAINTAINERS.
- Danilo ]

Thanks a lot for the review and all the fixes of yours.

Cheers
Igor