Input: gpio_keys - switch to using threaded IRQs
authorDavid Jander <david@protonic.nl>
Tue, 21 Jun 2011 21:26:18 +0000 (14:26 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 21 Jun 2011 21:33:34 +0000 (14:33 -0700)
Use a threaded interrupt handler in order to permit the handler to use
a GPIO driver that causes things like I2C transactions being done inside
the handler context.

Signed-off-by: David Jander <david@protonic.nl>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found