]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ili210x - switch to using threaded IRQ
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 11 Aug 2019 06:19:24 +0000 (23:19 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 12 Nov 2019 00:11:16 +0000 (16:11 -0800)
commit44fec4be5bf35b3cbc20e3fcdf2df71df3456e14
tree20988fec23098a064f2bada43b3a8a4011dfdbb3
parent1ba2e226748b4bd057223d544f73c48b03635397
Input: ili210x - switch to using threaded IRQ

Let's switch the driver to using threaded IRQ so that we do not need to
manage the interrupt and work separately, and we do not acknowledge
interrupt until we finished handling it completely.

Tested-by: Adam Ford <aford173@gmail.com> #imx6q-logicpd
Tested-by: Sven Van Asbroeck <TheSven73@gmail.com> # ILI2118A variant
Tested-by: Marek Vasut <marex@denx.de> # ILI2117
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/ili210x.c