aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd_ddma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-2/+2
2017-01-24usb: dwc2: Fix logical continuationsJohn Youn1-4/+4
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-6/+5
2016-11-18usb: dwc2: host: Rename MAX_DMA_DESC_SIZE to HOST_DMA_NBYTES_LIMITVahram Aharonyan1-2/+2
2016-11-18usb: dwc2: Update DMA descriptor structureVahram Aharonyan1-24/+24
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-2/+2
2016-03-04usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn1-2/+4
2016-03-04usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla1-1/+1
2016-03-04usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson1-17/+20
2016-03-04usb: dwc2: host: Always add to the tail of queuesDouglas Anderson1-2/+2
2016-02-17usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang1-1/+1
2016-02-17usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan1-11/+10
2015-12-15usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero1-2/+18
2015-12-15usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero1-24/+82
2015-12-15usb: dwc2: host: process all completed urbsGregory Herrero1-2/+36
2015-12-15usb: dwc2: host: always increment available host channel during releaseGregory Herrero1-0/+1
2015-12-15usb: dwc2: host: program descriptor for next frameGregory Herrero1-2/+30
2015-12-15usb: dwc2: host: spinlock release channelGregory Herrero1-0/+4
2015-12-15usb: dwc2: host: fix use of qtd after free in desc dma modeGregory Herrero1-1/+4
2015-12-15usb: dwc2: host: rework isochronous halt pathGregory Herrero1-1/+21
2015-12-15usb: dwc2: host: set active bit in isochronous descriptorsGregory Herrero1-8/+3
2015-12-15usb: dwc2: host: ensure filling of isoc desc is correctly doneGregory Herrero1-2/+3
2015-09-27usb: dwc2: Use platform endianness when accessing registersAntti Seppälä1-5/+5
2014-01-13Move DWC2 driver out of stagingPaul Zimmerman1-0/+1212