projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38dbfb5
)
regulator: aat2870: Use regulator_map_voltage_ascend
author
Axel Lin
<axel.lin@ingics.com>
Mon, 24 Mar 2014 12:45:38 +0000
(20:45 +0800)
committer
Mark Brown
<broonie@linaro.org>
Wed, 26 Mar 2014 16:52:39 +0000
(16:52 +0000)
The voltages in aat2870_ldo_voltages table are in ascendant order, so use
regulator_map_voltage_ascend.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/aat2870-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/aat2870-regulator.c
b/drivers/regulator/aat2870-regulator.c
index f70a9bfa5ff2e9b4845d9493e3cbda9cb012e042..c873ee0082cf2d83e79d678efe2c662561c53e81 100644
(file)
--- a/
drivers/regulator/aat2870-regulator.c
+++ b/
drivers/regulator/aat2870-regulator.c
@@
-99,6
+99,7
@@
static int aat2870_ldo_is_enabled(struct regulator_dev *rdev)
static struct regulator_ops aat2870_ldo_ops = {
.list_voltage = regulator_list_voltage_table,
+ .map_voltage = regulator_map_voltage_ascend,
.set_voltage_sel = aat2870_ldo_set_voltage_sel,
.get_voltage_sel = aat2870_ldo_get_voltage_sel,
.enable = aat2870_ldo_enable,