commit | ff68cf0b166efd626e653d9ca55f1a1ec74f3667 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:04:51 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Tue Oct 29 17:15:47 2019 -0700 |
tree | c44dc7c6c07992d3f15fa4ee893c8c7eb60d1bbb | |
parent | 36bc3684c212d467ddae0dda3d18d64c5212bae6 [diff] |
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>