mbox series

[v4,0/4] i2c: stm32: cleanup & stop handling fix

Message ID 20220912084201.1826979-1-alain.volmat@foss.st.com
Headers show
Series i2c: stm32: cleanup & stop handling fix | expand

Message

Alain Volmat Sept. 12, 2022, 8:41 a.m. UTC
This series corrects the handling of the stop condition and
cleanup few bits in the driver stm32f7_i2c.c

v4: additional patch to fix rise/fall timing settings
v3: fix stop handling in patch 3/3
v2: update commit message in patch 3/3

Alain Volmat (3):
  i2c: stm32: fix comment and remove unused AUTOEND bit
  i2c: stm32: remove unused stop parameter in start & reload handling
  i2c: stm32: do not set the STOP condition on error

Jorge Ramirez-Ortiz (1):
  i2c: stm32: fix usage of rise/fall device tree properties

 drivers/i2c/stm32f7_i2c.c | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)