Re: [U-Boot] [PATCH v3 04/23] i2c: Add TPS6586X driver

2012-04-09 Thread Simon Glass
+Jimmy, who wrote the original pmu code Hi Stephen, On Mon, Apr 9, 2012 at 2:57 PM, Stephen Warren wrote: > On 04/09/2012 03:25 PM, Simon Glass wrote: >> Hi Stephen, >> >> On Mon, Apr 9, 2012 at 2:01 PM, Stephen Warren wrote: >>> On 04/02/2012 05:18 PM, Simon Glass wrote: This power manage

Re: [U-Boot] [PATCH v3 04/23] i2c: Add TPS6586X driver

2012-04-09 Thread Stephen Warren
On 04/09/2012 03:25 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Apr 9, 2012 at 2:01 PM, Stephen Warren wrote: >> On 04/02/2012 05:18 PM, Simon Glass wrote: >>> This power management chip supports battery charging and a large number >>> of power supplies. This initial driver only provides the

Re: [U-Boot] [PATCH v3 04/23] i2c: Add TPS6586X driver

2012-04-09 Thread Simon Glass
Hi Stephen, On Mon, Apr 9, 2012 at 2:01 PM, Stephen Warren wrote: > On 04/02/2012 05:18 PM, Simon Glass wrote: >> This power management chip supports battery charging and a large number >> of power supplies. This initial driver only provides the ability to adjust >> the two synchronous buck conve

Re: [U-Boot] [PATCH v3 04/23] i2c: Add TPS6586X driver

2012-04-09 Thread Stephen Warren
On 04/02/2012 05:18 PM, Simon Glass wrote: > This power management chip supports battery charging and a large number > of power supplies. This initial driver only provides the ability to adjust > the two synchronous buck converters SM0 and SM1 in a stepwise manner. > > Signed-off-by: Simon Glass

[U-Boot] [PATCH v3 04/23] i2c: Add TPS6586X driver

2012-04-02 Thread Simon Glass
This power management chip supports battery charging and a large number of power supplies. This initial driver only provides the ability to adjust the two synchronous buck converters SM0 and SM1 in a stepwise manner. Signed-off-by: Simon Glass --- Changes in v2: - Split PMU code into separate TPS