mbox series

[PULL,REQUEST] i2c for v5.8

Message ID 20200519063609.GA2141@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v5.8 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current-fixed

Message

Wolfram Sang May 19, 2020, 6:36 a.m. UTC
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.

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(-)

Comments

Wolfram Sang May 19, 2020, 6:40 a.m. UTC | #1
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(-)
pr-tracker-bot@kernel.org May 19, 2020, 7 p.m. UTC | #2
The pull request you sent on Tue, 19 May 2020 08:36:13 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current-fixed

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/03fb3acae4be8a6b680ffedb220a8b6c07260b40

Thank you!