summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2/hcd_intr.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-2/+0
2013-05-22staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman1-2/+0
2013-05-16staging: dwc2: add helper variable to simplify codeMatthijs Kooijman1-4/+4
2013-05-16staging: dwc2: use dwc2_hcd_get_frame_number where possibleMatthijs Kooijman1-4/+1
2013-05-16staging: dwc2: remove dummy interrupt handlingMatthijs Kooijman1-3/+0
2013-05-16staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()Matthijs Kooijman1-1/+1
2013-05-16staging: dwc2: use irq_return_t for interrupt handlersMatthijs Kooijman1-5/+5
2013-04-23staging: dwc2: check for null pointer before dereferencing itPaul Zimmerman1-6/+5
2013-04-23staging: dwc2: add missing newlines to debug messagesPaul Zimmerman1-1/+1
2013-04-10staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman1-45/+72
2013-03-25staging: dwc2: always release host channel after dequeueingMatthijs Kooijman1-4/+29
2013-03-14staging: dwc2: fix compiler warningsPaul Zimmerman1-4/+4
2013-03-11staging: HCD files for the DWC2 driverPaul Zimmerman1-0/+2079