Re: [PATCH] i2c: at91: fix TXRDY interrupt spam

2019-04-19 Thread Wolfram Sang
> * > eInfochips Business Disclaimer: This e-mail message and all > attachments transmitted with it are intended solely for the use of the > a

[PATCH] i2c: at91: fix TXRDY interrupt spam

2019-04-19 Thread Raag Jadav
Performing i2c write operation while SDA or SCL line is grounded, TXRDY interrupt spam hangs the processor, not allowing to boot. Signed-off-by: raag --- drivers/i2c/busses/i2c-at91.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i