Linus, here is another bunch of fixes for I2C. Only Jean's i801 patch is a cleanup on top of Volker's i801 patch, but it will make dependency handling much easier if those two go together. Please pull. Thanks, Wolfram The following changes since commit 856deb866d16e29bd65952e0289066f6078af773: Linux 5.9-rc5 (2020-09-13 16:06:00 -0700) 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 6eb158ec0a45dbfd98bc6971c461b7d4d5bf61b3: i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK (2020-09-18 23:11:44 +0200) ---------------------------------------------------------------- Eddie James (1): i2c: aspeed: Mask IRQ status to relevant bits Hans de Goede (1): i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_devices() Jean Delvare (1): i2c: i801: Simplify the suspend callback Matthias Schiffer (1): i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACK Qii Wang (2): i2c: mediatek: Fix generic definitions for bus frequency i2c: mediatek: Send i2c master code at more than 1MHz Volker RĂ¼melin (1): i2c: i801: Fix resume bug drivers/i2c/busses/i2c-aspeed.c | 2 ++ drivers/i2c/busses/i2c-i801.c | 26 ++++++++++++++++---------- drivers/i2c/busses/i2c-mt65xx.c | 6 +++--- drivers/i2c/busses/i2c-mxs.c | 10 +++++++--- drivers/i2c/i2c-core-base.c | 2 +- 5 files changed, 29 insertions(+), 17 deletions(-)