]> git.baikalelectronics.ru Git - kernel.git/commit
Input: gpio_keys - switch to using request_any_context_irq
authorPhilippe Langlais <philippe.langlais@stericsson.com>
Fri, 21 Jan 2011 07:09:30 +0000 (23:09 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 21 Jan 2011 07:12:01 +0000 (23:12 -0800)
commit123b44c5bcf1d8374855e5adaa3447d1540e6d2f
treef8619429a56b28c1a1d8a57085a2ed05ab929bbc
parent95e25b2fe379b5c6bc5076d2a979d14fdb4bc30f
Input: gpio_keys - switch to using request_any_context_irq

The driver does not require hardirq context and can work with threaded
interrupts as well, so let's switch to request_any_context_irq which
will select the context that is available for us.

Signed-off-by: Philippe Langlais <philippe.langlais@stericsson.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/keyboard/gpio_keys.c