Re: [U-Boot] [PATCH 09/55] exynos: i2c: Fix code style with ReadWriteByte()

2015-07-27 Thread Simon Glass
On 5 July 2015 at 00:45, Heiko Schocher h...@denx.de wrote: Hello Simon, Am 03.07.2015 um 02:15 schrieb Simon Glass: This function should not use mixed case, and it is simpler to use clrbits_le32() when clearing bits. Fix it. Signed-off-by: Simon Glass s...@chromium.org ---

Re: [U-Boot] [PATCH 09/55] exynos: i2c: Fix code style with ReadWriteByte()

2015-07-05 Thread Heiko Schocher
Hello Simon, Am 03.07.2015 um 02:15 schrieb Simon Glass: This function should not use mixed case, and it is simpler to use clrbits_le32() when clearing bits. Fix it. Signed-off-by: Simon Glass s...@chromium.org --- drivers/i2c/s3c24x0_i2c.c | 14 +++--- 1 file changed, 7

[U-Boot] [PATCH 09/55] exynos: i2c: Fix code style with ReadWriteByte()

2015-07-02 Thread Simon Glass
This function should not use mixed case, and it is simpler to use clrbits_le32() when clearing bits. Fix it. Signed-off-by: Simon Glass s...@chromium.org --- drivers/i2c/s3c24x0_i2c.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/i2c/s3c24x0_i2c.c