mbox series

[0/4] i2c: stm32: various fixes & dmaengine updates

Message ID 1632151292-18503-1-git-send-email-alain.volmat@foss.st.com
Headers show
Series i2c: stm32: various fixes & dmaengine updates | expand

Message

Alain Volmat Sept. 20, 2021, 3:21 p.m. UTC
This serie contains 3 fixes for I²C error handling cases.
It also includes a patch to get rid of the deprecated
dmaengine_terminate_all calls.

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

 drivers/i2c/busses/i2c-stm32f7.c | 45 +++++++++++++++++++++++++++-----
 1 file changed, 38 insertions(+), 7 deletions(-)