On Mon, Dec 8, 2014 at 8:21 AM, Dmitry Torokhov <dmitry.torok...@gmail.com> wrote:
> 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. > > Signed-off-by: Dmitry Torokhov <dmitry.torok...@gmail.com> Reviewed-by: Linus Walleij <linus.wall...@linaro.org> What I want to do with this, on top of this, is to move debouncing to the GPIO subsystem. I want gpio(d)_set_debounce() to *always* work and the timer moved to gpiolib.c. We can't have debouncing in every subsystem using GPIOs, it belongs in the GPIO core. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/