git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee3ed6e
)
regulator: rc5t583: Simplify rc5t583_set_voltage_time_sel implementation
author
Axel Lin
<axel.lin@gmail.com>
Thu, 7 Jun 2012 08:38:09 +0000
(16:38 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Thu, 7 Jun 2012 23:29:48 +0000
(07:29 +0800)
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>
No differences found