commit | 1acb645ebfe3a008e3c3350918d7d29974b1eaec | [log] [tgz] |
---|---|---|
author | Axel Lin <axel.lin@gmail.com> | Thu Jun 07 16:38:09 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jun 08 07:29:48 2012 +0800 |
tree | c4d3684d90ee453dbfb6079c1235a89eed05680d | |
parent | ee3ed6effd8cc4c0cbfa35307cfc5fcec75b5e12 [diff] |
regulator: rc5t583: Simplify rc5t583_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> Acked-by: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>