mbox series

[PULL,REQUEST] i2c for 4.18

Message ID 20180713203419.ty2boi6zj6qvzyoh@katana
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.18 | expand

Pull-request

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

Message

Wolfram Sang July 13, 2018, 8:34 p.m. UTC
Linus,

I2C has for you:

- one I2C core bugfix regarding bus recovery
- one driver bugfix for the tegra driver
- one typo correction

Please pull.

Thanks,

   Wolfram


The following changes since commit 021c91791a5e7e85c567452f1be3e4c2c6cb6063:

  Linux 4.18-rc3 (2018-07-01 16:04:53 -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 abe41184abac487264a4904bfcff2d5500dccce6:

  i2c: recovery: if possible send STOP with recovery pulses (2018-07-12 23:38:18 +0200)

----------------------------------------------------------------
Jon Hunter (1):
      i2c: tegra: Fix NACK error handling

Thadeu Lima de Souza Cascardo (1):
      i2c: stu300: use non-archaic spelling of failes

Wolfram Sang (1):
      i2c: recovery: if possible send STOP with recovery pulses

 drivers/i2c/busses/i2c-stu300.c |  2 +-
 drivers/i2c/busses/i2c-tegra.c  | 17 ++++++++---------
 drivers/i2c/i2c-core-base.c     | 11 ++++++++++-
 3 files changed, 19 insertions(+), 11 deletions(-)