commit | fcbb71f6f8084b74fef54e40c9e515105ccc4e6e | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Sun Jun 03 23:12:16 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Jun 03 20:08:54 2012 +0100 |
tree | 05097996d6f61b16c59265d9829462a9f1fe6736 | |
parent | 392b309644c7223b5320b939aedf09b5a4f5a325 [diff] |
regulator: wm8350: Use regulator_map_voltage_linear for wm8350_dcdc_ops wm8350_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>