extcon: adc-jack: Use power efficient workqueue
authorMark Brown <broonie@linaro.org>
Fri, 19 Jul 2013 17:47:35 +0000 (18:47 +0100)
committerMark Brown <broonie@linaro.org>
Tue, 17 Dec 2013 21:34:13 +0000 (21:34 +0000)
commitdf08b04c9a3f2925e34f778bf20d37623635c306
tree9907d224923236162843df7311997daa1fcd2579
parentd3a177c71852d2eac42c74a6b2cb7af242061d21
extcon: adc-jack: Use power efficient workqueue

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 1a82e81e0ede6955684397ffbc0964191ef13cba)
drivers/extcon/extcon-adc-jack.c