mbox series

[PULL,REQUEST] i2c-for-6.6-rc8

Message ID ZTypBKf7VqKqnTuG@shikoro
State Accepted
Headers show
Series [PULL,REQUEST] i2c-for-6.6-rc8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.6-rc8

Message

Wolfram Sang Oct. 28, 2023, 6:24 a.m. UTC
The following changes since commit 94f6f0550c625fab1f373bb86a6669b45e9748b3:

  Linux 6.6-rc5 (2023-10-08 13:49:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.6-rc8

for you to fetch changes up to c896ff2dd8f30a6b0a922c83a96f6d43f05f0e92:

  i2c: stm32f7: Fix PEC handling in case of SMBUS transfers (2023-10-21 20:31:04 +0200)

----------------------------------------------------------------
Bugfixes for Axxia when it is a target and for PEC handling of stm32f7.
Plus, fixing an of node leak pattern in the mux subsystem.

----------------------------------------------------------------
Alain Volmat (1):
      i2c: stm32f7: Fix PEC handling in case of SMBUS transfers

Herve Codina (3):
      i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()
      i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()
      i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()

Jian Zhang (1):
      i2c: aspeed: Fix i2c bus hang in slave read


with much appreciated quality assurance from
----------------------------------------------------------------
Andrew Jeffery (2):
      (Test) i2c: aspeed: Fix i2c bus hang in slave read
      (Rev.) i2c: aspeed: Fix i2c bus hang in slave read

Jonathan Cameron (3):
      (Rev.) i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()
      (Rev.) i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()
      (Rev.) i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()

Pierre-Yves MORDRET (1):
      (Rev.) i2c: stm32f7: Fix PEC handling in case of SMBUS transfers

 drivers/i2c/busses/i2c-aspeed.c       | 3 ++-
 drivers/i2c/busses/i2c-stm32f7.c      | 9 ++++++---
 drivers/i2c/muxes/i2c-demux-pinctrl.c | 2 +-
 drivers/i2c/muxes/i2c-mux-gpmux.c     | 2 +-
 drivers/i2c/muxes/i2c-mux-pinctrl.c   | 2 +-
 5 files changed, 11 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 28, 2023, 6 p.m. UTC | #1
The pull request you sent on Sat, 28 Oct 2023 08:24:04 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.6-rc8

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

Thank you!