]> asedeno.scripts.mit.edu Git - linux.git/commit
Input: gpio_keys - add support for GPIO descriptors
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 19 Oct 2016 22:47:21 +0000 (15:47 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 8 Nov 2016 00:24:31 +0000 (16:24 -0800)
commit5feeca3c1e39c01f9ef5abc94dea94021ccf94fc
tree2939778e784d5955ce0e04a317caffbfd39747d9
parent0860913b02c28f0a1d8b515b99ae6419ef10569f
Input: gpio_keys - add support for GPIO descriptors

GPIO descriptors are the preferred way over legacy GPIO numbers
nowadays. Convert the driver to use GPIO descriptors internally but
still allow passing legacy GPIO numbers from platform data to support
existing platforms.

Based on commits 633a21d80b4a2cd6 ("input: gpio_keys_polled: Add support
for GPIO descriptors") and 1ae5ddb6f8837558 ("Input: gpio_keys_polled -
request GPIO pin as input.").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/gpio_keys.c