Re: [U-Boot] [PATCH 05/33] i2c: designware: Add error checking on init

2019-02-13 Thread Bin Meng
On Tue, Jan 22, 2019 at 9:14 AM Simon Glass wrote: > > 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

Re: [U-Boot] [PATCH 05/33] i2c: designware: Add error checking on init

2019-01-21 Thread Heiko Schocher
Hello Simon, Am 22.01.2019 um 02:12 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 05/33] i2c: designware: Add error checking on init

2019-01-21 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 --- drivers/i2c/designware_i2c