From: Linus Torvalds Date: Sat, 17 Aug 2024 23:23:05 +0000 (-0700) Subject: Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa... X-Git-Tag: configfs-6.13-2024-11-19~642 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=98a1b2d71f9fac01c7aba80f30235b1b2e8234da;p=users%2Fhch%2Fconfigfs.git Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux Pull i2c fixes from Wolfram Sang: "I2C core fix replacing IS_ENABLED() with IS_REACHABLE() For host drivers, there are two fixes: - 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" * tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: i2c: tegra: Do not mark ACPI devices as irq safe i2c: Use IS_REACHABLE() for substituting empty ACPI functions i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume --- 98a1b2d71f9fac01c7aba80f30235b1b2e8234da