Re: [U-Boot] [PATCH V2 2/4] imx: lpi2c: fix clock issue when NACK detected

2018-07-12 Thread Heiko Schocher
Hello Peng, Am 08.07.2018 um 05:46 schrieb Peng Fan: From: Gao Pan For LPI2C IP, NACK is detected by the rising edge of the ninth clock. In current uboot driver, once NACK is detected, it will reset and then disable LPI2C master. As a result, we can never see the falling edge of the ninth cloc

[U-Boot] [PATCH V2 2/4] imx: lpi2c: fix clock issue when NACK detected

2018-07-07 Thread Peng Fan
From: Gao Pan For LPI2C IP, NACK is detected by the rising edge of the ninth clock. In current uboot driver, once NACK is detected, it will reset and then disable LPI2C master. As a result, we can never see the falling edge of the ninth clock. Signed-off-by: Gao Pan Signed-off-by: Peng Fan Rev