Input: bma150 - switch to using polled mode of input devices
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:05:13 +0000 (17:05 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 30 Oct 2019 00:15:50 +0000 (17:15 -0700)
commitb873f73cf66ffd19c6eba47ade6844ac01e9ccb0
treec31c443d42b4642bd3ce0d5171c7bbf67bf0cbea
parent493a6ebd59dcecb09d8e97293e1b254ad0003a7b
Input: bma150 - 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 bma150 driver to use the polling
mode of standard input devices and removes dependency on INPUT_POLLDEV.

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