]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: pwm-regulator: Simplify voltage to duty-cycle call
authorLee Jones <lee.jones@linaro.org>
Tue, 7 Jul 2015 15:06:52 +0000 (16:06 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 7 Jul 2015 17:58:28 +0000 (18:58 +0100)
commitcae897dec26a9d81dcb5182b13b08450f38d6bde
tree2b60310636df499b0380f1aeb1004e3323d4670f
parent4773be185a0f7c1c09d8966e100c76f4fa9a3227
regulator: pwm-regulator: Simplify voltage to duty-cycle call

If we reverse some of the logic and change the formula used,
we can simplify the function greatly.

It is intentional that this function is supplied and then re-worked
within the same patch-set.  The submission in the previous patch is
the tried and tested (i.e. in real releases) method written by ST.
This patch contains a simplification provided later.  It looks and
performs better, but doesn't have the same time-under-test that the
original method does.  The idea is that we keep some history in
order to provide an easy way back i.e. revert.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pwm-regulator.c