Re: [PATCH 0/8] input: gpio_keys_polled fixes
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2010-12-09 00:06:11
On Tue, Nov 30, 2010 at 05:16:15PM -0500, Ben Gardiner wrote:
Hi Gabor, On Tue, Nov 30, 2010 at 1:44 PM, Gabor Juhos [off-list ref] wrote:quoted
This set contains my latest fixes on top of Dmitry's changes. Gabor Juhos (8): input: gpio_keys_polled: add MODULE_ALIASquoted
input: gpio_keys_polled: return -EINVAL if wakeup specified input: gpio_keys_polled: avoid possible division by zeroGood idea to return -EINVAL in those cases.quoted
input: gpio_keys_polled: use DIV_ROUND_UP to compute the threshold valueThat's what I was looking for, thank you for fixing that up.quoted
input: gpio_keys_polled: precompute threshold value in the probe routineEven better.quoted
input: gpio_keys_polled: use tabs instead of spaces for indentation input: gpio_keys_polled: remove a local variable input: gpio_keys_polled: fix Kconfig help textI missed that remaining gpio-buttons reference, thanks for catching that.quoted
drivers/input/keyboard/Kconfig | 4 +- drivers/input/keyboard/gpio_keys_polled.c | 30 +++++++++++++++------------- 2 files changed, 18 insertions(+), 16 deletions(-)I have tested this series with the "da850-evm: add gpio-{keys,leds} for UI and BB expanders" on top of your "[PATCH 09/18] input: add input driver for polled GPIO buttons" patch, my "[PATCH WIP 0/6] suggested changes to gpio_buttons driver" series and Dmitry's "Input: gpio-buttons - misc changes" patch.
Ok, so driver is in mainline now and you should have no problems with merging your platform code in .38 merge window. Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html