Re: [U-Boot] [PATCH 2/2] i2c: mxc_i2c: Remove i2c_idle_bus from probe

2019-08-27 Thread Heiko Schocher
Hello Ye Li, Am 10.07.2019 um 12:24 schrieb Ye Li: i2c_idle_bus is already used in i2c_init_transfer. So before each tranfer if the bus is not ready, the i2c_idle_bus will be used to force idle. It is unnecessary to call it again in probe. We found a issue when enabling i2c mux with the mxc_i2c

[U-Boot] [PATCH 2/2] i2c: mxc_i2c: Remove i2c_idle_bus from probe

2019-07-10 Thread Ye Li
i2c_idle_bus is already used in i2c_init_transfer. So before each tranfer if the bus is not ready, the i2c_idle_bus will be used to force idle. It is unnecessary to call it again in probe. We found a issue when enabling i2c mux with the mxc_i2c. The mxc_i2c is probed after mux probing. However, at