From: Magnus Damm Date: Thu, 28 Apr 2011 16:34:32 +0000 (-0700) Subject: Input: sh_keysc - switch to threaded IRQ handler X-Git-Tag: v3.0-rc1~314^2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dfb9a85ecb86f00b085d6fca7d4bb8dc6764710;p=pandora-kernel.git Input: sh_keysc - switch to threaded IRQ handler Update the KEYSC driver to make use of threaded IRQs with IRQF_ONESHOT to improve interrupt latency. The driver is using udelay() in the ISR to make sure the hardware has stabilized. Without using interrupt threads this delay may affect the latency of the rest of the system. Also pass dev_name() as string for /proc/interrupts. Signed-off-by: Magnus Damm Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed