On Tue, May 19, 2020 at 08:36:13AM +0200, Wolfram Sang wrote: > Linus, > > here is the pull request which I missed last week. It contains a set of > driver and core fixes as well as MAINTAINER updates. Sorry, kernel version in $subject should have been v5.7! > > Please pull. > > Thanks, > > Wolfram > > > The following changes since commit 0e698dfa282211e414076f9dc7e83c1c288314fd: > > Linux 5.7-rc4 (2020-05-03 14:56:04 -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 efa7fb4c6c8e4171fd29a5935a9dc7a28e363278: > > MAINTAINERS: add maintainer for mediatek i2c controller driver (2020-05-15 11:40:54 +0200) > > ---------------------------------------------------------------- > Alain Volmat (1): > i2c: fix missing pm_runtime_put_sync in i2c_device_probe > > Atsushi Nemoto (1): > i2c: altera: Fix race between xfer_msg and isr thread > > Christophe JAILLET (1): > i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()' > > Codrin Ciubotariu (1): > i2c: at91: Fix pinmux after devm_gpiod_get() for bus recovery > > Gustavo A. R. Silva (1): > i2c: mux: Replace zero-length array with flexible-array > > Qii Wang (1): > MAINTAINERS: add maintainer for mediatek i2c controller driver > > Wolfram Sang (2): > i2c: use my kernel.org address from now on > i2c: algo-pca: update contact email > > .mailmap | 2 ++ > MAINTAINERS | 9 ++++++++- > drivers/i2c/algos/i2c-algo-pca.c | 2 +- > drivers/i2c/busses/i2c-altera.c | 10 +++++++++- > drivers/i2c/busses/i2c-at91-master.c | 20 +++++++++++++++++--- > drivers/i2c/i2c-core-base.c | 24 +++++++++++++++++------- > drivers/i2c/i2c-core-of.c | 2 +- > drivers/i2c/muxes/i2c-demux-pinctrl.c | 1 + > include/linux/i2c-mux.h | 2 +- > include/linux/i2c.h | 2 +- > 10 files changed, 58 insertions(+), 16 deletions(-)