commit | 5df529d440aa4f0e67be9af3718e7edf05db7d02 | [log] [tgz] |
---|---|---|
author | Thierry Reding <thierry.reding@gmail.com> | Fri Sep 20 13:51:56 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Mon Sep 30 11:43:12 2013 +0100 |
tree | 4ea23e91d0a270ba4bcea67882b1c4f331b4bf69 | |
parent | 043c998f95036e7fc796b240ab5ba49a8de36df3 [diff] |
regulator: core: Reduce busy-wait looping Keep busy-wait looping to a minimum while waiting for a regulator to ramp-up to the target voltage. This follows the guidelines set forth in Documentation/timers/timers-howto.txt and assumes that regulators are never enabled in atomic context. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>