OSDN Git Service

regulator: ab8500: Fix list_voltage for fixed voltage regulators
authorAxel Lin <axel.lin@ingics.com>
Tue, 2 Apr 2013 12:24:22 +0000 (13:24 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 3 Apr 2013 17:40:28 +0000 (18:40 +0100)
commitd7816ab09b4e8c6cbae1ec006558ca7f8c21f4e1
tree0565a85e5d767fc2cee70f6ff384c12a92aaf09e
parenta652f3d24cd27e2d6aefb38b6bcf7151ed4c04e3
regulator: ab8500: Fix list_voltage for fixed voltage regulators

commit b080c78a4e447e9c212c207f725999d4e32c5f19
"regulator: ab8500: Update voltage handling for fixed voltage regulators"
removes min_uV settings and sets volt_table for all fixed voltages, thus
we can not use regulator_list_voltage_linear now. Use
regulator_list_voltage_table instead.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/ab8500.c