Searched hist:"8 ed92556761e1f383d28215d6de92fe4ada35001" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys.c | diff 8ed92556761e1f383d28215d6de92fe4ada35001 Fri Nov 14 19:32:01 CST 2014 Dmitry Torokhov <dmitry.torokhov@gmail.com> 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 <andriy.shevchenko@linux.intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
|