summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic2017-03-221-4/+17
* usb: dwc3: gadget: make to increment req->remaining in all casesFelipe Balbi2017-03-081-3/+3
* usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros2017-03-061-0/+1
* usb: dwc3: gadget: Fix system suspend/resume on TI platformsRoger Quadros2017-03-061-6/+1Star
* usb: dwc3: Fix incorrect type for utmi modeFranck Demathieu2017-03-061-1/+1
* usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeueFelipe Balbi2017-03-061-0/+63
* usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi2017-03-061-7/+7
* Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-266-62/+197
|\
| * usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi2017-01-261-3/+18
| * usb: dwc3: gadget: read IN ep FIFO size from HWFelipe Balbi2017-01-251-0/+38
| * usb: dwc3: gadget: skip Set/Clear Halt when invalidFelipe Balbi2017-01-241-0/+5
| * usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phaseBaolin Wang2017-01-241-0/+14
| * usb: dwc3: omap: Replace the extcon APIChanwoo Choi2017-01-241-13/+7Star
| * usb: dwc3: gadget: align transfers to wMaxPacketSizeFelipe Balbi2017-01-242-8/+63
| * usb: dwc3: gadget: allocate bounce buffer for unaligned xfersFelipe Balbi2017-01-242-2/+17
| * usb: dwc3: gadget: extract __dwc3_prepare_one_trb()Felipe Balbi2017-01-241-22/+36
| * usb: dwc3: gadget: simplify dwc3_prepare_one_trb()Felipe Balbi2017-01-241-17/+5Star
| * usb: dwc3: exynos: Remove MODULE_ALIAS()Javier Martinez Canillas2017-01-241-1/+0Star
| * usb: dwc3: exynos remove suspend clock unspecified debug messageShuah Khan2017-01-241-3/+1Star
* | usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan2017-01-121-1/+3
|/
* usb: dwc3: gadget: Fix full speed modeRoger Quadros2017-01-032-7/+4Star
* usb: dwc3: pci: add Intel Gemini Lake PCI IDHeikki Krogerus2017-01-021-0/+2
* usb: dwc3: pci: Add "linux,sysdev_is_parent" propertyJohn Youn2017-01-021-10/+3Star
* usb: dwc3: omap: fix race of pm runtime with irq handler in probeGrygorii Strashko2017-01-021-2/+4
* usb: dwc3: skip interrupt when ep disabledJanusz Dziedzic2017-01-021-3/+8
* usb: dwc3: pci: Fix dr_mode misspellingHans de Goede2017-01-021-1/+1
* usb: dwc3: core: avoid Overflow eventsFelipe Balbi2017-01-021-3/+1Star
* usb: dwc3: gadget: always unmap EP0 requestsFelipe Balbi2017-01-021-4/+4
* usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()Felipe Balbi2017-01-021-13/+15
* usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()Felipe Balbi2017-01-021-10/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\
| * treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-1815-726/+1060
|\ \ | |/ |/|
| * usb: dwc3: Do not set dma coherent maskArnd Bergmann2016-11-182-11/+0Star
| * usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann2016-11-186-43/+54
| * usb: dwc3: ep0: avoid empty-body warningArnd Bergmann2016-11-181-6/+7
| * usb: dwc3: pci: avoid build warningFelipe Balbi2016-11-181-24/+26
| * usb: dwc3: Workaround for irq mask issueJohn Youn2016-11-181-0/+11
| * usb: dwc3: Implement interrupt moderationJohn Youn2016-11-183-0/+47
| * usb: dwc3: gadget: clear events in top-half handlerJohn Youn2016-11-181-2/+2
| * usb: dwc3: gadget: use evt->cache for processing eventsJohn Youn2016-11-181-1/+8
| * usb: dwc3: gadget: use evt->length as we shouldFelipe Balbi2016-11-181-1/+1
| * usb: dwc3: core: add a event buffer cacheJohn Youn2016-11-182-0/+6
| * usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi2016-11-181-39/+0Star
| * usb: dwc3: Add a function to check propertiesJohn Youn2016-11-181-26/+33
| * usb: dwc3: Add a check for the DWC_usb3 coreJohn Youn2016-11-181-0/+6
| * usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSELJohn Youn2016-11-181-27/+8Star
| * usb: dwc3: gadget: Remove descriptor arguments to ep_enableJohn Youn2016-11-182-20/+25
| * usb: dwc3: warn on once when no trbsJanusz Dziedzic2016-11-181-1/+3
| * usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flagJanusz Dziedzic2016-11-181-0/+1