git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60d04bb
)
usb: dwc3: gadget: move to threaded IRQ
author
Felipe Balbi
<balbi@ti.com>
Thu, 30 Jun 2011 13:57:15 +0000
(16:57 +0300)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 18 Mar 2013 09:17:11 +0000
(11:17 +0200)
by moving to threaded IRQs, we allow our IRQ
priorities to be configurable when running with
realtime patch. Also, since we're running in
thread context, we can call functions which
might sleep, such as sysfs_notify() without
problems.
Signed-off-by: Felipe Balbi <balbi@ti.com>
No differences found