From: David Brownell Date: Mon, 29 Jun 2009 06:50:08 +0000 (-0700) Subject: Input: dm355evm_keys - use threaded IRQs X-Git-Tag: v2.6.32-rc1~686^2^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=666cbe342622c959ad95515918a1c1f8210c93f2;p=pandora-kernel.git Input: dm355evm_keys - use threaded IRQs Convert the dm355evm keys driver to use IRQ threading instead of a private workqueue. IRQ threads were added to Linux after this driver was written, and in this case fit what the driver needs. (Although the non-shared thread costs more runtime memory.) Signed-off-by: David Brownell Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed