Re: [RFC PATCH 0/4] i2c: core: add generic GPIO bus recovery

2020-07-05 Thread Wolfram Sang
On Fri, Jun 19, 2020 at 05:19:00PM +0300, Codrin Ciubotariu wrote: > GPIO recovery has been added already for some I2C bus drivers, such as > imx, pxa and at91. These drivers use similar bindings and have more or > less the same code for recovery. For this reason, we aim to move the > GPIO bus

[RFC PATCH 0/4] i2c: core: add generic GPIO bus recovery

2020-06-19 Thread Codrin Ciubotariu
GPIO recovery has been added already for some I2C bus drivers, such as imx, pxa and at91. These drivers use similar bindings and have more or less the same code for recovery. For this reason, we aim to move the GPIO bus recovery implementation to the I2C core so that other drivers can benefit from