summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd_queue.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: host: use hrtimer for NAK retriesTerin Stock2018-12-051-7/+12
* usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan2018-07-301-5/+5
* usb: dwc2: alloc dma aligned buffer for isoc split inWilliam Wu2018-06-191-0/+3
* usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu2018-06-191-1/+1
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-211-2/+3
* usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson2017-12-131-4/+77
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-4/+3Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc2: Fix usage of bool paramsJohn Youn2017-01-241-7/+7
* usb: dwc2: Remove 'return' from void functionJohn Youn2017-01-241-1/+0Star
* usb: dwc2: Fix logical continuationsJohn Youn2017-01-241-3/+2Star
* usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-11/+9Star
* usb: dwc2: Fix coverity issue in hcd_queue.cVardan Mikayelyan2016-11-181-33/+36
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-9/+9
* usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss2016-06-291-1/+2
* usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan2016-04-281-1/+2
* usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson2016-03-041-160/+1010
* usb: dwc2: host: Properly set even/odd frameDouglas Anderson2016-03-041-1/+10
* usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson2016-03-041-86/+265
* usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson2016-03-041-45/+67
* usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson2016-03-041-289/+289
* usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson2016-03-041-53/+54
* usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson2016-03-041-56/+181
* usb: dwc2: host: Add scheduler tracingDouglas Anderson2016-03-041-1/+23
* usb: dwc2: host: Always add to the tail of queuesDouglas Anderson2016-03-041-2/+4
* usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson2016-03-041-6/+1Star
* usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab2015-12-151-1/+1
* usb: dwc2: host: use correct frame number during qh initGregory Herrero2015-10-011-0/+3
* usb: dwc2: host: reset frame number after suspendGregory Herrero2015-10-011-0/+8
* usb: dwc2: Use platform endianness when accessing registersAntti Seppälä2015-09-271-5/+5
* usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab2015-07-061-37/+12Star
* usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero2015-04-291-4/+6
* usb: dwc2: host: spinlock urb_enqueueGregory Herrero2015-04-291-7/+1Star
* usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman2014-09-201-12/+4Star
* Move DWC2 driver out of stagingPaul Zimmerman2014-01-131-0/+835