commit | 666cbe342622c959ad95515918a1c1f8210c93f2 | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Sun Jun 28 23:50:08 2009 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Jun 29 00:00:14 2009 -0700 |
tree | 3514f4e9cd2e462e754f3b4b0b5aa8d982c0cc5c | |
parent | eef3e4cab72eaf5345e3c73b2975c194a714f6cd [diff] |
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>