mbox series

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

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

Pull-request

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

Message

Wolfram Sang Sept. 24, 2022, 8:45 p.m. UTC
The following changes since commit 80e78fcce86de0288793a0ef0f6acf37656ee4cf:

  Linux 6.0-rc5 (2022-09-11 16:22:01 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b7af938f4379a884f15713319648a7653497a907:

  i2c: mux: harden i2c_mux_alloc() against integer overflows (2022-09-21 22:12:06 +0200)

----------------------------------------------------------------
I2C driver bugfixes for mlxbf and imx, a few documentation fixes after
the rework this cycle, and one hardening for the i2c-mux core

----------------------------------------------------------------
Asmaa Mnebhi (3):
      i2c: mlxbf: incorrect base address passed during io write
      i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
      i2c: mlxbf: Fix frequency calculation

Dan Carpenter (1):
      i2c: mux: harden i2c_mux_alloc() against integer overflows

Uwe Kleine-König (1):
      i2c: imx: If pm_runtime_get_sync() returned 1 device access is possible

Wolfram Sang (2):
      MAINTAINERS: remove Nehal Shah from AMD MP2 I2C DRIVER
      Documentation: i2c: fix references to other documents


with much appreciated quality assurance from
----------------------------------------------------------------
Gustavo A. R. Silva (1):
      (Rev.) i2c: mux: harden i2c_mux_alloc() against integer overflows

Khalil Blaiech (3):
      (Rev.) i2c: mlxbf: Fix frequency calculation
      (Rev.) i2c: mlxbf: prevent stack overflow in mlxbf_i2c_smbus_start_transaction()
      (Rev.) i2c: mlxbf: incorrect base address passed during io write

Luca Ceresoli (2):
      (Rev.) Documentation: i2c: fix references to other documents
      (Test) Documentation: i2c: fix references to other documents

 Documentation/i2c/dev-interface.rst   |  2 +-
 Documentation/i2c/slave-interface.rst |  6 ++--
 Documentation/i2c/writing-clients.rst |  4 +--
 MAINTAINERS                           |  1 -
 drivers/i2c/busses/i2c-imx.c          |  2 +-
 drivers/i2c/busses/i2c-mlxbf.c        | 68 ++++++++++++++---------------------
 drivers/i2c/i2c-mux.c                 |  5 +--
 7 files changed, 37 insertions(+), 51 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 25, 2022, 4:08 p.m. UTC | #1
The pull request you sent on Sat, 24 Sep 2022 22:45:35 +0200:

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

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

Thank you!