summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd_queue.c
AgeCommit message (Expand)AuthorLines
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn-7/+7
2017-01-24usb: dwc2: Remove 'return' from void functionJohn Youn-1/+0
2017-01-24usb: dwc2: Fix logical continuationsJohn Youn-3/+2
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn-11/+9
2016-11-18usb: dwc2: Fix coverity issue in hcd_queue.cVardan Mikayelyan-33/+36
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn-9/+9
2016-06-29usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss-1/+2
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan-1/+2
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson-160/+1010
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson-1/+10
2016-03-04usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson-86/+265
2016-03-04usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson-45/+67
2016-03-04usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson-289/+289
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson-53/+54
2016-03-04usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson-56/+181
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson-1/+23
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson-2/+4
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson-6/+1
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab-1/+1
2015-10-01usb: dwc2: host: use correct frame number during qh initGregory Herrero-0/+3
2015-10-01usb: dwc2: host: reset frame number after suspendGregory Herrero-0/+8
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä-5/+5
2015-07-06usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab-37/+12
2015-04-29usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero-4/+6
2015-04-29usb: dwc2: host: spinlock urb_enqueueGregory Herrero-7/+1
2014-09-19usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman-12/+4
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman-0/+835