Re: [U-Boot] [PATCH v2 18/20] tegra: i2c: Add function to find DVC bus

2012-02-05 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: > Hi Heiko, > > On Jan 14, 2012 11:28 PM, "Heiko Schocher" wrote: >> Hello Simon, >> >> Simon Glass wrote: >>> Add tegra_i2c_get_dvc_bus_num() to obtain the I2C bus number of DVC bus. >>> This allows us to talk to the PMU. >>> >>> Signed-off-by: Simon Glass >>> -

Re: [U-Boot] [PATCH v2 18/20] tegra: i2c: Add function to find DVC bus

2012-02-03 Thread Simon Glass
Hi Heiko, On Jan 14, 2012 11:28 PM, "Heiko Schocher" wrote: > > Hello Simon, > > Simon Glass wrote: > > Add tegra_i2c_get_dvc_bus_num() to obtain the I2C bus number of DVC bus. > > This allows us to talk to the PMU. > > > > Signed-off-by: Simon Glass > > --- > > Changes in v2: > > - Add patch to

Re: [U-Boot] [PATCH v2 18/20] tegra: i2c: Add function to find DVC bus

2012-01-14 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: > Add tegra_i2c_get_dvc_bus_num() to obtain the I2C bus number of DVC bus. > This allows us to talk to the PMU. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Add patch to find DVC bus number > > arch/arm/include/asm/arch-tegra2/tegra2_i2c.h |7 ++

[U-Boot] [PATCH v2 18/20] tegra: i2c: Add function to find DVC bus

2012-01-13 Thread Simon Glass
Add tegra_i2c_get_dvc_bus_num() to obtain the I2C bus number of DVC bus. This allows us to talk to the PMU. Signed-off-by: Simon Glass --- Changes in v2: - Add patch to find DVC bus number arch/arm/include/asm/arch-tegra2/tegra2_i2c.h |7 +++ drivers/i2c/tegra2_i2c.c