From: Felipe Balbi Date: Wed, 12 Jun 2013 18:11:14 +0000 (+0300) Subject: usb: dwc3: gadget: get rid of IRQF_ONESHOT X-Git-Tag: v3.12-rc1~186^2~77^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8adfc30ff9282a728fd8b666b6418308164c415;p=pandora-kernel.git usb: dwc3: gadget: get rid of IRQF_ONESHOT We can make use of bit 31 of the GEVNTSIZ(n) registers to mask/unmask interrupts from that particular interrupter. With that feature, we can easily drop IRQF_ONESHOT from our driver which makes it possible to properly change IRQ priorities when using RT patchset *and* it allows us to make use of the scheduler to choose the proper time to handle this IRQ thread. Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed