mbox series

[PULL,REQUEST] i2c for v5.9

Message ID 20200829155302.GA1147@ninjato
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v5.9 | expand

Pull-request

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

Message

Wolfram Sang Aug. 29, 2020, 3:53 p.m. UTC
Linus,

I2C has a core fix for ACPI matching and two driver bugfixes.

Please pull.

Thanks,

   Wolfram


The following changes since commit d012a7190fc1fd72ed48911e77ca97ba4521bccd:

  Linux 5.9-rc2 (2020-08-23 14:08:43 -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 0204081128d582965e9e39ca83ee6e4f7d27142b:

  i2c: iproc: Fix shifting 31 bits (2020-08-25 09:46:38 +0200)

----------------------------------------------------------------
Andy Shevchenko (2):
      i2c: core: Don't fail PRP0001 enumeration when no ID table exist
      i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device()

Ray Jui (1):
      i2c: iproc: Fix shifting 31 bits

Wolfram Sang (1):
      i2c: rcar: in slave mode, clear NACK earlier


with much appreciated quality assurance from
----------------------------------------------------------------
Mika Westerberg (2):
      (Rev.) i2c: acpi: Remove dead code, i.e. i2c_acpi_match_device()
      (Rev.) i2c: core: Don't fail PRP0001 enumeration when no ID table exist

 drivers/i2c/busses/i2c-bcm-iproc.c |  4 ++--
 drivers/i2c/busses/i2c-rcar.c      |  1 +
 drivers/i2c/i2c-core-acpi.c        | 10 ----------
 drivers/i2c/i2c-core-base.c        |  2 +-
 drivers/i2c/i2c-core.h             |  9 ---------
 5 files changed, 4 insertions(+), 22 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 29, 2020, 8:17 p.m. UTC | #1
The pull request you sent on Sat, 29 Aug 2020 17:53:07 +0200:

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

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

Thank you!