Linus, here are driver bugfixes for I2C. Most of them are for the new mlxbf driver which got more exposure after rc1. The sh_mobile patch should already have reached you during the merge window, but I accidently dropped it. However, since it fixes a problem with rebooting, I think it is still fine for rc3. Please pull. Thanks, Wolfram The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891: Linux 5.10-rc2 (2020-11-01 14:43:51 -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 3b5f7f10ff6e6b66f553e12cc50d9bb751ce60ad: i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED (2020-11-06 16:02:00 +0100) ---------------------------------------------------------------- Geert Uytterhoeven (1): i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM Khalil Blaiech (5): i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call i2c: mlxbf: Fix resrticted cast warning of sparse i2c: mlxbf: Remove unecessary wrapper functions i2c: mlxbf: Update reference clock frequency i2c: mlxbf: Update author and maintainer email info Michael Wu (2): i2c: designware: call i2c_dw_read_clear_intrbits_slave() once i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED Qii Wang (1): i2c: mediatek: move dma reset before i2c reset Ulrich Hecht (1): i2c: sh_mobile: implement atomic transfers MAINTAINERS | 2 +- drivers/i2c/busses/Kconfig | 2 +- drivers/i2c/busses/i2c-designware-slave.c | 52 +++----- drivers/i2c/busses/i2c-mlxbf.c | 204 +++++++++++++----------------- drivers/i2c/busses/i2c-mt65xx.c | 8 +- drivers/i2c/busses/i2c-sh_mobile.c | 86 ++++++++++--- 6 files changed, 177 insertions(+), 177 deletions(-)