]> git.baikalelectronics.ru Git - kernel.git/commit
Input: gpio_decoder - switch to using polled mode of input devices
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:04:51 +0000 (17:04 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:15:47 +0000 (17:15 -0700)
commit0b701fa1cca57013c0f37379f1e620b5dab036c4
treec44dc7c6c07992d3f15fa4ee893c8c7eb60d1bbb
parentbce6ef0c26ae17ad9ce55e6fd555485c401767e4
Input: gpio_decoder - switch to using polled mode of input devices

We have added polled mode to the normal input devices with the intent of
retiring input_polled_dev. This converts gpio_decoder driver to use
the polling mode of standard input devices and removes dependency on
INPUT_POLLDEV.

Link: https://lore.kernel.org/r/20191017204217.106453-18-dmitry.torokhov@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/Kconfig
drivers/input/misc/gpio_decoder.c