aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd_queue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22usb: dwc2: Remove redundant license textChristophe JAILLET1-30/+0
2021-11-17usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor1-1/+1
2021-05-27usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()'Lee Jones1-1/+1
2021-04-02usb: dwc2: add parenthess and space around *Tian Tao1-1/+1
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson1-4/+6
2018-12-05usb: dwc2: host: use hrtimer for NAK retriesTerin Stock1-7/+12
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/+3
2018-06-19usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hubWilliam Wu1-1/+1
2018-05-21usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan1-2/+3
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson1-4/+77
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-24usb: dwc2: Fix usage of bool paramsJohn Youn1-7/+7
2017-01-24usb: dwc2: Remove 'return' from void functionJohn Youn1-1/+0
2017-01-24usb: dwc2: Fix logical continuationsJohn Youn1-3/+2
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-11/+9
2016-11-18usb: dwc2: Fix coverity issue in hcd_queue.cVardan Mikayelyan1-33/+36
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-9/+9
2016-06-29usb: dwc2: add printf attribute to cat_printf()Nicolas Iooss1-1/+2
2016-04-28usb: dwc2: Fixed SOF interrupt enabling/disablingSevak Arakelyan1-1/+2
2016-03-04usb: dwc2: host: Totally redo the microframe schedulerDouglas Anderson1-160/+1010
2016-03-04usb: dwc2: host: Properly set even/odd frameDouglas Anderson1-1/+10
2016-03-04usb: dwc2: host: Manage frame nums better in schedulerDouglas Anderson1-86/+265
2016-03-04usb: dwc2: host: Split code out to make dwc2_do_reserve()Douglas Anderson1-45/+67
2016-03-04usb: dwc2: host: Reorder things in hcd_queue.cDouglas Anderson1-289/+289
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson1-53/+54
2016-03-04usb: dwc2: host: Add a delay before releasing periodic bandwidthDouglas Anderson1-56/+181
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson1-1/+23
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson1-2/+4
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson1-6/+1
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab1-1/+1
2015-10-01usb: dwc2: host: use correct frame number during qh initGregory Herrero1-0/+3
2015-10-01usb: dwc2: host: reset frame number after suspendGregory Herrero1-0/+8
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-5/+5
2015-07-06usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab1-37/+12
2015-04-29usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero1-4/+6
2015-04-29usb: dwc2: host: spinlock urb_enqueueGregory Herrero1-7/+1
2014-09-19usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman1-12/+4
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman1-0/+835