commit | e08ef739feec5341fe9382a9f5173ddd56c95f93 | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Fri Jun 08 14:35:32 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun Jun 17 21:01:21 2012 +0100 |
tree | 5ef9ae1964e26561d6f5d98baa85f02a03514318 | |
parent | c70ad9dcf08c839b018d8c440bd8c19aabbb08a8 [diff] |
regulator: tps62360: Simplify tps62360_set_voltage_time_sel implementation For linear mappings, we can use below equation to get the voltage difference between new_selector and old_selector: abs(new_selector - old_selector) * rdev->desc->uV_step Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>