[PATCH v2] Add i2c recovery handling for bcm-iproc based devices.

2019-03-25 Thread Richard Laing
allow the clock line to be controlled directly by the i2c_generic_recovery() in i2c-core.c. Access routines are provided to get and set the clock line state and on completion the device is returned to normal operations and initialized. Signed-off-by: Richard Laing --- changes in v2: - fix typos

[PATCH] Add i2c recovery handling for bcm-iproc based devices.

2019-03-21 Thread Richard Laing
the clock line to be controlled directly by the i2c_generic_recovery() in i2c-core.c. Access routines are provided to get and set the clock line state and on completion the device is returned to normal operations and initialised. Signed-off-by: Richard Laing --- drivers/i2c/busses/i2c-bcm-iproc.c

[PATCH] Add I2C recovery handling for bcm-iproc based devices.

2019-03-21 Thread Richard Laing
. Richard Laing (1): Add i2c recovery handling for bcm-iproc based devices. drivers/i2c/busses/i2c-bcm-iproc.c | 120 + 1 file changed, 120 insertions(+) -- 2.1.4