]> git.baikalelectronics.ru Git - kernel.git/commit
Input: ad7877 - switch to using threaded IRQ
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 18 Oct 2010 16:24:22 +0000 (09:24 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 18 Oct 2010 16:35:13 +0000 (09:35 -0700)
commitf09adaf9930fd65e75391877d40986ee840e2a23
tree6c0afd800547209aa715be93216bf2b0cdd1c109
parentda91f0594afe9d0bae6f350279b449d104193aa7
Input: ad7877 - switch to using threaded IRQ

Instead of using asynchronous SPI API and then spinning waiting for SPI
transfer to complete when disabling the device, let's use threaded IRQ
model and spi_sync().

Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Tested-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/ad7877.c