summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2017-03-22usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic
2017-03-08usb: dwc3: gadget: make to increment req->remaining in all casesFelipe Balbi
2017-03-06usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros
2017-03-06usb: dwc3: gadget: Fix system suspend/resume on TI platformsRoger Quadros
2017-03-06usb: dwc3: Fix incorrect type for utmi modeFranck Demathieu
2017-03-06usb: dwc3: gadget: properly increment dequeue pointer on ep_dequeueFelipe Balbi
2017-03-06usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi
2017-01-26Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2017-01-26usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi
2017-01-25usb: dwc3: gadget: read IN ep FIFO size from HWFelipe Balbi
2017-01-24usb: dwc3: gadget: skip Set/Clear Halt when invalidFelipe Balbi
2017-01-24usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phaseBaolin Wang
2017-01-24usb: dwc3: omap: Replace the extcon APIChanwoo Choi
2017-01-24usb: dwc3: gadget: align transfers to wMaxPacketSizeFelipe Balbi
2017-01-24usb: dwc3: gadget: allocate bounce buffer for unaligned xfersFelipe Balbi
2017-01-24usb: dwc3: gadget: extract __dwc3_prepare_one_trb()Felipe Balbi
2017-01-24usb: dwc3: gadget: simplify dwc3_prepare_one_trb()Felipe Balbi
2017-01-24usb: dwc3: exynos: Remove MODULE_ALIAS()Javier Martinez Canillas
2017-01-24usb: dwc3: exynos remove suspend clock unspecified debug messageShuah Khan
2017-01-12usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan
2017-01-03usb: dwc3: gadget: Fix full speed modeRoger Quadros
2017-01-02usb: dwc3: pci: add Intel Gemini Lake PCI IDHeikki Krogerus
2017-01-02usb: dwc3: pci: Add "linux,sysdev_is_parent" propertyJohn Youn
2017-01-02usb: dwc3: omap: fix race of pm runtime with irq handler in probeGrygorii Strashko
2017-01-02usb: dwc3: skip interrupt when ep disabledJanusz Dziedzic
2017-01-02usb: dwc3: pci: Fix dr_mode misspellingHans de Goede
2017-01-02usb: dwc3: core: avoid Overflow eventsFelipe Balbi
2017-01-02usb: dwc3: gadget: always unmap EP0 requestsFelipe Balbi
2017-01-02usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()Felipe Balbi
2017-01-02usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()Felipe Balbi
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-12-14treewide: Fix printk() message errorsMasanari Iida
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman
2016-11-18usb: dwc3: Do not set dma coherent maskArnd Bergmann
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann
2016-11-18usb: dwc3: ep0: avoid empty-body warningArnd Bergmann
2016-11-18usb: dwc3: pci: avoid build warningFelipe Balbi
2016-11-18usb: dwc3: Workaround for irq mask issueJohn Youn
2016-11-18usb: dwc3: Implement interrupt moderationJohn Youn
2016-11-18usb: dwc3: gadget: clear events in top-half handlerJohn Youn
2016-11-18usb: dwc3: gadget: use evt->cache for processing eventsJohn Youn
2016-11-18usb: dwc3: gadget: use evt->length as we shouldFelipe Balbi
2016-11-18usb: dwc3: core: add a event buffer cacheJohn Youn
2016-11-18usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi
2016-11-18usb: dwc3: Add a function to check propertiesJohn Youn
2016-11-18usb: dwc3: Add a check for the DWC_usb3 coreJohn Youn
2016-11-18usb: dwc3: gadget: Fix dead code writing GCTL.RAMCLKSELJohn Youn
2016-11-18usb: dwc3: gadget: Remove descriptor arguments to ep_enableJohn Youn
2016-11-18usb: dwc3: warn on once when no trbsJanusz Dziedzic
2016-11-18usb: dwc3: isoc clean DWC3_EP_PENDING_REQUEST flagJanusz Dziedzic