mbox series

[PULL,REQUEST] i2c for v5.16

Message ID YapJpi/BNwQ3VOR/@kunai
State Accepted
Headers show
Series [PULL,REQUEST] i2c for v5.16 | expand

Pull-request

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

Message

Wolfram Sang Dec. 3, 2021, 4:45 p.m. UTC
Linus,

I2C has another set of driver bugfixes, mostly for the stm32f7 driver.

Please pull.

Thanks,

   Wolfram


The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

  Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

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 02fe0fbd8a21e183687925c3a266ae27dda9840f:

  i2c: rk3x: Handle a spurious start completion interrupt flag (2021-11-30 22:38:15 +0100)

----------------------------------------------------------------
Aaro Koskinen (1):
      i2c: cbus-gpio: set atomic transfer callback

Alain Volmat (4):
      i2c: stm32f7: flush TX FIFO upon transfer errors
      i2c: stm32f7: recover the bus on access timeout
      i2c: stm32f7: stop dma transfer in case of NACK
      i2c: stm32f7: use proper DMAENGINE API for termination

Ondrej Jirman (1):
      i2c: rk3x: Handle a spurious start completion interrupt flag


with much appreciated quality assurance from
----------------------------------------------------------------
John Keeping (1):
      (Rev.) i2c: rk3x: Handle a spurious start completion interrupt flag

Pierre-Yves MORDRET (4):
      (Rev.) i2c: stm32f7: use proper DMAENGINE API for termination
      (Rev.) i2c: stm32f7: stop dma transfer in case of NACK
      (Rev.) i2c: stm32f7: recover the bus on access timeout
      (Rev.) i2c: stm32f7: flush TX FIFO upon transfer errors

 drivers/i2c/busses/i2c-cbus-gpio.c |  5 +++--
 drivers/i2c/busses/i2c-rk3x.c      |  4 ++--
 drivers/i2c/busses/i2c-stm32f7.c   | 45 ++++++++++++++++++++++++++++++++------
 3 files changed, 43 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2021, 6:53 p.m. UTC | #1
The pull request you sent on Fri, 3 Dec 2021 17:45:26 +0100:

> 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/f66062c7491b0f861ba1ee9c767c860fd615b2c3

Thank you!