extcon: gpio: Use power efficient workqueue for debounce
authorMark Brown <broonie@linaro.org>
Fri, 19 Jul 2013 17:47:34 +0000 (18:47 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Sun, 4 Aug 2013 23:53:34 +0000 (08:53 +0900)
commitd0db2e7ae788d84ff6d0a1cd4dc935282db29073
treea014be5856a862a572394ad008f12231033f834d
parentdf9a5ab46332b58a0ce8877fe65c7e98b9f36e8a
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>
drivers/extcon/extcon-gpio.c
This page took 0.025878 seconds and 5 git commands to generate.