mbox series

[PULL,REQUEST] i2c for 5.11

Message ID 20210109083156.GA2924@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

Message

Wolfram Sang Jan. 9, 2021, 8:31 a.m. UTC
Linus,

here are three driver bugfixes for I2C. Buisness as usual.

Please pull.

Thanks,

   Wolfram


The following changes since commit e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62:

  Linux 5.11-rc2 (2021-01-03 15:55:30 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

for you to fetch changes up to 05f6f7271a38c482c5021967433f7b698e102c45:

  i2c: mediatek: Fix apdma and i2c hand-shake timeout (2021-01-05 10:54:37 +0100)

----------------------------------------------------------------
Chunyan Zhang (1):
      i2c: sprd: use a specific timeout to avoid system hang up issue

Hans de Goede (1):
      i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated

Qii Wang (1):
      i2c: mediatek: Fix apdma and i2c hand-shake timeout


with much appreciated quality assurance from
----------------------------------------------------------------
Linus Walleij (1):
      (Rev.) i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated

Mika Westerberg (1):
      (Rev.) i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated

 drivers/i2c/busses/i2c-i801.c   |  2 +-
 drivers/i2c/busses/i2c-mt65xx.c | 27 ++++++++++++++++++++++-----
 drivers/i2c/busses/i2c-sprd.c   |  8 +++++++-
 3 files changed, 30 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 9, 2021, 7:51 p.m. UTC | #1
The pull request you sent on Sat, 9 Jan 2021 09:31:56 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

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

Thank you!