Linus, I2C has quite some regression fixes this time. One is also related to watchdogs, we have proper acks from Guenter for them. Please pull. Thanks, Wolfram The following changes since commit 2c523b344dfa65a3738e7039832044aa133c75fb: Linux 5.6-rc5 (2020-03-08 17:44:44 -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 92bd1f2e1eed493a73a19012a3a7f1feed0883ff: Merge tag 'at24-fixes-for-v5.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current (2020-03-13 16:32:28 +0100) ---------------------------------------------------------------- Hamish Martin (1): i2c: gpio: suppress error on probe defer Jarkko Nikula (1): i2c: designware-pci: Fix BUG_ON during device removal Michael Auchter (1): misc: eeprom: at24: fix regulator underflow Mika Westerberg (3): watchdog: iTCO_wdt: Export vendorsupport watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device Wolfram Sang (3): macintosh: windfarm: fix MODINFO regression i2c: acpi: put device when verifying client fails Merge tag 'at24-fixes-for-v5.6-rc6' of git://git.kernel.org/.../brgl/linux into i2c/for-current with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (2): (Rev.) i2c: acpi: put device when verifying client fails (Rev.) i2c: designware-pci: Fix BUG_ON during device removal Erhard Furtner (1): (Test) macintosh: windfarm: fix MODINFO regression Geert Uytterhoeven (1): (Rev.) i2c: acpi: put device when verifying client fails Guenter Roeck (3): (Rev.) i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt device (Rev.) watchdog: iTCO_wdt: Make ICH_RES_IO_SMI optional (Rev.) watchdog: iTCO_wdt: Export vendorsupport drivers/i2c/busses/i2c-designware-pcidrv.c | 1 + drivers/i2c/busses/i2c-gpio.c | 2 +- drivers/i2c/busses/i2c-i801.c | 45 ++++++++--------------------- drivers/i2c/i2c-core-acpi.c | 10 ++++++- drivers/macintosh/windfarm_ad7417_sensor.c | 7 +++++ drivers/macintosh/windfarm_fcu_controls.c | 7 +++++ drivers/macintosh/windfarm_lm75_sensor.c | 16 +++++++++- drivers/macintosh/windfarm_lm87_sensor.c | 7 +++++ drivers/macintosh/windfarm_max6690_sensor.c | 7 +++++ drivers/macintosh/windfarm_smu_sat.c | 7 +++++ drivers/misc/eeprom/at24.c | 3 +- drivers/watchdog/iTCO_vendor.h | 2 ++ drivers/watchdog/iTCO_vendor_support.c | 16 +++++----- drivers/watchdog/iTCO_wdt.c | 28 ++++++++++-------- 14 files changed, 102 insertions(+), 56 deletions(-)