Re: [RFC PATCH v4 1/3] i2c: rust: implement SMBus read abstraction via kernel::io::Io for I2cClient
Muchamad Coirul Anwar <[email protected]>
| Newsgroups | org.kernel.vger.linux-i2c,org.kernel.vger.linux-iio,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAO26r3Sv=ZZkq--POXmwh+XrAB34COL=A2Om47tnM71MTwNwjw@mail.gmail.com> |
On Mon, 20 Jul 2026 at 06:02, Danilo Krummrich <[email protected]> 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