Re: [PATCH v3] i2c: pxa: move to generic GPIO recovery

2020-12-10 Thread Codrin.Ciubotariu
>> patch not tested. > > LGTM. In case we missed a glitch, we can still revert the patch later. > Sure, just CC me if anything goes wrong.

Re: [PATCH v3] i2c: pxa: move to generic GPIO recovery

2020-12-09 Thread Wolfram Sang
On Sun, Oct 04, 2020 at 01:07:11PM +0300, Codrin Ciubotariu wrote: > Starting with > commit 75820314de26 ("i2c: core: add generic I2C GPIO recovery") > GPIO bus recovery is supported by the I2C core, so we can remove the > driver implementation and use that one instead. > > Signed-off-by: Codrin

[PATCH v3] i2c: pxa: move to generic GPIO recovery

2020-10-04 Thread Codrin Ciubotariu
Starting with commit 75820314de26 ("i2c: core: add generic I2C GPIO recovery") GPIO bus recovery is supported by the I2C core, so we can remove the driver implementation and use that one instead. Signed-off-by: Codrin Ciubotariu --- patch not tested. Changes in v3: - fix compile errors from