commit | b15a762f02acb4f1e695a17435f719350f9d5bc1 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Thu Jun 30 16:57:15 2011 +0300 |
committer | Felipe Balbi <balbi@ti.com> | Mon Mar 18 11:17:11 2013 +0200 |
tree | 3153d80d78c504213d3580b8262b182bd0df3ecd | |
parent | 60d04bbee0b729dc1e95d4dc669f68dea2a32570 [diff] |
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>