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

2010-12-07 Thread Cyril Chemparathy
TPS6524X provides three step-down converters and two general-purpose LDO voltage regulators. This device is interfaced using SPI. Acked-by: Mark Brown broo...@opensource.wolfsonmicro.com Signed-off-by: Cyril Chemparathy cy...@ti.com --- drivers/regulator/Kconfig | 10 +

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

2010-12-07 Thread Mark Brown
On Tue, Dec 07, 2010 at 09:51:56AM -0500, Cyril Chemparathy wrote: +static int set_voltage(struct regulator_dev *rdev, int min_uV, int max_uV) +{ Updates in the regulator tree mean that this will no longer build in -next. Given the difficulty that this series seems to be having perhaps it

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

2010-12-07 Thread Cyril Chemparathy
On 12/07/2010 10:22 AM, Mark Brown wrote: On Tue, Dec 07, 2010 at 09:51:56AM -0500, Cyril Chemparathy wrote: +static int set_voltage(struct regulator_dev *rdev, int min_uV, int max_uV) +{ Updates in the regulator tree mean that this will no longer build in -next. Given the difficulty