
Hello Piotr,
Am 20.11.2013 10:43, schrieb Piotr Wilczek:
This patch adapts the s3c24x0 driver to the new i2c framework. Config file is modified for all the boards that use the driver.
Signed-off-by: Piotr Wilczekp.wilczek@samsung.com Signed-off-by: Kyungmin Parkkyungmin.park@samsung.com CC: Minkyu Kangmk7.kang@samsung.com CC: Heiko Schocherhs@denx.de CC: Inderpal Singhinderpal.singh@linaro.org CC: David Müllerd.mueller@elsoft.ch CC: Chander Kashyapk.chander@samsung.com CC: Lukasz Majewskil.majewski@samsung.com Tested-by: Naveen Krishna Chatradhich.naveen@samsung.com Reviewed-by: Naveen Krishna Chatradhich.naveen@samsung.com
Boards VCMA9, Arndale and Exynos5250 are compile tested only. Boards Trats and Trats2 were hardware tested. All boards compile clean.
Changes for V2:
- patch series squashed to one patch
- removed unnecessary blank line
- change related to hsi2c moved to saparate patch
board/samsung/smdk5250/exynos5-dt.c | 2 - board/samsung/trats/trats.c | 21 ++--- board/samsung/trats2/trats2.c | 35 ++++++-- drivers/i2c/Makefile | 2 +- drivers/i2c/s3c24x0_i2c.c | 152 ++++++++++++++++++++++------------- include/configs/VCMA9.h | 8 +- include/configs/arndale.h | 9 +-- include/configs/exynos5250-dt.h | 8 +- include/configs/trats.h | 25 ++---- include/configs/trats2.h | 29 +++---- 10 files changed, 170 insertions(+), 121 deletions(-)
Thanks! Applied to u-boot-i2c.git
bye, Heiko