[GIT PULL] i2c-host-fixes for v6.16-rc7

From: Andi Shyti
Date: Fri Jul 18 2025 - 12:00:00 EST


Hi Wolfram,

in this pull request you have included also the previous week's
patches. Everything is rebased on top of rc6.

I wish you a great weekend,
Andi

The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911:

Linux 6.16-rc6 (2025-07-13 14:25: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-6.16-rc7

for you to fetch changes up to c39101198e733cacb03fbaa6fcefa15b9c04361c:

i2c: qup: jump out of the loop in case of timeout (2025-07-17 00:57:13 +0200)

----------------------------------------------------------------
i2c-host-fixes for v6.16-rc7

- omap: add missing error check and fix PM disable in probe
failure path
- qup: avoid potential hang when waiting for bus idle
- stm32: unmap DMA buffer on xfer failure and fix device
reference
- tegra: improve ACPI reset error handling
- virtio: use interruptible wait to prevent hang during transfer

----------------------------------------------------------------
Akhil R (1):
i2c: tegra: Fix reset error handling with ACPI

Christophe JAILLET (2):
i2c: omap: Handle omap_i2c_init() errors in omap_i2c_probe()
i2c: omap: Fix an error handling path in omap_i2c_probe()

Clément Le Goffic (2):
i2c: stm32: fix the device used for the DMA map
i2c: stm32f7: unmap DMA mapped buffer

Viresh Kumar (1):
i2c: virtio: Avoid hang by using interruptible completion wait

Yang Xiwen (1):
i2c: qup: jump out of the loop in case of timeout

drivers/i2c/busses/i2c-omap.c | 7 +++++--
drivers/i2c/busses/i2c-qup.c | 4 +++-
drivers/i2c/busses/i2c-stm32.c | 8 +++-----
drivers/i2c/busses/i2c-stm32f7.c | 24 +++++++++---------------
drivers/i2c/busses/i2c-tegra.c | 24 +-----------------------
drivers/i2c/busses/i2c-virtio.c | 15 ++++++++-------
6 files changed, 29 insertions(+), 53 deletions(-)