[GIT PULL] i2c-host-fixes for v6.12-rc7
From: Andi Shyti
Date: Fri Nov 08 2024 - 13:23:28 EST
Hi Wolfram,
Two fixes this week: one is the fix from last week that you had
doubts about.
Thanks and have a great weekend,
Andi
The following changes since commit 59b723cd2adbac2a34fc8e12c74ae26ae45bf230:
Linux 6.12-rc6 (2024-11-03 14:05:52 -1000)
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.12-rc7
for you to fetch changes up to 8de3e97f3d3d62cd9f3067f073e8ac93261597db:
i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set (2024-11-08 19:13:06 +0100)
----------------------------------------------------------------
i2c-host fixes for v6.12-rc7
In designware an incorrect behavior has been fixes when
concluding a transmission.
Fixed return error value evaluation in the Mule multiplexer.
----------------------------------------------------------------
Liu Peibao (1):
i2c: designware: do not hold SCL low when I2C_DYNAMIC_TAR_UPDATE is not set
Yang Yingliang (1):
i2c: muxes: Fix return value check in mule_i2c_mux_probe()
drivers/i2c/busses/i2c-designware-common.c | 6 ++++--
drivers/i2c/busses/i2c-designware-core.h | 1 +
drivers/i2c/muxes/i2c-mux-mule.c | 4 ++--
3 files changed, 7 insertions(+), 4 deletions(-)