]> git.baikalelectronics.ru Git - kernel.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)
commitd87da7c39aade8b85d142283f4cc9672092e1b28
treef43e645db1a4fab36db247355b98d6f3ef8e0f9d
parent9d4f5b9267ee286e8d9d0405d6bc3f2fa1a563fc
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