• Jean Delvare's avatar
    i2c-algo-bit: Let user test buses without failing · 1bddab7f
    Jean Delvare authored
    Always failing to register I2C buses when the line testing fails is a
    little harsh. While such a failure is definitely a bug in the driver
    that exposes the affected I2C bus, things may still work fine if the
    missing initialization steps are done later, before the I2C bus is
    used. So it seems a better debugging tool to just report the test
    failure by default. I introduce bit_test=2 if anyone really misses the
    original behavior of bit_test=1.
    Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
    Reviewed-by: default avatarAlex Deucher <alexdeucher@gmail.com>
    1bddab7f
i2c-algo-bit.c 16.4 KB