
Hello Dirk,
Am 02.07.2014 09:31, schrieb dirk.eibach@gdsys.cc:
From: Dirk Eibachdirk.eibach@gdsys.cc
IHS I2C master support was merely a hack in the osd driver. Now it is a proper u-boot I2C framework driver, supporting the v2.00 master features.
Signed-off-by: Dirk Eibachdirk.eibach@gdsys.cc
Changes in v2:
move ihs_i2c to drivers/i2c
split unrelated changes
drivers/i2c/Makefile | 1 + drivers/i2c/ihs_i2c.c | 204 +++++++++++++++++++++++++++++++++++++++++ include/configs/dlvision-10g.h | 11 +++ include/configs/iocon.h | 23 ++++- include/gdsys_fpga.h | 25 +++-- 5 files changed, 246 insertions(+), 18 deletions(-) create mode 100644 drivers/i2c/ihs_i2c.c
Please add a small entry in README, which describes your new config defines, thanks!
Beside of this, your driver looks Ok to me, thanks!
bye, Heiko