mbox series

[PULL,REQUEST] i2c-for-6.1-rc4

Message ID Y2WO1gSIY9CjCIU0@shikoro
State Accepted
Headers show
Series [PULL,REQUEST] i2c-for-6.1-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc4

Message

Wolfram Sang Nov. 4, 2022, 10:14 p.m. UTC
The following changes since commit 30a0b95b1335e12efef89dd78518ed3e4a71a763:

  Linux 6.1-rc3 (2022-10-30 15:19:28 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc4

for you to fetch changes up to 8e987f1f4da92d9f1dd020418bfab9fe04b1c54c:

  Documentation: devres: add missing I2C helper (2022-11-02 21:16:38 +0100)

----------------------------------------------------------------
A documentation fix and driver fixes for piix4, tegra, and i801

----------------------------------------------------------------
Chen Zhongjin (1):
      i2c: piix4: Fix adapter not be removed in piix4_remove()

Nam Cao (1):
      i2c: i801: add lis3lv02d's I2C address for Vostro 5568

Thierry Reding (1):
      i2c: tegra: Allocate DMA memory for DMA engine

Yang Yingliang (1):
      Documentation: devres: add missing I2C helper


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) Documentation: devres: add missing I2C helper

Jean Delvare (2):
      (Rev.) i2c: i801: add lis3lv02d's I2C address for Vostro 5568
      (Rev.) i2c: piix4: Fix adapter not be removed in piix4_remove()

Pali Rohár (1):
      (Rev.) i2c: i801: add lis3lv02d's I2C address for Vostro 5568

 Documentation/driver-api/driver-model/devres.rst |  1 +
 drivers/i2c/busses/i2c-i801.c                    |  1 +
 drivers/i2c/busses/i2c-piix4.c                   |  1 +
 drivers/i2c/busses/i2c-tegra.c                   | 16 ++++++++++------
 4 files changed, 13 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 5, 2022, 2:54 a.m. UTC | #1
The pull request you sent on Fri, 4 Nov 2022 23:14:46 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc4

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

Thank you!