mbox series

[PULL,REQUEST] i2c-for-6.5-rc7

Message ID ZODtsyZ2g1EX8C0X@shikoro
State Accepted
Headers show
Series [PULL,REQUEST] i2c-for-6.5-rc7 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.5-rc7

Message

Wolfram Sang Aug. 19, 2023, 4:28 p.m. UTC
The following changes since commit 2ccdd1b13c591d306f0401d98dedc4bdcd02b421:

  Linux 6.5-rc6 (2023-08-13 11:29:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.5-rc7

for you to fetch changes up to 4caf4cb1eaed469742ef719f2cc024b1ec3fa9e6:

  i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue (2023-08-14 18:17:13 +0200)

----------------------------------------------------------------
Usual set of driver fixes. A bit more than usual because I was
unavailable for a while.

----------------------------------------------------------------
Carlos Song (1):
      i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work

Chengfeng Ye (1):
      i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue

Dan Carpenter (1):
      i2c: sun6i-p2wi: Fix an error message in probe()

Parker Newman (1):
      i2c: tegra: Fix i2c-tegra DMA config option processing

Quan Nguyen (1):
      i2c: designware: Correct length byte validation logic

Tam Nguyen (1):
      i2c: designware: Handle invalid SMBus block data response length value

Thierry Reding (1):
      i2c: tegra: Fix failure during probe deferral cleanup

Uwe Kleine-König (1):
      i2c: Update documentation to use .probe() again

Yicong Yang (1):
      i2c: hisi: Only handle the interrupt of the driver's transfer


with much appreciated quality assurance from
----------------------------------------------------------------
Akhil R (1):
      (Test) i2c: tegra: Fix failure during probe deferral cleanup

Andi Shyti (8):
      (Rev.) i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue
      (Rev.) i2c: Update documentation to use .probe() again
      (Rev.) i2c: sun6i-p2wi: Fix an error message in probe()
      (Rev.) i2c: hisi: Only handle the interrupt of the driver's transfer
      (Rev.) i2c: tegra: Fix failure during probe deferral cleanup
      (Rev.) i2c: designware: Handle invalid SMBus block data response length value
      (Rev.) i2c: designware: Correct length byte validation logic
      (Rev.) i2c: imx-lpi2c: return -EINVAL when i2c peripheral clk doesn't work

Javier Martinez Canillas (1):
      (Rev.) i2c: Update documentation to use .probe() again

Jean Delvare (1):
      (Rev.) i2c: Update documentation to use .probe() again

 Documentation/i2c/writing-clients.rst      |  2 +-
 drivers/i2c/busses/i2c-bcm-iproc.c         | 11 +++++++----
 drivers/i2c/busses/i2c-designware-master.c | 16 ++++++++++++++--
 drivers/i2c/busses/i2c-hisi.c              |  8 ++++++++
 drivers/i2c/busses/i2c-imx-lpi2c.c         |  3 +++
 drivers/i2c/busses/i2c-sun6i-p2wi.c        |  3 ++-
 drivers/i2c/busses/i2c-tegra.c             |  3 ++-
 7 files changed, 37 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 19, 2023, 5:30 p.m. UTC | #1
The pull request you sent on Sat, 19 Aug 2023 18:28:35 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.5-rc7

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

Thank you!