Commits
Simon Glass committed 26ea76850e1
exynos: i2c: Fix code style with ReadWriteByte() 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 <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>