linux-stable-rt/drivers/input/keyboard
Ben Nizette 0f751719e4 Input: omap-keypad - use disable_irq_nosync() in irq handler
disable_irq() waits for all running handlers to complete before
returning.  As such, if it's used to disable an interrupt from
that interrupt's handler it will deadlock.  This replaces the
dangerous instances with the _nosync() variant which doesn't have
this problem.

Signed-off-by: Ben Nizette <bn@niasdigital.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
2009-04-17 20:41:44 -07:00
..
Kconfig
Makefile
aaed2000_kbd.c
amikbd.c
atakbd.c
atkbd.c Input: atkbd - add forced release keys quirk for Samsung NC20 2009-04-15 08:58:21 -07:00
bf54x-keys.c Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag 2009-04-15 08:58:23 -07:00
corgikbd.c
gpio_keys.c
hil_kbd.c
hilkbd.c
hpps2atkbd.h
jornada680_kbd.c
jornada720_kbd.c
lkkbd.c
locomokbd.c
maple_keyb.c
newtonkbd.c
omap-keypad.c Input: omap-keypad - use disable_irq_nosync() in irq handler 2009-04-17 20:41:44 -07:00
pxa27x_keypad.c
pxa930_rotary.c
sh_keysc.c input: sh_keysc: use enable/disable_irq_wake() 2009-04-02 11:20:43 +09:00
spitzkbd.c
stowaway.c
sunkbd.c
tosakbd.c
xtkbd.c