Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 May 2022 18:04:38 +0000 (08:04 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 22 May 2022 18:04:38 +0000 (08:04 -1000)
commit978df3e158467ae09be635b27e9e1eb990704e0b
tree0c42186660dc0c40544f4f1b66cc207be422e3e5
parenteaea45fc0e7b6ae439526b4a41d91230c8517336
parent03a35bc856ddc09f2cc1f4701adecfbf3b464cb3
Merge branch 'i2c/for-current' of git://git./linux/kernel/git/wsa/linux

Pull i2c fixes from Wolfram Sang:
 "Some I2C driver bugfixes for 5.18. Nothing spectacular but worth
  fixing"

* 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  drivers: i2c: thunderx: Allow driver to work with ACPI defined TWSI controllers
  i2c: ismt: Provide a DMA buffer for Interrupt Cause Logging
  i2c: mt7621: fix missing clk_disable_unprepare() on error in mtk_i2c_probe()