regulator: Remove max_uV from struct regulator_linear_range
authorAxel Lin <axel.lin@ingics.com>
Fri, 11 Oct 2013 01:30:24 +0000 (09:30 +0800)
committerMark Brown <broonie@linaro.org>
Fri, 11 Oct 2013 11:49:12 +0000 (12:49 +0100)
commite277e656804c85a0729d4fd8cdd3c8ab3e6b3b86
treea92f29fb7c735cb4cf918059d1773d5110a38bf3
parent813de3c649d6c6ff14c930de9fcd161c0062fabd
regulator: Remove max_uV from struct regulator_linear_range

linear ranges means each range has linear voltage settings.
So we can calculate max_uV for each linear range in regulator core rather than
set the max_uV field in drivers.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/88pm800.c
drivers/regulator/as3711-regulator.c
drivers/regulator/as3722-regulator.c
drivers/regulator/da903x.c
drivers/regulator/helpers.c
drivers/regulator/tps65217-regulator.c
drivers/regulator/tps65912-regulator.c
drivers/regulator/wm831x-ldo.c
drivers/regulator/wm8350-regulator.c
drivers/regulator/wm8400-regulator.c
include/linux/regulator/driver.h
This page took 0.048166 seconds and 5 git commands to generate.