Hi Wolfram, This pull request includes two fixes related to the runtime PM functions, which are described in the tag description. Breno's fix will require additional support when backported to stable kernels. My fix addresses an issue that was missed by Gaosheng in last week's patches and overlooked in my review. With this change, the exit path of the runtime_resume() function for the Qualcomm controller should fine (there's still a minor cleanup needed, which will be handled in a different branch). As always, I wish you a great weekend! Andi The following changes since commit 7c626ce4bae1ac14f60076d00eafe71af30450ba: Linux 6.11-rc3 (2024-08-11 14:27:14 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.11-rc4 for you to fetch changes up to 14d069d92951a3e150c0a81f2ca3b93e54da913b: i2c: tegra: Do not mark ACPI devices as irq safe (2024-08-15 00:22:28 +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. ---------------------------------------------------------------- Andi Shyti (1): i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume Breno Leitao (1): i2c: tegra: Do not mark ACPI devices as irq safe drivers/i2c/busses/i2c-qcom-geni.c | 4 +++- drivers/i2c/busses/i2c-tegra.c | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-)