Re: [U-Boot] [PATCH 7/7] tegra: Enable I2C on Seaboard

2012-01-12 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: > +U-Boot, which I seemed to have dropped by mistake > > Hi Stephen, > > On Thu, Jan 12, 2012 at 10:59 AM, Stephen Warren wrote: >> Simon Glass wrote at Wednesday, January 11, 2012 8:00 PM: >>> On Mon, Jan 9, 2012 at 1:45 PM, Stephen Warren wrote: On 12/26/

Re: [U-Boot] [PATCH 7/7] tegra: Enable I2C on Seaboard

2012-01-12 Thread Simon Glass
Hi Stephen, On Thu, Jan 12, 2012 at 11:21 AM, Stephen Warren wrote: > Simon Glass wrote at Thursday, January 12, 2012 12:10 PM: >> On Thu, Jan 12, 2012 at 10:59 AM, Stephen Warren wrote: >> > Simon Glass wrote at Wednesday, January 11, 2012 8:00 PM: > ... >> >> Also U-Boot tends to call i2c_init

Re: [U-Boot] [PATCH 7/7] tegra: Enable I2C on Seaboard

2012-01-12 Thread Stephen Warren
Simon Glass wrote at Thursday, January 12, 2012 12:10 PM: > On Thu, Jan 12, 2012 at 10:59 AM, Stephen Warren wrote: > > Simon Glass wrote at Wednesday, January 11, 2012 8:00 PM: ... > >> Also U-Boot tends to call i2c_init() before every use of i2c, whereas > >> we just want to init once and be don

Re: [U-Boot] [PATCH 7/7] tegra: Enable I2C on Seaboard

2012-01-12 Thread Simon Glass
+U-Boot, which I seemed to have dropped by mistake Hi Stephen, On Thu, Jan 12, 2012 at 10:59 AM, Stephen Warren wrote: > Simon Glass wrote at Wednesday, January 11, 2012 8:00 PM: >> On Mon, Jan 9, 2012 at 1:45 PM, Stephen Warren wrote: >> > On 12/26/2011 11:11 AM, Simon Glass wrote: >> >> This

Re: [U-Boot] [PATCH 7/7] tegra: Enable I2C on Seaboard

2012-01-09 Thread Stephen Warren
On 12/26/2011 11:11 AM, Simon Glass wrote: > This enables I2C on Seaboard. ... > diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h ... > +#define CONFIG_SYS_I2C_INIT_BOARD I don't think that option is correct for Seaboard; the description in the README indicates this causes a fu

[U-Boot] [PATCH 7/7] tegra: Enable I2C on Seaboard

2011-12-26 Thread Simon Glass
This enables I2C on Seaboard. Signed-off-by: Simon Glass --- include/configs/seaboard.h |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/include/configs/seaboard.h b/include/configs/seaboard.h index 1dc775a..6e04278 100644 --- a/include/configs/seaboard.h +++ b/inc