mbox

[PULL,REQUEST] i2c for 4.12

Message ID 20170517072703.7max6bezbmhuau6f@ninjato
State Accepted
Headers show

Pull-request

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

Message

Wolfram Sang May 17, 2017, 7:27 a.m. UTC
Linus,

here are some bugfixes from I2C, especially removing a wrongly displayed
error message for all i2c muxes.

Please pull.

Thanks,

   Wolfram


The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -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 83345d51a49a4b3f3b4a08a5db644dae438b0189:

  i2c: xgene: Set ACPI_COMPANION_I2C (2017-05-17 09:21:06 +0200)

----------------------------------------------------------------
Peter Rosin (3):
      i2c: mux: reg: put away the parent i2c adapter on probe failure
      i2c: mux: reg: rename label to indicate what it does
      i2c: mux: only print failure message on error

Thomas Petazzoni (1):
      i2c: mv64xxx: don't override deferred probing when getting irq

Tin Huynh (1):
      i2c: xgene: Set ACPI_COMPANION_I2C

Wolfram Sang (1):
      Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into i2c/for-current

 drivers/i2c/busses/i2c-mv64xxx.c       |  6 +++---
 drivers/i2c/busses/i2c-xgene-slimpro.c |  1 +
 drivers/i2c/i2c-mux.c                  | 26 ++++++++++++++++----------
 drivers/i2c/muxes/i2c-mux-reg.c        | 21 ++++++++++++++-------
 4 files changed, 34 insertions(+), 20 deletions(-)