Re: [U-Boot] [PATCH v2 0/7] tegra: Add I2C driver and associated parts

2012-01-13 Thread Simon Glass
Hi Heiko, On Thu, Jan 12, 2012 at 10:28 PM, Heiko Schocher wrote: > Hello Simon, > > Simon Glass wrote: >> This series brings in an I2C driver for Tegra which can be >> configured by a flat device tree. >> >> It supports 8- and 16-bit addresses and both the normal I2C ports and >> the DVC port (f

Re: [U-Boot] [PATCH v2 0/7] tegra: Add I2C driver and associated parts

2012-01-12 Thread Heiko Schocher
Hello Simon, Simon Glass wrote: > This series brings in an I2C driver for Tegra which can be > configured by a flat device tree. > > It supports 8- and 16-bit addresses and both the normal I2C ports and > the DVC port (for controlling the power management unit (PMU)). > > Recent Linux bindings a

[U-Boot] [PATCH v2 0/7] tegra: Add I2C driver and associated parts

2012-01-12 Thread Simon Glass
This series brings in an I2C driver for Tegra which can be configured by a flat device tree. It supports 8- and 16-bit addresses and both the normal I2C ports and the DVC port (for controlling the power management unit (PMU)). Recent Linux bindings are used, based on example .dts files found in b