mbox series

[PULL,REQUEST] i2c for 4.14

Message ID 20171020043658.jtapubuetvpfkbld@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.14 | expand

Pull-request

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

Message

Wolfram Sang Oct. 20, 2017, 4:37 a.m. UTC
Linus,

here are a couple of bugfixes for I2C drivers. Because the changes for
the piix4 driver are larger than usual, the patches have been in
linux-next for more than a week with no reports coming in. The rest is
usual stuff.

Please pull.

Thanks,

   Wolfram


The following changes since commit 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f:

  Linux 4.14-rc4 (2017-10-08 20:53:29 -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 883b3b6567bfc8b5da7b3f0cec80513af111d2f5:

  i2c: omap: Fix error handling for clk_get() (2017-10-18 00:19:26 +0200)

----------------------------------------------------------------
Clemens Gruber (1):
      i2c: imx: fix misleading bus recovery debug message

Guenter Roeck (1):
      i2c: piix4: Fix SMBus port selection for AMD Family 17h chips

Pontus Andersson (1):
      i2c: ismt: Separate I2C block read from SMBus block read

Ricardo Ribalda Delgado (1):
      i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATA

Tony Lindgren (1):
      i2c: omap: Fix error handling for clk_get()

Wei Jinhua (1):
      i2c: imx: use IRQF_SHARED mode to request IRQ


with much appreciated quality assurance from
----------------------------------------------------------------
Jean Delvare (2):
      (Rev.) i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATA
      (Rev.) i2c: piix4: Fix SMBus port selection for AMD Family 17h chips

Jiang Biao (1):
      (Rev.) i2c: imx: use IRQF_SHARED mode to request IRQ

Stephen Douthit (1):
      (Test) i2c: ismt: Separate I2C block read from SMBus block read

 drivers/i2c/busses/i2c-imx.c   |   4 +-
 drivers/i2c/busses/i2c-ismt.c  |   5 +-
 drivers/i2c/busses/i2c-omap.c  |  14 ++++
 drivers/i2c/busses/i2c-piix4.c | 162 ++++++++++++++++++++++++++++++++++++++---
 4 files changed, 172 insertions(+), 13 deletions(-)