Re: [U-Boot] [PATCH v2 14/40] i2c: tegra: Implement i2c_get_bus_num_fdt()

2014-09-02 Thread Simon Glass
On 26 August 2014 09:34, Thierry Reding thierry.red...@gmail.com wrote: From: Thierry Reding tred...@nvidia.com This is useful to retrieve the U-Boot bus number of an I2C controller given a device tree node. Signed-off-by: Thierry Reding tred...@nvidia.com Acked-by: Simon Glass

[U-Boot] [PATCH v2 14/40] i2c: tegra: Implement i2c_get_bus_num_fdt()

2014-08-26 Thread Thierry Reding
From: Thierry Reding tred...@nvidia.com This is useful to retrieve the U-Boot bus number of an I2C controller given a device tree node. Signed-off-by: Thierry Reding tred...@nvidia.com --- drivers/i2c/tegra_i2c.c | 13 + 1 file changed, 13 insertions(+) diff --git