https://github.com/torvalds/linux
Revision 9b7e31bbf4bb58b12e11a7f24b7c3e48bbd2f4da authored by Lars-Peter Clausen on 04 July 2012, 20:02:56 UTC, committed by Dmitry Torokhov on 04 July 2012, 20:12:19 UTC
Since commit 1c6c69525b ("genirq: Reject bogus threaded irq requests")
threaded IRQs without a primary handler need to be requested with
IRQF_ONESHOT, otherwise the request will fail. This patch adds the
IRQF_ONESHOT to input drivers where it is missing. Not modified by
this patch are those drivers where the requested IRQ will always be a
nested IRQ (e.g. because it's part of an MFD), since for this special
case IRQF_ONESHOT is not required to be specified when requesting the
IRQ.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
1 parent 1cecc5c
History
Tip revision: 9b7e31bbf4bb58b12e11a7f24b7c3e48bbd2f4da authored by Lars-Peter Clausen on 04 July 2012, 20:02:56 UTC
Input: request threaded-only IRQs with IRQF_ONESHOT
Tip revision: 9b7e31b
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 1014 bytes
.mailmap -rw-r--r-- 4.2 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 92.8 KB
Kbuild -rw-r--r-- 2.5 KB
Kconfig -rw-r--r-- 252 bytes
MAINTAINERS -rw-r--r-- 205.5 KB
Makefile -rw-r--r-- 52.2 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top