Linus, I2C has a core fix for ACPI matching and two driver bugfixes. Please pull. Thanks, Wolfram The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd: Linux 5.9-rc2 (2020-08-23 14:08:43 -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 0204081128d582965e9e39ca83ee6e4f7d27142b: i2c: iproc: Fix shifting 31 bits (2020-08-25 09:46:38 +0200) ---------------------------------------------------------------- Andy Shevchenko (2): i2c: core: Don't fail PRP0001 enumeration when no ID table exist i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device() Ray Jui (1): i2c: iproc: Fix shifting 31 bits Wolfram Sang (1): i2c: rcar: in slave mode, clear NACK earlier with much appreciated quality assurance from ---------------------------------------------------------------- Mika Westerberg (2): (Rev.) i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device() (Rev.) i2c: core: Don't fail PRP0001 enumeration when no ID table exist drivers/i2c/busses/i2c-bcm-iproc.c | 4 ++-- drivers/i2c/busses/i2c-rcar.c | 1 + drivers/i2c/i2c-core-acpi.c | 10 ---------- drivers/i2c/i2c-core-base.c | 2 +- drivers/i2c/i2c-core.h | 9 --------- 5 files changed, 4 insertions(+), 22 deletions(-)