[GIT PULL] i2c fixes for v7.2-rc1

From: Andi Shyti

Date: Sat Jun 27 2026 - 02:45:54 EST


Hi Linus,

here is a small i2c-fixes pull request to start the 7.2 cycle.
The branch is based on top of your latest i2c merge commit.

Thanks,
Andi

The following changes since commit 1dc18801be29bc54709aa355b8acd80e183b03cd:

Merge tag 'i2c-7.2-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux (2026-06-22 09:30:31 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-fixes-7.2-rc1

for you to fetch changes up to 10dd1a736d557e310a77117832874729a0175d57:

i2c: i801: fix hardware state machine corruption in error path (2026-06-23 17:53:08 +0200)

----------------------------------------------------------------
i2c-fixes for v7.2-rc1

- i801: fix error path in smbus transfer
- mpc: fix timeout calculation

----------------------------------------------------------------
Andy Shevchenko (1):
i2c: mpc: Fix timeout calculations

Mingyu Wang (1):
i2c: i801: fix hardware state machine corruption in error path

drivers/i2c/busses/i2c-i801.c | 2 +-
drivers/i2c/busses/i2c-mpc.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)