[GIT PULL] i2c-host-fixes for v7.1-rc8
From: Andi Shyti
Date: Fri Jun 12 2026 - 06:13:22 EST
Hi Wolfram,
here is the i2c-host-fixes pull request for v7.1-rc8. I
expect this to become 7.2, but I am still keeping the usual
versioning inertia.
It contains a somewhat larger set of fixes across several
drivers, as a few of them were still outstanding. It also
includes the MAINTAINERS update.
Thanks a lot for everything, and I wish you a great weekend.
Andi
The following changes since commit 4549871118cf616eecdd2d939f78e3b9e1dddc48:
Linux 7.1-rc7 (2026-06-07 15:37:58 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-7.1-rc8
for you to fetch changes up to 9bffa2a61551da9ac32171f09d556974cb96d70a:
MAINTAINERS: hand over I2C to Andi Shyti (2026-06-12 11:11:58 +0200)
----------------------------------------------------------------
i2c-host-fixes for v7.1-rc8
- imx: keep clock and pinctrl states consistent in runtime PM
- imx-lpi2c: fix DMA resource leaks on PIO fallback
- qcom-cci: fix NULL pointer dereference on remove
- riic: fix reset refcount leak on resume_noirq error path
- stm32f7: account for analog filter in timing computation
- tegra: fix suspend/resume handling in NOIRQ phase
- tegra: update Tegra410 I2C timings to match hardware specs
- MAINTAINERS: hand over I2C maintainership to Andi
----------------------------------------------------------------
Akhil R (2):
i2c: tegra: Update Tegra410 I2C timing parameters
i2c: tegra: Fix NOIRQ suspend/resume
Carlos Song (2):
i2c: imx: fix clock and pinctrl state inconsistency in runtime PM
i2c: imx-lpi2c: fix resource leaks switching to devm_dma_request_chan()
Guillermo Rodríguez (1):
i2c: stm32f7: fix timing computation ignoring i2c-analog-filter
Vladimir Zapolskiy (1):
i2c: qcom-cci: Fix NULL pointer dereference in cci_remove()
Wentao Liang (1):
i2c: riic: fix refcount leak in riic_i2c_resume_noirq()
Wolfram Sang (1):
MAINTAINERS: hand over I2C to Andi Shyti
MAINTAINERS | 4 ++--
drivers/i2c/busses/i2c-imx-lpi2c.c | 53 ++++++++++++++++++++++++++++++++---------------------
drivers/i2c/busses/i2c-imx.c | 15 ++++++++++++---
drivers/i2c/busses/i2c-qcom-cci.c | 2 +-
drivers/i2c/busses/i2c-riic.c | 4 +++-
drivers/i2c/busses/i2c-stm32f7.c | 6 +++---
drivers/i2c/busses/i2c-tegra.c | 61 ++++++++++++++++++++++++++++++++++---------------------------
7 files changed, 87 insertions(+), 58 deletions(-)