Re: [PATCH 2/2] Input: gpio_keys - replace timer and workqueue with delayed workqueue
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-12-13 19:09:33
Also in:
linux-devicetree, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2014-12-13 19:09:33
Also in:
linux-devicetree, lkml
Hi Andy, On Wed, Dec 10, 2014 at 08:32:56PM +0200, Andy Shevchenko wrote:
On Sun, 2014-12-07 at 23:21 -0800, Dmitry Torokhov wrote:quoted
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.At least it doesn't break the driver on Intel Medfield device. Tested-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Thank you for testing it. Assume it is for both patches, right? -- Dmitry