From: Igor Korotin <igor.korotin.linux@gmail.com>
To: Danilo Krummrich <dakr@kernel.org>
Cc: "Miguel Ojeda" <ojeda@kernel.org>,
"Alex Gaynor" <alex.gaynor@gmail.com>,
"Wolfram Sang" <wsa+renesas@sang-engineering.com>,
"Boqun Feng" <boqun.feng@gmail.com>,
"Gary Guo" <gary@garyguo.net>,
"Björn Roy Baron" <bjorn3_gh@protonmail.com>,
"Benno Lossin" <lossin@kernel.org>,
"Andreas Hindborg" <a.hindborg@kernel.org>,
"Alice Ryhl" <aliceryhl@google.com>,
"Trevor Gross" <tmgross@umich.edu>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Viresh Kumar" <viresh.kumar@linaro.org>,
"Asahi Lina" <lina+kernel@asahilina.net>,
"Wedson Almeida Filho" <wedsonaf@gmail.com>,
"Alex Hung" <alex.hung@amd.com>,
"Tamir Duberstein" <tamird@gmail.com>,
"Xiangfei Ding" <dingxiangfei2009@gmail.com>,
"Markus Probst" <markus.probst@posteo.de>,
linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org,
linux-i2c@vger.kernel.org
Subject: Re: [PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions
Date: Sat, 22 Nov 2025 13:59:52 +0000 [thread overview]
Message-ID: <1cb23033-1fa5-4c6b-9cf2-23d26ded18d5@gmail.com> (raw)
In-Reply-To: <DEBAOI46JIOO.B0TGI5HFLVJ2@kernel.org>
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
prev parent reply other threads:[~2025-11-22 13:59 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-16 16:21 [PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions Igor Korotin
2025-11-16 16:21 ` [PATCH v8 1/4] rust: i2c: add basic I2C device and " Igor Korotin
2025-11-17 16:12 ` Markus Probst
2025-11-16 16:21 ` [PATCH v8 2/4] rust: i2c: add manual I2C device creation abstractions Igor Korotin
2025-11-17 16:13 ` Markus Probst
2025-11-16 16:22 ` [PATCH v8 3/4] samples: rust: add Rust I2C sample driver Igor Korotin
2025-11-16 16:22 ` [PATCH v8 4/4] samples: rust: add Rust I2C client registration sample Igor Korotin
2025-11-17 16:15 ` [PATCH v8 0/4] rust: i2c: Add basic I2C driver abstractions Markus Probst
2025-11-22 14:00 ` Igor Korotin
2025-11-17 21:40 ` Danilo Krummrich
2025-11-22 13:59 ` Igor Korotin [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1cb23033-1fa5-4c6b-9cf2-23d26ded18d5@gmail.com \
--to=igor.korotin.linux@gmail.com \
--cc=a.hindborg@kernel.org \
--cc=alex.gaynor@gmail.com \
--cc=alex.hung@amd.com \
--cc=aliceryhl@google.com \
--cc=bjorn3_gh@protonmail.com \
--cc=boqun.feng@gmail.com \
--cc=dakr@kernel.org \
--cc=dingxiangfei2009@gmail.com \
--cc=gary@garyguo.net \
--cc=gregkh@linuxfoundation.org \
--cc=lina+kernel@asahilina.net \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lossin@kernel.org \
--cc=markus.probst@posteo.de \
--cc=ojeda@kernel.org \
--cc=rust-for-linux@vger.kernel.org \
--cc=tamird@gmail.com \
--cc=tmgross@umich.edu \
--cc=viresh.kumar@linaro.org \
--cc=wedsonaf@gmail.com \
--cc=wsa+renesas@sang-engineering.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).