commit | 2b5a24a01df12fbfa3e702ad7efae27bcb852e33 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Sep 07 11:00:53 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Sep 08 08:51:12 2012 +0800 |
tree | 28d1d703f0266edd262d96eecbf7ecfecdfc580d | |
parent | f2889e650a8dbd51644997aef7bae71d6ac4d423 [diff] |
regulator: core: Fast path non-deferred disables Users (especially framework code) may end up passing in a zero deferral time depending on runtime conditions or configuration. If they do then just call regulator_disable() directly to save scheduling. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>