mbox series

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

Message ID Y4treE3qPigo618I@ninjato
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.1-rc8 | expand

Pull-request

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

Message

Wolfram Sang Dec. 3, 2022, 3:30 p.m. UTC
The following changes since commit f0c4d9fc9cc9462659728d168387191387e903cc:

  Linux 6.1-rc4 (2022-11-06 15:07:11 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d36678f7905cbd1dc55a8a96e066dafd749d4600:

  i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set (2022-12-02 00:12:25 +0100)

----------------------------------------------------------------
I2C has this time a power state fix in the core for ACPI devices, a
regression fix regarding bus recovery for the cadence driver, a DMA
handling fix for the imx driver, and two error path fixes (npcm7xx and
qcom-geni).

----------------------------------------------------------------
Andrew Lunn (1):
      i2c: imx: Only DMA messages with I2C_M_DMA_SAFE flag set

Carsten Haitzler (1):
      i2c: cadence: Fix regression with bus recovery

Ricardo Ribalda (1):
      i2c: Restore initial power state if probe fails

Wang Yufen (1):
      i2c: qcom-geni: fix error return code in geni_i2c_gpi_xfer

Yuan Can (1):
      i2c: npcm7xx: Fix error handling in npcm_i2c_init()


with much appreciated quality assurance from
----------------------------------------------------------------
Hidenori Kobayashi (1):
      (Rev.) i2c: Restore initial power state if probe fails

Michael Grzeschik (1):
      (Rev.) i2c: cadence: Fix regression with bus recovery

Mika Westerberg (1):
      (Rev.) i2c: Restore initial power state if probe fails

Sakari Ailus (1):
      (Rev.) i2c: Restore initial power state if probe fails

Sergey Senozhatsky (1):
      (Rev.) i2c: Restore initial power state if probe fails

Shubhrajyoti Datta (1):
      (Rev.) i2c: cadence: Fix regression with bus recovery

Tali Perry (1):
      (Rev.) i2c: npcm7xx: Fix error handling in npcm_i2c_init()

Tommaso Merciai (1):
      (Rev.) i2c: qcom-geni: fix error return code in geni_i2c_gpi_xfer

 drivers/i2c/busses/i2c-cadence.c   | 11 ++++++++---
 drivers/i2c/busses/i2c-imx.c       |  6 ++++--
 drivers/i2c/busses/i2c-npcm7xx.c   | 11 ++++++++++-
 drivers/i2c/busses/i2c-qcom-geni.c |  1 -
 drivers/i2c/i2c-core-base.c        |  9 +++++----
 5 files changed, 27 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2022, 10:56 p.m. UTC | #1
The pull request you sent on Sat, 3 Dec 2022 16:30:00 +0100:

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

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

Thank you!