]> Git Repo - linux.git/commitdiff
Merge tag 'i2c-host-fixes-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
authorWolfram Sang <[email protected]>
Fri, 16 Aug 2024 14:23:51 +0000 (16:23 +0200)
committerWolfram Sang <[email protected]>
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
This page took 0.057214 seconds and 4 git commands to generate.