From: Mark Brown Date: Thu, 18 Jul 2013 21:42:22 +0000 (+0100) Subject: extcon: arizona: Use power efficient workqueue X-Git-Tag: v3.12-rc1~185^2~29^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df9a5ab46332b58a0ce8877fe65c7e98b9f36e8a;p=pandora-kernel.git 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 Signed-off-by: Chanwoo Choi Signed-off-by: Myungjoo Ham --- Reading git-diff-tree failed