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(-)