mbox series

[PULL,REQUEST] i2c-for-6.6-rc2

Message ID ZQV6s4ScLByb/gkD@shikoro
State Accepted
Headers show
Series [PULL,REQUEST] i2c-for-6.6-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.6-rc2

Message

Wolfram Sang Sept. 16, 2023, 9:51 a.m. UTC
The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.6-rc2

for you to fetch changes up to 637f33a4fe864ac8636e22766d67210e801fcd0d:

  i2c: cadence: Fix the kernel-doc warnings (2023-09-13 11:10:49 +0200)

----------------------------------------------------------------
Main thing is the removal of 'probe_new' because all i2c client drivers
are converted now. Thanks Uwe, this marks the end of a long conversion
process. Other than that, we have a few Kconfig updates and driver
bugfixes.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      i2c: Make I2C_ATR invisible
      i2c: I2C_MLXCPLD on ARM64 should depend on ACPI

Shubhrajyoti Datta (1):
      i2c: cadence: Fix the kernel-doc warnings

Tommy Huang (1):
      i2c: aspeed: Reset the i2c controller when timeout occurs

Uwe Kleine-König (2):
      w1: ds2482: Switch back to use struct i2c_driver's .probe()
      i2c: Drop legacy callback .probe_new()


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (2):
      (Rev.) i2c: cadence: Fix the kernel-doc warnings
      (Rev.) i2c: aspeed: Reset the i2c controller when timeout occurs

Javier Martinez Canillas (1):
      (Rev.) i2c: Drop legacy callback .probe_new()

Jean Delvare (1):
      (Rev.) i2c: Drop legacy callback .probe_new()

Krzysztof Kozlowski (1):
      (Rev.) w1: ds2482: Switch back to use struct i2c_driver's .probe()

Luca Ceresoli (1):
      (Rev.) i2c: Make I2C_ATR invisible

Tomi Valkeinen (1):
      (Rev.) i2c: Make I2C_ATR invisible

 drivers/i2c/Kconfig              |  2 +-
 drivers/i2c/busses/Kconfig       |  4 ++--
 drivers/i2c/busses/i2c-aspeed.c  |  7 +++++--
 drivers/i2c/busses/i2c-cadence.c |  1 +
 drivers/w1/masters/ds2482.c      |  2 +-
 include/linux/i2c.h              | 11 +----------
 6 files changed, 11 insertions(+), 16 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 16, 2023, 7 p.m. UTC | #1
The pull request you sent on Sat, 16 Sep 2023 11:51:47 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.6-rc2

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

Thank you!