mbox series

[0/3] i2c: stm32f7: several fixes in error cases

Message ID 1625062303-15327-1-git-send-email-alain.volmat@foss.st.com
Headers show
Series i2c: stm32f7: several fixes in error cases | expand

Message

Alain Volmat June 30, 2021, 2:11 p.m. UTC
This serie provides several fixes needed for cases when communication
when a device is not behaving properly.

Alain Volmat (3):
  i2c: stm32f7: recover the bus on access timeout
  i2c: stm32f7: flush TX FIFO upon transfer errors
  i2c: stm32f7: prevent calling slave handling if no slave running

 drivers/i2c/busses/i2c-stm32f7.c | 31 +++++++++++++++++++++++++++----
 1 file changed, 27 insertions(+), 4 deletions(-)

Comments

Alain Volmat July 1, 2021, 8:51 a.m. UTC | #1
Hi,

please put this on hold for the moment as I might have found an issue
with one patch.
Sorry for the noise.

Regards,
Alain

On Wed, Jun 30, 2021 at 04:11:40PM +0200, Alain Volmat wrote:
> This serie provides several fixes needed for cases when communication
> when a device is not behaving properly.
> 
> Alain Volmat (3):
>   i2c: stm32f7: recover the bus on access timeout
>   i2c: stm32f7: flush TX FIFO upon transfer errors
>   i2c: stm32f7: prevent calling slave handling if no slave running
> 
>  drivers/i2c/busses/i2c-stm32f7.c | 31 +++++++++++++++++++++++++++----
>  1 file changed, 27 insertions(+), 4 deletions(-)
> 
> -- 
> 2.25.1
>