summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson1-9/+11
2018-12-05usb: dwc2: host: use hrtimer for NAK retriesTerin Stock1-1/+1
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan1-5/+5
2018-06-19usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu1-0/+8
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan1-5/+9
2018-03-13usb: dwc2: Delete unused functionalityGrigor Tovmasyan1-56/+0
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson1-0/+9
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit1-1/+1
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-38/+38
2016-11-18usb: dwc2: Move functions from header to sourceRazmik Karapetyan1-5/+0
2016-11-18usb: dwc2: Update DMA descriptor structureVahram Aharonyan1-1/+1
2016-04-28usb: dwc2: host: Setting qtd to NULL after freeing itVardan Mikayelyan1-0/+1
2016-03-04usb: dwc2: Move host-specific core functions into hcd.cJohn Youn1-0/+8
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson1-6/+73
2016-03-04usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson1-3/+7
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson1-8/+12
2016-03-04usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson1-0/+6
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson1-0/+5
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson1-0/+2
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson1-10/+0
2015-12-22usb: dwc2: Move mode querying functions into core.hJohn Youn1-12/+0
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero1-0/+4
2015-12-15usb: dwc2: host: program descriptor for next frameGregory Herrero1-0/+2
2015-12-15usb: dwc2: host: add function to compare frame indexGregory Herrero1-0/+13
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-7/+8
2015-07-06usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab1-1/+4
2015-04-29usb: dwc2: set parameter values in probe functionMian Yousaf Kaukab1-6/+1
2014-11-14usb: dwc2: Move gadget probe function into platform codeDinh Nguyen1-10/+0
2014-09-19usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman1-1/+3
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman1-0/+769