summaryrefslogtreecommitdiff
path: root/drivers/staging/dwc2/hcd_intr.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Move DWC2 driver out of stagingPaul Zimmerman1-2119/+0
2013-12-03staging: dwc2: fix useless test for non-0Paul Zimmerman1-1/+1
2013-12-03staging: dwc2: fix screwup in checking return valuePaul Zimmerman1-1/+1
2013-11-25staging: dwc2: rename dwc2_check_core_status()Paul Zimmerman1-2/+2
2013-10-30Staging: dwc2: Fix variable dereferenced before checkRashika Kheria1-9/+8
2013-09-26staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley1-12/+17
2013-08-31staging: dwc2: interpret all hwcfg and related register at init timeMatthijs Kooijman1-1/+1
2013-08-31staging: dwc2: simplify register shift expressionsMatthijs Kooijman1-14/+8
2013-08-31staging: dwc2: unshift non-bool register value constantsMatthijs Kooijman1-9/+10
2013-07-24staging: dwc2: reduce noisy debug messagesPaul Zimmerman1-7/+7
2013-07-24staging: dwc2: optimize dwc2_hc_handle_tt_clear() a bitPaul Zimmerman1-4/+9
2013-07-24staging: dwc2: refactor dwc2_host_complete()Paul Zimmerman1-33/+26
2013-05-27Merge 3.10-rc3 into staging-nextGreg Kroah-Hartman1-2/+0
2013-05-23staging: dwc2: remove compile warning for USB_DWC2_TRACK_MISSED_SOFSPaul Zimmerman1-2/+0
2013-05-17staging: dwc2: add helper variable to simplify codeMatthijs Kooijman1-4/+4
2013-05-17staging: dwc2: use dwc2_hcd_get_frame_number where possibleMatthijs Kooijman1-4/+1
2013-05-17staging: dwc2: remove dummy interrupt handlingMatthijs Kooijman1-3/+0
2013-05-17staging: dwc2: rename dwc2_hcd_intr() to dwc2_handle_hcd_intr()Matthijs Kooijman1-1/+1
2013-05-17staging: 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-11staging: dwc2: toggle periodic debugging output separatelyMatthijs Kooijman1-45/+72
2013-03-26staging: dwc2: always release host channel after dequeueingMatthijs Kooijman1-4/+29
2013-03-15staging: dwc2: fix compiler warningsPaul Zimmerman1-4/+4
2013-03-12staging: HCD files for the DWC2 driverPaul Zimmerman1-0/+2079