mbox series

[PULL,REQUEST] i2c for 4.20

Message ID 20181207130848.GA2661@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.20 | expand

Pull-request

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

Message

Wolfram Sang Dec. 7, 2018, 1:08 p.m. UTC
Linus,

here is a set of driver bugfixes for the I2C subsystem.

Please pull.

Thanks,

   Wolfram


The following changes since commit 2e6e902d185027f8e3cb8b7305238f7e35d6a436:

  Linux 4.20-rc4 (2018-11-25 14:19:31 -0800)

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 ece27a337d42a3197935711997f2880f0957ed7e:

  i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode (2018-12-06 23:14:59 +0100)

----------------------------------------------------------------
Adamski, Krzysztof (Nokia - PL/Wroclaw) (1):
      i2c: axxia: properly handle master timeout

Hans de Goede (1):
      i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device node

Masahiro Yamada (4):
      i2c: uniphier-f: fix timeout error after reading 8 bytes
      i2c: uniphier-f: fill TX-FIFO only in IRQ handler for repeated START
      i2c: uniphier: fix violation of tLOW requirement for Fast-mode
      i2c: uniphier-f: fix violation of tLOW requirement for Fast-mode

Wolfram Sang (3):
      i2c: nvidia-gpu: adhere to I2C fault codes
      i2c: nvidia-gpu: limit reads also for combined messages
      i2c: rcar: check bus state before reinitializing


with much appreciated quality assurance from
----------------------------------------------------------------
Ajay Gupta (2):
      (Test) i2c: nvidia-gpu: limit reads also for combined messages
      (Test) i2c: nvidia-gpu: adhere to I2C fault codes

Alexander Sverdlin (1):
      (Rev.) i2c: axxia: properly handle master timeout

 drivers/i2c/busses/i2c-axxia.c      | 40 +++++++++++++++++++++---------
 drivers/i2c/busses/i2c-nvidia-gpu.c |  7 +++---
 drivers/i2c/busses/i2c-rcar.c       |  9 ++++---
 drivers/i2c/busses/i2c-scmi.c       | 10 +++++---
 drivers/i2c/busses/i2c-uniphier-f.c | 49 +++++++++++++++++++++++++++++++------
 drivers/i2c/busses/i2c-uniphier.c   |  8 +++++-
 6 files changed, 93 insertions(+), 30 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 7, 2018, 6:35 p.m. UTC | #1
The pull request you sent on Fri, 7 Dec 2018 14:08:52 +0100:

> 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/52f842ccd615564a75ef45f8a0985ff14a0a61ce

Thank you!