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(-)