diff options
| author | 2013-04-28 02:13:36 +0100 | |
|---|---|---|
| committer | 2013-04-28 02:13:36 +0100 | |
| commit | 97844ede9487fc7c4689ce1499bbaa10312618be (patch) | |
| tree | f65b9136b96ecc47b71fe43aacf93ba149ece508 /include/linux/regulator | |
| parent | Merge remote-tracking branch 'regulator/topic/as3711' into v3.9-rc8 (diff) | |
| parent | regulator: tps6524x: Use regulator_map_voltage_ascend (diff) | |
| download | linux-dev-97844ede9487fc7c4689ce1499bbaa10312618be.tar.xz linux-dev-97844ede9487fc7c4689ce1499bbaa10312618be.zip | |
Merge remote-tracking branch 'regulator/topic/ascend' into v3.9-rc8
Diffstat (limited to 'include/linux/regulator')
| -rw-r--r-- | include/linux/regulator/driver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/regulator/driver.h b/include/linux/regulator/driver.h index 7df93f52db08..2acdc66f8342 100644 --- a/include/linux/regulator/driver.h +++ b/include/linux/regulator/driver.h @@ -329,6 +329,8 @@ int regulator_map_voltage_linear(struct regulator_dev *rdev, int min_uV, int max_uV); int regulator_map_voltage_iterate(struct regulator_dev *rdev, int min_uV, int max_uV); +int regulator_map_voltage_ascend(struct regulator_dev *rdev, + int min_uV, int max_uV); int regulator_get_voltage_sel_regmap(struct regulator_dev *rdev); int regulator_set_voltage_sel_regmap(struct regulator_dev *rdev, unsigned sel); int regulator_is_enabled_regmap(struct regulator_dev *rdev); |
