Re: [U-Boot] [PATCH 3/3] WIP: tegra: i2c: Enable new I2C framework

2012-01-17 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: > This is just a rough patch to show how this might be done. > > Not to be applied, please. > > Signed-off-by: Simon Glass > --- > drivers/i2c/tegra2_i2c.c | 53 +++ > include/configs/seaboard.h |2 + > 2 files cha

[U-Boot] [PATCH 3/3] WIP: tegra: i2c: Enable new I2C framework

2012-01-16 Thread Simon Glass
This is just a rough patch to show how this might be done. Not to be applied, please. Signed-off-by: Simon Glass --- drivers/i2c/tegra2_i2c.c | 53 +++ include/configs/seaboard.h |2 + 2 files changed, 25 insertions(+), 30 deletions(-) diff --git