aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd_intr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22usb: dwc2: Remove redundant license textChristophe JAILLET1-30/+0
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson1-2/+3
2018-07-30Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-48/+48
2018-07-30usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan1-48/+48
2018-07-17usb: dwc2: host: do not delay retries for CONTROL IN transfersDmitry Torokhov1-2/+7
2018-06-19usb: dwc2: fix isoc split in transfer with no dataWilliam Wu1-2/+1
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-0/+12
2017-12-13usb: dwc2: host: Don't retry NAKed transactions right awayDouglas Anderson1-0/+20
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-23/+22
2017-01-24usb: dwc2: Fix lines over 80 charactersJohn Youn1-6/+7
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn1-16/+21
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-12/+11
2016-11-18usb: dwc2: Stop Complete Splits after Data PID == 0Sevak Arakelyan1-1/+6
2016-11-18usb: dwc2: Rename the dma_enable parameter to host_dmaJohn Youn1-7/+7
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-24/+24
2016-03-04usb: dwc2: host: If using uframe scheduler, end splits betterDouglas Anderson1-6/+42
2016-03-04usb: dwc2: host: Add scheduler logging for missed SOFsDouglas Anderson1-4/+8
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson1-4/+6
2016-03-04usb: dwc2: host: There's not really a TT for the root hubDouglas Anderson1-0/+10
2016-03-04usb: dwc2: host: Add scheduler tracingDouglas Anderson1-1/+5
2016-03-04usb: dwc2: host: fix split transfer schedule sequenceDouglas Anderson1-0/+17
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson1-2/+2
2016-03-04usb: dwc2: host: Avoid use of chan->qh after qh freedDouglas Anderson1-0/+10
2016-03-04usb: dwc2: host: Get aligned DMA in a more supported wayDouglas Anderson1-65/+0
2016-02-17usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang1-0/+8
2015-12-15usb: dwc2: host: Clear interrupts before handling themDouglas Anderson1-9/+9
2015-12-15usb: dwc2: host: Fix missing device insertionsDouglas Anderson1-5/+1
2015-12-15usb: dwc2: host: enable descriptor dma for fs devicesMian Yousaf Kaukab1-2/+13
2015-10-19usb: dwc2: host: Fix use after free w/ simultaneous irqsDoug Anderson1-10/+60
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-41/+41
2015-04-29usb: dwc2: host: ensure qtb exists before dereferencing itGregory Herrero1-0/+10
2015-04-29usb: dwc2: host: don't use dma_alloc_coherent with irqs disabledGregory Herrero1-15/+38
2015-04-29usb: dwc2: host: resume root hub on port connectGregory Herrero1-0/+3
2014-09-19usb: dwc2: handle DMA buffer unmapping sanelyPaul Zimmerman1-22/+0
2014-09-11usb: dwc2: make the scheduler handle excessive NAKs betterNick Hudson1-0/+8
2014-02-15usb: dwc2: fix dereference before NULL checkPaul Zimmerman1-5/+9
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman1-0/+2119