regulator: core: Use the power efficient workqueue for delayed powerdown
authorMark Brown <broonie@linaro.org>
Thu, 18 Jul 2013 10:52:04 +0000 (11:52 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 21:32:18 +0000 (21:32 +0000)
commitfbcfea7d98897a48ac8cc6b6cf7eb597a6946669
treefcce4e6db78cdcf8e162eab0acea6fbf05015fea
parent605791a1741b2a9055e60b9fb59e3d3e679e40d2
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>
(cherry picked from commit 070260f07c7daec311f2466eb9d1df475d5a46f8)
drivers/regulator/core.c