commit | d0db2e7ae788d84ff6d0a1cd4dc935282db29073 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Fri Jul 19 18:47:34 2013 +0100 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Aug 05 08:53:34 2013 +0900 |
tree | a014be5856a862a572394ad008f12231033f834d | |
parent | df9a5ab46332b58a0ce8877fe65c7e98b9f36e8a [diff] |
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>