mbox series

[v2,0/3] i2c: stm32: cleanup & stop handling fix

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

Message

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

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: only send a STOP upon transfer completion

 drivers/i2c/stm32f7_i2c.c | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)