Re: [U-Boot] [PATCH v3 5/9] tegra: i2c: Add I2C driver

2012-02-09 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: > From: Yen Lin > > Add basic i2c driver for Tegra2 with 8- and 16-bit address support. > The driver requires CONFIG_OF_CONTROL to obtain its configuration > from the device tree. > > (Simon Glass: s...@chromium.org modified for upstream) > > Signed-off-by: Simo

Re: [U-Boot] [PATCH v3 5/9] tegra: i2c: Add I2C driver

2012-02-09 Thread Yen Lin
On Fri, 2012-02-03 at 17:13 -0800, Simon Glass wrote: > From: Yen Lin > > Add basic i2c driver for Tegra2 with 8- and 16-bit address support. > The driver requires CONFIG_OF_CONTROL to obtain its configuration > from the device tree. > > (Simon Glass: s...@chromium.org modified for upstream) >

[U-Boot] [PATCH v3 5/9] tegra: i2c: Add I2C driver

2012-02-03 Thread Simon Glass
From: Yen Lin Add basic i2c driver for Tegra2 with 8- and 16-bit address support. The driver requires CONFIG_OF_CONTROL to obtain its configuration from the device tree. (Simon Glass: s...@chromium.org modified for upstream) Signed-off-by: Simon Glass --- Changes in v2: - Adjust definitions to