Re: [U-Boot] [PATCH 3/7] tegra: Add I2C support to funcmux

2012-01-09 Thread Simon Glass
Hi Stephe, On Mon, Jan 9, 2012 at 1:40 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Jan 9, 2012 at 1:36 PM, Stephen Warren wrote: >> On 12/26/2011 11:11 AM, Simon Glass wrote: >>> Add support to funcmux for selecting I2C functions and programming >>> the pinmux appropriately. >>> >>> Signed-

Re: [U-Boot] [PATCH 3/7] tegra: Add I2C support to funcmux

2012-01-09 Thread Simon Glass
Hi Stephen, On Mon, Jan 9, 2012 at 1:36 PM, Stephen Warren wrote: > On 12/26/2011 11:11 AM, Simon Glass wrote: >> Add support to funcmux for selecting I2C functions and programming >> the pinmux appropriately. >> >> Signed-off-by: Simon Glass > > Conceptually the changes here look fine. I think

Re: [U-Boot] [PATCH 3/7] tegra: Add I2C support to funcmux

2012-01-09 Thread Stephen Warren
On 12/26/2011 11:11 AM, Simon Glass wrote: > Add support to funcmux for selecting I2C functions and programming > the pinmux appropriately. > > Signed-off-by: Simon Glass Conceptually the changes here look fine. I think that adding the new I2C cases and the tests for valid config values to the e

[U-Boot] [PATCH 3/7] tegra: Add I2C support to funcmux

2011-12-26 Thread Simon Glass
Add support to funcmux for selecting I2C functions and programming the pinmux appropriately. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/tegra2/funcmux.c| 75 +++- arch/arm/include/asm/arch-tegra2/funcmux.h |3 + 2 files changed, 65 insertions(+), 13 d