commit | df9a5ab46332b58a0ce8877fe65c7e98b9f36e8a | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Jul 18 22:42:22 2013 +0100 |
committer | Chanwoo Choi <cw00.choi@samsung.com> | Mon Aug 05 08:53:34 2013 +0900 |
tree | a107497050a4d56bf8099e38fb92e52ab5f7cb0b | |
parent | 7281e05aabee7484624d448da208932690ed62b3 [diff] |
extcon: arizona: Use power efficient workqueue None of the delayed work the driver schedules has particularly short delays and it is not performance sensitive so let the scheduler run it wherever is most efficient rather than in a per CPU workqueue by using the system power efficient workqueue. Signed-off-by: Mark Brown <broonie@linaro.org> Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>