Hi Wolfram, two fixes from Gaosheng in this pull request on the Qualcomm Geni device. Thanks Gaosheng and Vladimir for the reviews. Wish you a great weekend, Andi The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed: Linux 6.11-rc2 (2024-08-04 13:50:53 -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-rc3 for you to fetch changes up to 9ba48db9f77ce0001dbb882476fa46e092feb695: i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume (2024-08-07 01:12:14 +0100) ---------------------------------------------------------------- Two fixes on the Qualcomm GENI I2C controller are cleaning up the error exit patch in the runtime_resume() function. The first is disabling the clock, the second disables the icc on the way out. ---------------------------------------------------------------- Gaosheng Cui (2): i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume drivers/i2c/busses/i2c-qcom-geni.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)