The following changes since commit 89be9a83ccf1f88522317ce02f854f30d6115c41: Linux 6.16-rc7 (2025-07-20 15:18:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.16-rc8 for you to fetch changes up to 31f08841dd5d479458ee98bdc91d63910ee19861: Merge tag 'i2c-host-fixes-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2025-07-26 00:59:39 +0200) ---------------------------------------------------------------- i2c-for-6.16-rc8 qup: avoid potential hang when waiting for bus idle 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 Viresh Kumar (1): i2c: virtio: Avoid hang by using interruptible completion wait Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current Yang Xiwen (1): i2c: qup: jump out of the loop in case of timeout with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (1): (Rev.) i2c: tegra: Fix reset error handling with ACPI drivers/i2c/busses/i2c-qup.c | 4 +++- drivers/i2c/busses/i2c-tegra.c | 24 +----------------------- drivers/i2c/busses/i2c-virtio.c | 15 ++++++++------- 3 files changed, 12 insertions(+), 31 deletions(-)