mbox series

[PULL,REQUEST] i2c for 4.18

Message ID 20180629151351.i3ogf77awxzuw4sl@ninjato
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-fixed

Message

Wolfram Sang June 29, 2018, 3:13 p.m. UTC
Linus,

this pull request contains:

* a revert because of bugzilla #200045 (and some documentation about it)
* another regression fix in the i2c-gpio driver
* a leak fix for the i2c core

Please pull.

Thanks,

   Wolfram


The following changes since commit 7daf201d7fe8334e2d2364d4e8ed3394ec9af819:

  Linux 4.18-rc2 (2018-06-24 20:54:29 +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 12b731dd46d9ee646318e6e9dc587314a3908a46:

  i2c: gpio: initialize SCL to HIGH again (2018-06-29 08:23:12 +0200)

----------------------------------------------------------------
Peter Rosin (1):
      i2c: smbus: kill memory leak on emulated and failed DMA SMBus xfers

Wolfram Sang (3):
      Revert "i2c: algo-bit: init the bus to a known state"
      i2c: algos: bit: mention our experience about initial states
      i2c: gpio: initialize SCL to HIGH again


with much appreciated quality assurance from
----------------------------------------------------------------
Geert Uytterhoeven (1):
      (Test) i2c: gpio: initialize SCL to HIGH again

Linus Walleij (1):
      (Rev.) i2c: gpio: initialize SCL to HIGH again

Sergey Larin (1):
      (Test) Revert "i2c: algo-bit: init the bus to a known state"

 drivers/i2c/algos/i2c-algo-bit.c |  8 ++++----
 drivers/i2c/busses/i2c-gpio.c    |  4 ++--
 drivers/i2c/i2c-core-smbus.c     | 14 +++++++++-----
 3 files changed, 15 insertions(+), 11 deletions(-)