]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
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)
commit7e2ecdf438bb479e2b4667fc16b1a84d6348da04
tree4dc99af4668935ddb64789af47e640a6e74dcfaf
parenteaa499aebf6265f18ffc836ead30059031c6d7a7
Input: gpio_keys - switch to using threaded IRQs

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>
drivers/input/keyboard/gpio_keys.c