Input: gpio_keys - replace timer and workqueue with delayed workqueue
authorDmitry Torokhov <[email protected]>
Sat, 15 Nov 2014 01:32:01 +0000 (17:32 -0800)
committerDmitry Torokhov <[email protected]>
Tue, 16 Dec 2014 05:45:53 +0000 (21:45 -0800)
commit8ed92556761e1f383d28215d6de92fe4ada35001
treec8e6fdec33367c7c398229dc392338aa5787a9c2
parent97d86e07b71643086a6d22a60efae2fb095fa82a
Input: gpio_keys - replace timer and workqueue with delayed workqueue

We do not need to roll our own implementation of delayed work now that we
have proper implementation of mod_delayed_work.

For interrupt-only driven buttons we retain the timer, but we rename
it to release_timer to better reflect its purpose.

Tested-by: Andy Shevchenko <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
drivers/input/keyboard/gpio_keys.c