summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* 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
| * usb: dwc3: fix post-incrementJanusz Dziedzic2016-11-181-1/+1
| * usb: dwc3: clean TRB if STARTTRANSFER failJanusz Dziedzic2016-11-181-0/+2
| * usb: dwc3: decrement queued_requestsJanusz Dziedzic2016-11-181-0/+1
| * usb: dwc3: trace: purge dwc3_trace()Felipe Balbi2016-11-086-135/+24Star
| * usb: dwc3: trace: add a tracepoint for ep enable/disableFelipe Balbi2016-11-082-4/+57
| * usb: dwc3: pci: call _DSM for suspend/resumeFelipe Balbi2016-11-032-13/+62
| * usb: dwc3: pci: add a private driver structureFelipe Balbi2016-11-031-15/+34
| * usb: dwc3: gadget: always kick if num_pending_sgs > 0Felipe Balbi2016-11-031-2/+1Star
| * usb: dwc3: gadget: stop touching HWO TRBsFelipe Balbi2016-11-031-0/+3
| * usb: dwc3: gadget: always try to prepare on started_list firstFelipe Balbi2016-11-031-0/+18
| * usb: dwc3: gadget: tracking per-TRB remaining bytesFelipe Balbi2016-11-032-13/+8Star
| * usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()Felipe Balbi2016-11-032-7/+34
| * usb: dwc3: gadget: wait for End Transfer to completeBaolin Wang2016-11-032-8/+49
| * usb: dwc3: cleanup with list_first_entry_or_null()Masahiro Yamada2016-11-031-4/+1Star
| * usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang2016-11-033-0/+22
| * usb: dwc3: gadget: purge dwc3_stop_active_transfers()Felipe Balbi2016-11-031-20/+0Star
| * usb: dwc3: core: add dwc3_get_properties()Felipe Balbi2016-11-031-41/+49
| * usb: dwc3: core: remove unnecessary alignmentFelipe Balbi2016-11-031-6/+2Star
| * usb: dwc3: core: introduce dwc3_core_setup_global_control()Felipe Balbi2016-11-031-42/+48
| * usb: dwc3: core: introduce dwc3_core_is_valid()Felipe Balbi2016-11-031-10/+22