Skip to content
Commit e8adfc30 authored by Felipe Balbi's avatar Felipe Balbi
Browse files

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: default avatarFelipe Balbi <balbi@ti.com>
parent 68d6a01b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment