Skip to content
Commit 364fadb3 authored by Daniel Gl?ckner's avatar Daniel Gl?ckner Committed by Linus Torvalds
Browse files

gpiolib: allow nested threaded irqs for poll(2)



The pca953x driver requires the use of threaded irqs as its irq
demultiplexer can sleep.  Our irq handler can be called from any context,
so use request_any_context_irq to allow threaded irqs as well.

Signed-off-by: default avatarDaniel Gl?ckner <dg@emlix.com>
Reported-by: default avatarIan Jeffray <ian@jeffray.co.uk>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5ba1821d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment