Re: [U-Boot] [PATCH v2 06/34] i2c: designware: Add error checking on init

2019-02-16 Thread Heiko Schocher
Hello Simon, Am 17.02.2019 um 04:24 schrieb Simon Glass: At present this driver does not check whether it is able to actually communicate with the I2C controller. It prints a timeout message but still considers the probe to be successful. To fix this, add some checking that the init succeeds.

[U-Boot] [PATCH v2 06/34] i2c: designware: Add error checking on init

2019-02-16 Thread Simon Glass
At present this driver does not check whether it is able to actually communicate with the I2C controller. It prints a timeout message but still considers the probe to be successful. To fix this, add some checking that the init succeeds. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Chan