Re: [PATCH v3] i2c: mv64xxx: Add bus error recovery

2020-12-02 Thread Wolfram Sang
> So, applied to for-next, thanks! I am very sorry. Due to my mistake, this patch got lost. I reapplied it now. Sorry again! signature.asc Description: PGP signature

Re: [PATCH v3] i2c: mv64xxx: Add bus error recovery

2020-10-08 Thread Wolfram Sang
oN tHU, aug 27, 2020 at 10:35:16AM +1200, Mark Tomlinson wrote: > This adds i2c bus recovery to the mv64xxx driver. > > Implement bus recovery to recover from SCL/SDA stuck low. > > This uses the generic recovery function, setting the clock/data lines as > GPIO pins, and sending 9 clocks to try a

[PATCH v3] i2c: mv64xxx: Add bus error recovery

2020-08-26 Thread Mark Tomlinson
This adds i2c bus recovery to the mv64xxx driver. Implement bus recovery to recover from SCL/SDA stuck low. This uses the generic recovery function, setting the clock/data lines as GPIO pins, and sending 9 clocks to try and recover the bus. Signed-off-by: Mark Tomlinson --- Changes in v2: - us