mbox series

[PULL,REQUEST] i2c for 4.13

Message ID 20170901214009.o6co5thathhxhifh@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.13 | expand

Pull-request

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

Message

Wolfram Sang Sept. 1, 2017, 9:40 p.m. UTC
Linus,

I2C has two bugfixes for you: the ismt driver had a problem with a rarely
used transaction type and the designware driver was made even more
robust against non standard ACPI tables.

Please pull.

Thanks,

   Wolfram


The following changes since commit cc4a41fe5541a73019a864883297bd5043aa6d98:

  Linux 4.13-rc7 (2017-08-27 17:20:40 -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 231d069fcde22bd0582c2c9564f1b334d280c7d7:

  i2c: designware: Round down ACPI provided clk to nearest supported clk (2017-08-31 20:27:39 +0200)

----------------------------------------------------------------
Hans de Goede (1):
      i2c: designware: Round down ACPI provided clk to nearest supported clk

Stephen Douthit (2):
      i2c: ismt: Don't duplicate the receive length for block reads
      i2c: ismt: Return EMSGSIZE for block reads with bogus length


with much appreciated quality assurance from
----------------------------------------------------------------
Dan Priamo (2):
      (Test) i2c: ismt: Return EMSGSIZE for block reads with bogus length
      (Test) i2c: ismt: Don't duplicate the receive length for block reads

 drivers/i2c/busses/i2c-designware-platdrv.c | 16 ++++++++++++----
 drivers/i2c/busses/i2c-ismt.c               |  6 ++++--
 2 files changed, 16 insertions(+), 6 deletions(-)