]> git.baikalelectronics.ru Git - kernel.git/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)
commitab2b11fa56e9ae4a6771aafdf9d1a6a20918d9d7
tree3153d80d78c504213d3580b8262b182bd0df3ecd
parentec002d0ec5617c69ca74831d315166996fce303b
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