linux/drivers/regulator
Afzal Mohammed 780dc9ba4e regulator: TPS65910: Fix VDD1/2 voltage selector count
Count of selector voltage is required for regulator_set_voltage
to work via set_voltage_sel. VDD1/2 currently have it as zero,
so regulator_set_voltage won't work for VDD1/2.
Update count (n_voltages) for VDD1/2.

Output Voltage = (step value * 12.5 mV + 562.5 mV) * gain

With above expr, number of voltages that can be selected is
step value count * gain count

constant for gain count will be called VDD1_2_NUM_VOLT_COARSE

existing constant for step value count is VDD1_2_NUM_VOLTS,
use VDD1_2_NUM_VOLT_FINE instead to make clear that step value
is not the only component in deciding selectable voltage count

Signed-off-by: Afzal Mohammed <afzal@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2011-11-23 14:03:52 +00:00
..
88pm8607.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
Kconfig regulator: gpio-regulator add dependency on GENERIC_GPIO 2011-10-12 10:50:40 +01:00
Makefile regulator: Add driver for gpio-controlled regulators 2011-10-09 12:36:21 +01:00
aat2870-regulator.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
ab3100.c
ab8500.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
ad5398.c
bq24022.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
core.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
da903x.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
db8500-prcmu.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
dummy.c regulator: Add export.h for THIS_MODULE to dummy.c 2011-10-31 19:32:15 -04:00
dummy.h
fixed.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
gpio-regulator.c regulator: Add module.h include to gpio-regulator 2011-10-11 13:59:13 +01:00
isl6271a-regulator.c
lp3971.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
lp3972.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
max1586.c
max8649.c regulator: Ensure enough enable time for max8649 2011-08-08 17:15:08 +01:00
max8660.c
max8925-regulator.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
max8952.c regulator: max8952: removed unused mutex. 2011-08-08 17:15:09 +01:00
max8997.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
max8998.c
mc13xxx-regulator-core.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
mc13xxx.h
mc13783-regulator.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
mc13892-regulator.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
pcap-regulator.c
pcf50633-regulator.c
tps6105x-regulator.c
tps6507x-regulator.c regulator: tps6507x: Remove num_voltages array 2011-08-08 17:15:09 +01:00
tps6524x-regulator.c
tps6586x-regulator.c Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux 2011-11-06 19:44:47 -08:00
tps65023-regulator.c regulator: remove duplicate REG_CTRL2 defines in tps65023 2011-10-09 12:05:27 +01:00
tps65910-regulator.c regulator: TPS65910: Fix VDD1/2 voltage selector count 2011-11-23 14:03:52 +00:00
tps65912-regulator.c regulator: tps65912: Remove unused define of TPS65912_MAX_REG_ID 2011-08-08 17:12:51 +01:00
twl-regulator.c
userspace-consumer.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
virtual.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
wm831x-dcdc.c regulator: Improve WM831x DVS VSEL selection algorithm 2011-07-28 10:20:49 +01:00
wm831x-isink.c
wm831x-ldo.c
wm8350-regulator.c
wm8400-regulator.c regulator: Add module.h to drivers/regulator users as required 2011-10-31 19:32:15 -04:00
wm8994-regulator.c regulator: Add WM1811 support 2011-10-07 12:49:18 +01:00