Re: [PATCH 00/22] Stop using input_polled_dev in polling drivers

2019-10-21 Thread Marco Felsch
On 19-10-18 11:44, Andy Shevchenko wrote: > On Thu, Oct 17, 2019 at 01:41:54PM -0700, Dmitry Torokhov wrote: > > Input devices now support polling mode natively (via input_setup_polling > > API), and input_polled_dev implementation is going away. This series > > switches drivers found in drivers/in

Re: [PATCH 00/22] Stop using input_polled_dev in polling drivers

2019-10-18 Thread Andy Shevchenko
On Thu, Oct 17, 2019 at 01:41:54PM -0700, Dmitry Torokhov wrote: > Input devices now support polling mode natively (via input_setup_polling > API), and input_polled_dev implementation is going away. This series > switches drivers found in drivers/input to the new scheme. > For all I have been Cc'

[PATCH 00/22] Stop using input_polled_dev in polling drivers

2019-10-17 Thread Dmitry Torokhov
Input devices now support polling mode natively (via input_setup_polling API), and input_polled_dev implementation is going away. This series switches drivers found in drivers/input to the new scheme. Dmitry Torokhov (21): Input: raspberrypi-ts - switch to using polled mode of input devices I