commit | 27eeabb7a1000de974e45cd007b3f5324dcee490 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu May 31 17:40:22 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Jun 03 13:25:05 2012 +0100 |
tree | a4d2028aa4f082c5fd19ee78d98e280fb668fd86 | |
parent | c2543b5f6c3e13996776079cda1007ef6e7a0bbb [diff] |
regulator: wm8400: Use regulator_map_voltage_linear for wm8400_dcdc_ops wm8400_dcdc_ops uses simple linear voltage maps. Thus use regulator_map_voltage_linear is more efficient than using the default regulator_map_voltage_iterate. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>