Merge tag 'i2c-host-fixes-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 16 Aug 2024 14:23:51 +0000 (16:23 +0200)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Fri, 16 Aug 2024 14:23:51 +0000 (16:23 +0200)
commit87cea484951eba1d0342033241f80e49303d802c
tree2027462a5e9492efba33745067122846c9fcafca
parent71833e79a42178d8a50b5081c98c78ace9325628
parent14d069d92951a3e150c0a81f2ca3b93e54da913b
Merge tag 'i2c-host-fixes-6.11-rc4' of git://git./linux/kernel/git/andi.shyti/linux into i2c/for-current

Two fixes in this update:

Tegra I2C Controller: Addresses a potential double-locking issue
during probe. ACPI devices are not IRQ-safe when invoking runtime
suspend and resume functions, so the irq_safe flag should not be
set.

Qualcomm GENI I2C Controller: Fixes an oversight in the exit path
of the runtime_resume() function, which was missed in the
previous release.