usb: dwc3: gadget: move to threaded IRQ
authorFelipe Balbi <balbi@ti.com>
Thu, 30 Jun 2011 13:57:15 +0000 (16:57 +0300)
committerFelipe 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