Re: [RFC PATCH v4 1/3] i2c: rust: implement SMBus read abstraction via kernel::io::Io for I2cClient

From: Muchamad Coirul Anwar

Date: Sun Jul 19 2026 - 22:28:18 EST


On Mon, 20 Jul 2026 at 06:02, Danilo Krummrich <dakr@xxxxxxxxxx> wrote:
> The patch series is merged in driver-core-next [1]. You can check the
> MAINTAINERS file to see how patches for certain subsystems, components and
> drivers are usually routed.
>
> If unsure you can also check the linux-next integration tree [2] which merges
> all development trees in a daily effort.

> As mentioned, I/O projections did land already. Regarding the FallibleIoCapable
> change, please feel free to pick up the diff I posted and send it as a
> prerequisite patch in your series.

> [1] https://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core.git/log/?h=driver-core-next
> [2] https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/

Thanks Danilo. I will rebase on driver-core-next and carry
FallibleIoCapable as a prerequisite patch in v5.

Coirul