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)
commit71f8e38ae635d92e553eec8d7359cb88b539b306
tree20988fec23098a064f2bada43b3a8a4011dfdbb3
parenteb91ecc9fc43fbefdfdfe1ea8b3f136ccbc02f66
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