[U-Boot] [PATCH 0/6] adapt s3c24x0 driver to new i2c framework

Piotr Wilczek p.wilczek at samsung.com
Wed Nov 13 15:31:46 CET 2013


This patch series adapts the s3c24x0 driver to the new i2c framework.
Config file is modified for all the boards that use the driver.
Boards VCMA9, arndale and exynos5250 are compile tested only.
Boards Trats and Trats2 were hardware tested.
All boards compile clean.

Piotr Wilczek (6):
  driver:i2c:s3c24x0: adapt driver to new i2c
  board:arndale: switch to new i2c framework
  board:VCMA9 switch to new i2c framework
  board:smdk5250: switch to new i2c framework
  board:trats: switch to new i2c framework
  board:trats2: switch Trats2 to new i2c framework

 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           |  157 ++++++++++++++++++++++-------------
 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, 174 insertions(+), 122 deletions(-)

-- 
1.7.9.5



More information about the U-Boot mailing list