mbox series

[GIT,PULL] i2c-host-fixes for v6.12-rc7

Message ID mulwdseybgm5uo4ml5zsurp4wno6afjwbi4miz4dm5zc4whtav@fqlocb6allqv
State New
Headers show
Series [GIT,PULL] i2c-host-fixes for v6.12-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.12-rc7

Message

Andi Shyti Nov. 8, 2024, 6:23 p.m. UTC
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(-)

Comments

Wolfram Sang Nov. 9, 2024, 10:49 p.m. UTC | #1
On Fri, Nov 08, 2024 at 07:23:12PM +0100, Andi Shyti wrote:
> 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)

Thanks, pulled!