]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Input: eeti_ts - switch to using threaded interrupt
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 20 Feb 2017 01:23:47 +0000 (17:23 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 3 Apr 2017 23:24:34 +0000 (16:24 -0700)
commit0378008a99243fc492e7f0c3aabfeee69a78398c
treef43e645db1a4fab36db247355b98d6f3ef8e0f9d
parent173e4d81f76c948acbb49f3900f3ca3f279c5c2a
Input: eeti_ts - switch to using threaded interrupt

Instead of having standard interrupt handler and manually firing work item
to perform I2C reads, let's switch to threaded interrupts, which were
designed specifically for this purpose.

Reviewed-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/eeti_ts.c