[PATCH v2 06/12] regulator: add driver for tps6524x regulator

2010-10-18 Thread Cyril Chemparathy
TPS6524X provides three step-down converters and two general-purpose LDO voltage regulators. This device is interfaced using SPI. Signed-off-by: Cyril Chemparathy cy...@ti.com --- drivers/regulator/Kconfig | 10 + drivers/regulator/Makefile |1 +

Re: [PATCH v2 06/12] regulator: add driver for tps6524x regulator

2010-10-18 Thread Mark Brown
On Mon, Oct 18, 2010 at 03:25:16PM -0400, Cyril Chemparathy wrote: TPS6524X provides three step-down converters and two general-purpose LDO voltage regulators. This device is interfaced using SPI. Signed-off-by: Cyril Chemparathy cy...@ti.com Acked-by: Mark Brown