Linus, I2C has another bunch of driver fixes. Please pull. Thanks, Wolfram The following changes since commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837: Linux 5.11-rc3 (2021-01-10 14:34:50 -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 9ecd1d2b302b600351fac50779f43fcb680c1a16: i2c: sprd: depend on COMMON_CLK to fix compile tests (2021-01-22 10:13:33 +0100) ---------------------------------------------------------------- Fabio Estevam (1): Revert "i2c: imx: Remove unused .id_table support" Krzysztof Kozlowski (1): i2c: sprd: depend on COMMON_CLK to fix compile tests Mikko Perttunen (2): i2c: tegra: Wait for config load atomically while in ISR i2c: bpmp-tegra: Ignore unknown I2C_M flags Sowjanya Komatineni (1): i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO Wolfram Sang (1): i2c: octeon: check correct size of maximum RECV_LEN packet with much appreciated quality assurance from ---------------------------------------------------------------- Baolin Wang (1): (Rev.) i2c: sprd: depend on COMMON_CLK to fix compile tests Dmitry Osipenko (2): (Rev.) i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO (Rev.) i2c: tegra: Wait for config load atomically while in ISR Robert Richter (1): (Rev.) i2c: octeon: check correct size of maximum RECV_LEN packet drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-imx.c | 20 +++++++++++++++++++- drivers/i2c/busses/i2c-octeon-core.c | 2 +- drivers/i2c/busses/i2c-tegra-bpmp.c | 2 +- drivers/i2c/busses/i2c-tegra.c | 24 ++++++++++++++++++++++-- 5 files changed, 44 insertions(+), 5 deletions(-)