Re: [PATCH 1/3] i2c: owl: Clear NACK and BUS error bits
From: Wolfram Sang <wsa@kernel.org>
Date: 2020-10-10 23:03:16
Also in:
linux-i2c, lkml
From: Wolfram Sang <wsa@kernel.org>
Date: 2020-10-10 23:03:16
Also in:
linux-i2c, lkml
On Fri, Oct 09, 2020 at 12:44:39AM +0300, Cristian Ciocaltea wrote:
When the NACK and BUS error bits are set by the hardware, the driver is
responsible for clearing them by writing "1" into the corresponding
status registers.
Hence perform the necessary operations in owl_i2c_interrupt().
Fixes: d211e62af466 ("i2c: Add Actions Semiconductor Owl family S900 I2C driver")
Reported-by: Manivannan Sadhasivam <redacted>
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com>Applied to for-current, thanks!