mbox series

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

Message ID ZeyZe92K9AnHD1SI@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.8-rc8 | expand

Pull-request

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

Message

Wolfram Sang March 9, 2024, 5:16 p.m. UTC
The following changes since commit 90d35da658da8cff0d4ecbb5113f5fac9d00eb72:

  Linux 6.8-rc7 (2024-03-03 13:02:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ac168d6770aa12ee201c7474e1361810d5fc723a:

  i2c: aspeed: Fix the dummy irq expected print (2024-03-08 10:10:27 +0100)

----------------------------------------------------------------
Two patches from Heiner for the i801 are targeting muxes
discovered while working on some other features. Essentially,
there is a reordering when adding optional slaves and proper
cleanup upon registering a mux device.

Christophe fixes the exit path in the wmt driver that was leaving
the clocks hanging, and the last fix from Tommy avoids false
error reports in IRQ.

----------------------------------------------------------------
Christophe JAILLET (1):
      i2c: wmt: Fix an error handling path in wmt_i2c_probe()

Heiner Kallweit (2):
      i2c: i801: Fix using mux_pdev before it's set
      i2c: i801: Avoid potential double call to gpiod_remove_lookup_table

Tommy Huang (1):
      i2c: aspeed: Fix the dummy irq expected print


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (2):
      (Rev.) i2c: i801: Avoid potential double call to gpiod_remove_lookup_table
      (Rev.) i2c: i801: Fix using mux_pdev before it's set

Linus Walleij (1):
      (Rev.) i2c: i801: Avoid potential double call to gpiod_remove_lookup_table

 drivers/i2c/busses/i2c-aspeed.c | 1 +
 drivers/i2c/busses/i2c-i801.c   | 6 ++++--
 drivers/i2c/busses/i2c-wmt.c    | 6 +++++-
 3 files changed, 10 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org March 9, 2024, 6:34 p.m. UTC | #1
The pull request you sent on Sat, 9 Mar 2024 18:16:43 +0100:

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

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

Thank you!