mbox series

[PULL,REQUEST] i2c for v5.16

Message ID YaC5FYorV4yyQnaE@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v5.16 | expand

Pull-request

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

Message

Wolfram Sang Nov. 26, 2021, 10:38 a.m. UTC
Linus,

I2C has an interrupt storm fix for the i801, better timeout handling for
the new virtio driver, and some documentation fixes this time.

Please pull.

Thanks,

   Wolfram


The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

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 bed68f4f4db429a0bf544887e64dc710e5a690ea:

  docs: i2c: smbus-protocol: mention the repeated start condition (2021-11-23 12:59:41 +0100)

----------------------------------------------------------------
Abel Vesa (1):
      dt-bindings: i2c: imx-lpi2c: Fix i.MX 8QM compatible matching

Jarkko Nikula (1):
      i2c: i801: Fix interrupt storm from SMB_ALERT signal

Jean Delvare (1):
      i2c: i801: Restore INTREN on unload

Miquel Raynal (1):
      docs: i2c: smbus-protocol: mention the repeated start condition

Vincent Whitchurch (1):
      i2c: virtio: disable timeout handling


with much appreciated quality assurance from
----------------------------------------------------------------
Jarkko Nikula (1):
      (Test) i2c: i801: Restore INTREN on unload

Jean Delvare (2):
      (Rev.) i2c: i801: Fix interrupt storm from SMB_ALERT signal
      (Test) i2c: i801: Fix interrupt storm from SMB_ALERT signal

Viresh Kumar (1):
      (Rev.) i2c: virtio: disable timeout handling

 .../devicetree/bindings/i2c/i2c-imx-lpi2c.yaml     |  5 ++--
 Documentation/i2c/smbus-protocol.rst               | 14 ++++++----
 drivers/i2c/busses/i2c-i801.c                      | 32 +++++++++++++++++-----
 drivers/i2c/busses/i2c-virtio.c                    | 14 ++++------
 4 files changed, 41 insertions(+), 24 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 26, 2021, 6:35 p.m. UTC | #1
The pull request you sent on Fri, 26 Nov 2021 11:38:13 +0100:

> 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/80d75202f033f51581020a5ac06699d4dff89e73

Thank you!