From: Felipe Balbi Date: Thu, 30 Jun 2011 13:57:15 +0000 (+0300) Subject: usb: dwc3: gadget: move to threaded IRQ X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~231 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b15a762f02acb4f1e695a17435f719350f9d5bc1;p=pandora-kernel.git 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 --- Reading git-diff-tree failed