]> Pileus Git - ~andy/linux/commit
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)
commitb15a762f02acb4f1e695a17435f719350f9d5bc1
tree3153d80d78c504213d3580b8262b182bd0df3ecd
parent60d04bbee0b729dc1e95d4dc669f68dea2a32570
usb: dwc3: gadget: move to threaded IRQ

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>
drivers/usb/dwc3/gadget.c