mbox series

[0/2] i2c: gpio: fault-injector: add new injector

Message ID 20180604143252.325-1-wsa+renesas@sang-engineering.com
Headers show
Series i2c: gpio: fault-injector: add new injector | expand

Message

Wolfram Sang June 4, 2018, 2:32 p.m. UTC
Hi,

here comes another fault injector which stress tests I2C bus recovery
implementations. The generic_scl algorithm in the I2C core doesn't handle this
yet. I have a prototype for a fix which I want to double check tomorrow. But
first, here is the test environment for it.

Please share your thoughts if you have any.

Thanks,

   Wolfram

Wolfram Sang (2):
  i2c: gpio: fault-injector: refactor incomplete transfer
  i2c: gpio: fault-injector: add incomplete_write_byte

 Documentation/i2c/gpio-fault-injection | 43 +++++++++++++++++++------
 drivers/i2c/busses/i2c-gpio.c          | 57 +++++++++++++++++++++++++---------
 2 files changed, 76 insertions(+), 24 deletions(-)