mbox series

[PULL,REQUEST] i2c-for-6.4-rc6

Message ID ZITXbyXsKRMZtIaT@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c-for-6.4-rc6 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.4-rc6

Message

Wolfram Sang June 10, 2023, 8:05 p.m. UTC
The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7:

  Linux 6.4-rc5 (2023-06-04 14:04:27 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.4-rc6

for you to fetch changes up to 33f36147be36c5fa0919d32d20d501ca97981d9a:

  Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current (2023-06-09 17:14:33 +0200)

----------------------------------------------------------------
Biggest news is that Andi Shyti steps in for maintaining the controller
drivers. Thank you very much! Other than that, one new driver maintainer
and the rest is usual driver bugfixes. at24 has a Kconfig dependecy fix.

----------------------------------------------------------------
Andi Shyti (1):
      MAINTAINERS: Add myself as I2C host drivers maintainer

Biju Das (1):
      MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver

Christian Heusel (1):
      i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate"

David Zheng (1):
      i2c: designware: fix idx_write_cnt in read loop

Marek Behún (1):
      i2c: mv64xxx: Fix reading invalid status value in atomic mode

Randy Dunlap (1):
      eeprom: at24: also select REGMAP

Simon Horman (1):
      i2c: mchp-pci1xxxx: Avoid cast to incompatible function type

Uwe Kleine-König (1):
      i2c: sprd: Delete i2c adapter in .remove's error path

Wolfram Sang (1):
      Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current


with much appreciated quality assurance from
----------------------------------------------------------------
Andi Shyti (2):
      (Rev.) i2c: sprd: Delete i2c adapter in .remove's error path
      (Rev.) i2c: mchp-pci1xxxx: Avoid cast to incompatible function type

Horatiu Vultur (1):
      (Rev.) i2c: mchp-pci1xxxx: Avoid cast to incompatible function type

Tharun Kumar P (1):
      (Rev.) i2c: mchp-pci1xxxx: Avoid cast to incompatible function type

 MAINTAINERS                               | 11 ++++++++++-
 drivers/i2c/busses/i2c-designware-core.h  |  1 +
 drivers/i2c/busses/i2c-designware-slave.c |  4 ++++
 drivers/i2c/busses/i2c-img-scb.c          |  2 +-
 drivers/i2c/busses/i2c-mchp-pci1xxxx.c    |  6 ++++--
 drivers/i2c/busses/i2c-mv64xxx.c          | 11 +++++++++++
 drivers/i2c/busses/i2c-sprd.c             |  8 +++++---
 drivers/misc/eeprom/Kconfig               |  1 +
 8 files changed, 37 insertions(+), 7 deletions(-)

Comments

pr-tracker-bot@kernel.org June 10, 2023, 8:54 p.m. UTC | #1
The pull request you sent on Sat, 10 Jun 2023 22:05:03 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.4-rc6

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

Thank you!