mbox series

[PULL,REQUEST] i2c for 4.17

Message ID 20180413192632.owle2s622ypntnno@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.17 | expand

Pull-request

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

Message

Wolfram Sang April 13, 2018, 7:26 p.m. UTC
Linus,

the second pull request from I2C contains:

- hot bugfix for i801 to make laptops with strange BIOS reboot again
  when using SMBUS Host notify

- change to MAINTAINERS creating a specific fallback entry for I2C host
  drivers and settings its status to "Odd fixes"

- a long overdue param checking for the I2C core

Please pull.

Thanks,

   Wolfram


The following changes since commit 8837c70d531a1788f975c366c254a5cb973a5291:

  Merge branch 'akpm' (patches from Andrew) (2018-04-11 10:51:26 -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 1eace8344c02c625ee99cc3ffa50187ded2c87b5:

  i2c: add param sanity check to i2c_transfer() (2018-04-11 23:33:46 +0200)

----------------------------------------------------------------
Ard Biesheuvel (1):
      i2c: add param sanity check to i2c_transfer()

Jean Delvare (2):
      i2c: i801: Save register SMBSLVCMD value only once
      i2c: i801: Restore configuration at shutdown

Wolfram Sang (2):
      MAINTAINERS: remove me as maintainer for I2C host drivers
      MAINTAINERS: add maintainer for Renesas I2C related drivers


with much appreciated quality assurance from
----------------------------------------------------------------
Benjamin Tissoires (1):
      (Rev.) i2c: i801: Save register SMBSLVCMD value only once

Jason Andryuk (2):
      (Test) i2c: i801: Restore configuration at shutdown
      (Test) i2c: i801: Save register SMBSLVCMD value only once

Simon Horman (2):
      (Rev.) MAINTAINERS: add maintainer for Renesas I2C related drivers
      (Rev.) MAINTAINERS: remove me as maintainer for I2C host drivers

 MAINTAINERS                   | 34 ++++++++++++++++++++++++++++++----
 drivers/i2c/busses/i2c-i801.c | 16 ++++++++++++++--
 drivers/i2c/i2c-core-base.c   |  3 +++
 3 files changed, 47 insertions(+), 6 deletions(-)