summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/hcd_ddma.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: Modify dwc2_readl/writel functions prototypeGevorg Sahakyan2018-07-301-5/+5
* usb: dwc2: Fix kernel doc's warnings.Grigor Tovmasyan2018-05-211-0/+1
* 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-2/+2
* usb: dwc2: Fix logical continuationsJohn Youn2017-01-241-4/+4
* usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-6/+5Star
* usb: dwc2: host: Rename MAX_DMA_DESC_SIZE to HOST_DMA_NBYTES_LIMITVahram Aharonyan2016-11-181-2/+2
* usb: dwc2: Update DMA descriptor structureVahram Aharonyan2016-11-181-24/+24
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-2/+2
* usb: dwc2: Fix issues in dwc2_complete_non_isoc_xfer_ddma()John Youn2016-03-041-2/+4
* usb: dwc2: Use kmem_cache_free()Amitoj Kaur Chawla2016-03-041-1/+1
* usb: dwc2: host: Rename some fields in struct dwc2_qhDouglas Anderson2016-03-041-17/+20
* usb: dwc2: host: Always add to the tail of queuesDouglas Anderson2016-03-041-2/+2
* usb: dwc2: host: fix the data toggle error in full speed descriptor dmaTang, Jianqiang2016-02-171-1/+1
* usb: dwc2: host: fix logical omissions in dwc2_process_non_isoc_descVardan Mikayelyan2016-02-171-11/+10Star
* usb: dwc2: host: use kmem cache to allocate descriptorsGregory Herrero2015-12-151-2/+18
* usb: dwc2: host: avoid usage of dma_alloc_coherent with irqs disabledGregory Herrero2015-12-151-24/+82
* usb: dwc2: host: process all completed urbsGregory Herrero2015-12-151-2/+36
* usb: dwc2: host: always increment available host channel during releaseGregory Herrero2015-12-151-0/+1
* usb: dwc2: host: program descriptor for next frameGregory Herrero2015-12-151-2/+30
* usb: dwc2: host: spinlock release channelGregory Herrero2015-12-151-0/+4
* usb: dwc2: host: fix use of qtd after free in desc dma modeGregory Herrero2015-12-151-1/+4
* usb: dwc2: host: rework isochronous halt pathGregory Herrero2015-12-151-1/+21
* usb: dwc2: host: set active bit in isochronous descriptorsGregory Herrero2015-12-151-8/+3Star
* usb: dwc2: host: ensure filling of isoc desc is correctly doneGregory Herrero2015-12-151-2/+3
* usb: dwc2: Use platform endianness when accessing registersAntti Seppälä2015-09-271-5/+5
* Move DWC2 driver out of stagingPaul Zimmerman2014-01-131-0/+1212