mbox series

[PULL,REQUEST] i2c for v5.18

Message ID YluC7rAj5syHOYWi@shikoro
State New
Headers show
Series [PULL,REQUEST] i2c for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

Message

Wolfram Sang April 17, 2022, 3:01 a.m. UTC
Linus,

I2C has a quite regular set of fixes for drivers and the dev-interface.

Please pull.

Thanks,

   Wolfram


The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

  Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

for you to fetch changes up to e35c93695c742b88f5fe32063674551440c63d08:

  i2c: ismt: Fix undefined behavior due to shift overflowing the constant (2022-04-15 23:49:02 +0200)

----------------------------------------------------------------
Andy Shevchenko (2):
      i2c: dev: check return value when calling dev_set_name()
      i2c: dev: Force case user pointers in compat_i2cdev_ioctl()

Bjorn Andersson (1):
      i2c: qcom-geni: Use dev_err_probe() for GPI DMA error

Borislav Petkov (1):
      i2c: ismt: Fix undefined behavior due to shift overflowing the constant

Marek Vasut (1):
      i2c: imx: Implement errata ERR007805 or e7805 bus frequency limit

Martin PoviĊĦer (1):
      i2c: pasemi: Wait for write xfers to finish


with much appreciated quality assurance from
----------------------------------------------------------------
Seth Heasley (1):
      (Rev.) i2c: ismt: Fix undefined behavior due to shift overflowing the constant

Sven Peter (1):
      (Rev.) i2c: pasemi: Wait for write xfers to finish

Vinod Koul (1):
      (Rev.) i2c: qcom-geni: Use dev_err_probe() for GPI DMA error

 drivers/i2c/busses/i2c-imx.c         | 33 +++++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-ismt.c        |  4 ++--
 drivers/i2c/busses/i2c-pasemi-core.c |  6 ++++++
 drivers/i2c/busses/i2c-qcom-geni.c   |  6 ++----
 drivers/i2c/i2c-dev.c                | 17 +++++++++++------
 5 files changed, 54 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org April 17, 2022, 4:58 p.m. UTC | #1
The pull request you sent on Sun, 17 Apr 2022 05:01:02 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-current

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

Thank you!