Re: [U-Boot] [PATCH 1/4] exynos: i2c: Fix i2c driver to handle NACKs properly

2013-10-02 Thread Heiko Schocher
Hello Naveen, Am 30.09.2013 08:58, schrieb Naveen Krishna Chatradhi: The Exynos5 i2c driver does not handle NACKs properly. This change: - fixes the NACK processing problem (do not continue transaction if address cycle was NACKed) - eliminates a fair amount of duplicate code Signed-off-by:

[U-Boot] [PATCH 1/4] exynos: i2c: Fix i2c driver to handle NACKs properly

2013-09-30 Thread Naveen Krishna Chatradhi
The Exynos5 i2c driver does not handle NACKs properly. This change: - fixes the NACK processing problem (do not continue transaction if address cycle was NACKed) - eliminates a fair amount of duplicate code Signed-off-by: Vadim Bendebury Reviewed-by: Simon Glass Signed-off-by: Naveen Krishna