Input: dm355evm_keys - use threaded IRQs
authorDavid Brownell <dbrownell@users.sourceforge.net>
Mon, 29 Jun 2009 06:50:08 +0000 (23:50 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 29 Jun 2009 07:00:14 +0000 (00:00 -0700)
commit666cbe342622c959ad95515918a1c1f8210c93f2
tree3514f4e9cd2e462e754f3b4b0b5aa8d982c0cc5c
parenteef3e4cab72eaf5345e3c73b2975c194a714f6cd
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 <dbrownell@users.sourceforge.net>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/misc/dm355evm_keys.c