mbox series

[PULL,REQUEST] i2c-for-6.12-rc7

Message ID ZzD7sqWIYWBgRmKr@ninjato
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.12-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.12-rc7

Message

Wolfram Sang Nov. 10, 2024, 6:30 p.m. UTC
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/wsa/linux.git tags/i2c-for-6.12-rc7

for you to fetch changes up to 547aad93e00d5acdefb9ba6de2a7dfaeaf311475:

  Merge tag 'i2c-host-fixes-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2024-11-09 23:47:51 +0100)

----------------------------------------------------------------
i2c-for-6.12-rc7

Core has no updates.

i2c-host fixes for v6.12-rc7 (from Andi)

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

Wolfram Sang (1):
      Merge tag 'i2c-host-fixes-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current

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

pr-tracker-bot@kernel.org Nov. 10, 2024, 10:19 p.m. UTC | #1
The pull request you sent on Sun, 10 Nov 2024 19:30:10 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.12-rc7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d7e67a9e8c304ba767c5069a9c1f0c8ca80276f9

Thank you!