Linus, here are I2C driver bugfixes and a MAINTAINERS update for you. Please pull. Thanks, Wolfram The following changes since commit 085b7755808aa11f78ab9377257e1dad2e6fa4bb: Linux 5.1-rc6 (2019-04-21 10:45:57 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current-fixed for you to fetch changes up to 72bfcee11cf89509795c56b0e40a3785ab00bbdd: i2c: Prevent runtime suspend of adapter when Host Notify is required (2019-05-02 18:42:15 +0200) ---------------------------------------------------------------- Anson Huang (1): i2c: imx: correct the method of getting private data in notifier_call Ard Biesheuvel (1): i2c: synquacer: fix enumeration of slave devices Jarkko Nikula (1): i2c: Prevent runtime suspend of adapter when Host Notify is required Wolfram Sang (2): i2c: designware: ratelimit 'transfer when suspended' errors MAINTAINERS: friendly takeover of i2c-gpio driver with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (1): (Rev.) i2c: designware: ratelimit 'transfer when suspended' errors Dong Aisheng (1): (Rev.) i2c: imx: correct the method of getting private data in notifier_call Keijo Vaara (1): (Test) i2c: Prevent runtime suspend of adapter when Host Notify is required skidnik (1): (Test) i2c: designware: ratelimit 'transfer when suspended' errors MAINTAINERS | 2 +- drivers/i2c/busses/i2c-designware-master.c | 3 +-- drivers/i2c/busses/i2c-imx.c | 4 ++-- drivers/i2c/busses/i2c-synquacer.c | 2 ++ drivers/i2c/i2c-core-base.c | 4 ++++ 5 files changed, 10 insertions(+), 5 deletions(-)