extcon: gpio: Use power efficient workqueue for debounce
authorMark Brown <broonie@linaro.org>
Fri, 19 Jul 2013 17:47:34 +0000 (18:47 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 21:34:00 +0000 (21:34 +0000)
commitd3a177c71852d2eac42c74a6b2cb7af242061d21
tree7888ca0e85174b6693e01f26aeea01b0af5623d7
parent98fe237d868087d7108fde3da27fcbb531d25ca9
extcon: gpio: Use power efficient workqueue for debounce

The debounce timeout is generally quite long and the work not performance
critical so allow the scheduler to run the work anywhere rather than in
the normal per-CPU workqueue.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
(cherry picked from commit d0db2e7ae788d84ff6d0a1cd4dc935282db29073)
drivers/extcon/extcon-gpio.c