commit | 070260f07c7daec311f2466eb9d1df475d5a46f8 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Jul 18 11:52:04 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Thu Jul 18 12:01:51 2013 +0100 |
tree | 50cf1dbc9631538873982ef5717a67fb968aad27 | |
parent | 891636ea27ef42d92a420185d2ccbe190ba00a23 [diff] |
regulator: core: Use the power efficient workqueue for delayed powerdown There is no need to use a normal per-CPU workqueue for delayed power downs as they're not timing or performance critical and waking up a core for them would defeat some of the point. Signed-off-by: Mark Brown <broonie@linaro.org> Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Liam Girdwood <liam.r.girdwood@intel.com>