mbox series

[PULL,REQUEST] i2c for v5.18

Message ID YopVgt6ACGuAQfR0@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 May 22, 2022, 3:23 p.m. UTC
Linus,

here are some I2C driver bugfixes for 5.18. Nothing spectacular but
worth fixing.

Next pull request will be sigend, promised!

Thanks,

   Wolfram


The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

  Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

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 03a35bc856ddc09f2cc1f4701adecfbf3b464cb3:

  drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers (2022-05-21 13:41:28 +0200)

----------------------------------------------------------------
Mika Westerberg (1):
      i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging

Piyush Malgujar (1):
      drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers

Yang Yingliang (1):
      i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()


with much appreciated quality assurance from
----------------------------------------------------------------
Andy Shevchenko (1):
      (Rev.) i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging

Stefan Roese (1):
      (Rev.) i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()

 drivers/i2c/busses/i2c-ismt.c            | 14 ++++++++++++++
 drivers/i2c/busses/i2c-mt7621.c          | 10 ++++++++--
 drivers/i2c/busses/i2c-thunderx-pcidrv.c |  1 +
 3 files changed, 23 insertions(+), 2 deletions(-)