mbox series

[PULL,REQUEST] i2c for 5.8

Message ID 20200627182057.GA4356@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for 5.8 | expand

Pull-request

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

Message

Wolfram Sang June 27, 2020, 6:20 p.m. UTC
Linus,

This I2C pull request contains a 5.8 regression fix for the Designware
driver, a register bitfield fix for the fsi driver, and a missing sanity
check for the I2C core.

Please pull.

Thanks,

   Wolfram


The following changes since commit 48778464bb7d346b47157d21ffde2af6b2d39110:

  Linux 5.8-rc2 (2020-06-21 15:45:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 40e05200593af06633f64ab0effff052eee6f076:

  i2c: core: check returned size of emulated smbus block read (2020-06-26 10:18:35 +0200)

----------------------------------------------------------------
Andy Shevchenko (1):
      i2c: designware: Adjust bus speed independently of ACPI

Eddie James (1):
      i2c: fsi: Fix the port number field in status register

Mans Rullgard (1):
      i2c: core: check returned size of emulated smbus block read


with much appreciated quality assurance from
----------------------------------------------------------------
John Stultz (1):
      (Test) i2c: designware: Adjust bus speed independently of ACPI

 drivers/i2c/busses/i2c-designware-common.c  | 25 +++++++++++++++++--------
 drivers/i2c/busses/i2c-designware-core.h    |  3 +--
 drivers/i2c/busses/i2c-designware-pcidrv.c  |  2 +-
 drivers/i2c/busses/i2c-designware-platdrv.c |  2 +-
 drivers/i2c/busses/i2c-fsi.c                |  2 +-
 drivers/i2c/i2c-core-smbus.c                |  7 +++++++
 6 files changed, 28 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org June 27, 2020, 10:45 p.m. UTC | #1
The pull request you sent on Sat, 27 Jun 2020 20:20:57 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8bf9865187f6c3130b5c748a3212d591c9d563de

Thank you!