mbox series

[PULL,REQUEST] i2c for 4.14

Message ID 20171007082710.or56cv7lqy5ixhc3@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 4.14 | expand

Pull-request

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

Message

Wolfram Sang Oct. 7, 2017, 8:27 a.m. UTC
Linus,

I2C has three driver fixes for the newly introduced drivers and one ID
addition for the i801 driver.

Please pull.

Thanks,

   Wolfram


The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff:

  Linux 4.14-rc3 (2017-10-01 14:54:54 -0700)

are available in the git repository at:

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

for you to fetch changes up to 25f2f440989c7079fdd8fccd54592cc077b63ae5:

  i2c: i2c-stm32f7: make structure stm32f7_setup static const (2017-10-05 14:44:57 +0200)

----------------------------------------------------------------
Colin Ian King (1):
      i2c: i2c-stm32f7: make structure stm32f7_setup static const

Jarkko Nikula (1):
      i2c: i801: Add support for Intel Cedar Fork

Pierre-Yves MORDRET (1):
      i2c: stm32f7: fix setup structure

Thomas Meyer (1):
      i2c: ensure termination of *_device_id tables


with much appreciated quality assurance from
----------------------------------------------------------------
Jean Delvare (1):
      (Rev.) i2c: i801: Add support for Intel Cedar Fork

 Documentation/i2c/busses/i2c-i801 |  1 +
 drivers/i2c/busses/Kconfig        |  1 +
 drivers/i2c/busses/i2c-i801.c     |  4 ++++
 drivers/i2c/busses/i2c-sprd.c     |  1 +
 drivers/i2c/busses/i2c-stm32f7.c  | 17 +++++++----------
 5 files changed, 14 insertions(+), 10 deletions(-)