]> Pileus Git - ~andy/linux/commit
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>
Thu, 18 Jul 2013 11:01:51 +0000 (12:01 +0100)
commit070260f07c7daec311f2466eb9d1df475d5a46f8
tree50cf1dbc9631538873982ef5717a67fb968aad27
parent891636ea27ef42d92a420185d2ccbe190ba00a23
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>
drivers/regulator/core.c