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

From: Andi Shyti

Date: Sun Aug 30 2026 - 11:07:41 EST


Hi Linus,

here's the pull request for the new fixes cycle.

It contains fixes mainly for teardown and resource handling,
runtime PM and hardware-specific controller issues.

It's based on your latest I2C merge commit.

Thank you,
Andi

The following changes since commit 47096fc3d064a07c0842f748b99ebf01be120f2b:

Merge tag 'i2c-7.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux (2026-08-24 09:07:15 -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.3-rc1

for you to fetch changes up to b15b548d52b43ba8ac4652bc2c7244a8dd1e9622:

i2c: core: fix debugfs UAF on adapter removal (2026-08-28 03:12:01 +0200)

----------------------------------------------------------------
i2c-fixes for v7.3-rc1

Fixes mainly for teardown and resource handling, runtime PM and
hardware-specific controller issues.

- core: fix debugfs use-after-free when removing the adapter
- designware: apply interrupt mask quirk for HJMC3001
- imx-lpi2c: avoid target accesses on master-only controllers
- mux: release channel node when adapter registration fails
- qcom-cci: fix autosuspend and runtime PM cleanup on removal
- qcom-geni: fix timing parameters for 32 MHz clock

----------------------------------------------------------------
Ahmad Byagowi (1):
i2c: mux: Fix channel node leak on adapter add failure

Carlos Song (1):
i2c: imx-lpi2c: avoid accessing target registers on master-only controllers

Guangshuo Li (1):
i2c: qcom-cci: fix autosuspend cleanup

Hongbo Yao (1):
i2c: designware: Enable interrupt mask workaround for HJMC3001

Kathiravan Thirumoorthy (1):
i2c: qcom-geni: update frequency table to fix timing parameters

Vasileios Almpanis (1):
i2c: core: fix debugfs UAF on adapter removal

drivers/i2c/busses/i2c-designware-platdrv.c | 2 +-
drivers/i2c/busses/i2c-imx-lpi2c.c | 27 +++++++++++++++++++++++----
drivers/i2c/busses/i2c-qcom-cci.c | 11 ++++-------
drivers/i2c/busses/i2c-qcom-geni.c | 4 ++--
drivers/i2c/i2c-core-base.c | 6 ++++++
drivers/i2c/i2c-mux.c | 1 +
6 files changed, 37 insertions(+), 14 deletions(-)