OSDN Git Service

usb: dwc3: Offload IRQ handling to softirq context
authorAzhar Shaikh <azhars@codeaurora.org>
Wed, 5 Aug 2015 01:45:57 +0000 (18:45 -0700)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:07:00 +0000 (11:07 -0700)
commit9230a73e6bbdfc4010d041e6437c48aa078b61f3
tree511c15e9275b3c0bc4c56e832b084f9934475a62
parent6fc5b622c81e58d86b8a19e0389185dc132f915b
usb: dwc3: Offload IRQ handling to softirq context

Move interrupt handling from threaded IRQ context to a tasklet.
This may help in reducing latencies associated with starvation
caused by high priority softirq over threaded USB IRQ.

Change-Id: I2f988be9c484a6ee59236d9dfd7f06f07414ee96
Signed-off-by: Azhar Shaikh <azhars@codeaurora.org>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/gadget.c