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)
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.


Trivial merge