summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2018-04-13usb: dwc3: keystone: check return valuePan Bian1-0/+4
2018-03-22usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen1-7/+9
2018-03-22usb: dwc3: make sure UX_EXIT_PX is clearedFelipe Balbi2-0/+7
2018-02-28usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen1-0/+2
2018-02-25usb: dwc3: of-simple: fix missing clk_disable_unprepareAndreas Platschek1-1/+3
2018-02-25usb: dwc3: gadget: Wait longer for controller to end command processingVincent Pelletier1-1/+1
2017-12-14usb: dwc3: gadget: Fix system suspend/resume on TI platformsRoger Quadros1-6/+1
2017-10-21usb: dwc3: gadget: Correct ISOC DATA PIDs for short packetsManu Gautam1-1/+34
2017-08-07usb: dwc3: omap: fix race of pm runtime with irq handler in probeGrygorii Strashko1-2/+4
2017-07-12usb: dwc3: replace %p with %pKFelipe Balbi2-4/+4
2017-06-24usb: dwc3: exynos fix axius clock error path to do cleanupShuah Khan1-1/+3
2017-05-25usb: dwc3: gadget: Prevent losing events in event cacheThinh Nguyen1-0/+9
2017-04-12usb: dwc3: host: pass quirk-broken-port-ped property for known broken revisionsFelipe Balbi1-3/+18
2017-04-12usb: dwc3: gadget: delay unmap of bounced requestsJanusz Dziedzic1-4/+17
2017-03-18usb: dwc3-omap: Fix missing break in dwc3_omap_set_mailbox()Roger Quadros1-0/+1
2017-03-18usb: dwc3: gadget: make Set Endpoint Configuration macros safeFelipe Balbi1-7/+7
2017-03-12usb: dwc3: gadget: skip Set/Clear Halt when invalidFelipe Balbi1-0/+5
2017-01-12usb: dwc3: gadget: always unmap EP0 requestsFelipe Balbi1-4/+4
2017-01-12usb: dwc3: ep0: explicitly call dwc3_ep0_prepare_one_trb()Felipe Balbi1-13/+15
2017-01-12usb: dwc3: ep0: add dwc3_ep0_prepare_one_trb()Felipe Balbi1-12/+18
2017-01-12usb: dwc3: gadget: Fix full speed modeRoger Quadros2-7/+4
2017-01-12usb: dwc3: pci: Fix dr_mode misspellingHans de Goede1-1/+1
2017-01-12usb: dwc3: pci: add Intel Gemini Lake PCI IDHeikki Krogerus1-0/+2
2017-01-12usb: dwc3: core: avoid Overflow eventsFelipe Balbi1-3/+1
2017-01-06usb: dwc3: gadget: set PCM1 field of isochronous-first TRBsFelipe Balbi1-2/+11
2016-10-31usb: dwc3: st: add missing <linux/pinctrl/consumer.h> includeFelipe Balbi1-0/+1
2016-10-31usb: dwc3: Fix error handling for core initVivek Gautam1-3/+2
2016-10-17usb: dwc3: Fix size used in dma_free_coherent()Christophe JAILLET1-2/+2
2016-10-17usb: dwc3: gadget: never pre-start Isochronous endpointsFelipe Balbi1-3/+11
2016-10-17usb: dwc3: gadget: properly account queued requestsFelipe Balbi1-3/+5
2016-09-14Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman5-213/+280
2016-09-13usb: dwc3: of-simple: add compatible for CaviumFelipe Balbi1-0/+1
2016-09-13usb: dwc3: of-simple: allow glues without clocksFelipe Balbi1-16/+28
2016-09-12Merge 4.8-rc6 into usb-nextGreg Kroah-Hartman2-2/+7
2016-09-12usb: dwc3: of-simple: Fix warning during unbindAnurag Kumar Vulisha1-1/+1
2016-09-12usb: dwc3: fix Clear Stall EP command failureLu Baolu1-1/+2
2016-09-09usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann1-5/+9
2016-09-07usb: dwc3: pci: fix build warning on !PM_SLEEPFelipe Balbi1-1/+3
2016-09-07usb: dwc3: Fix dr_mode validationThinh Nguyen2-12/+58
2016-09-06usb: dwc3: ulpi: make dwc3_ulpi_ops constantTal Shorer1-1/+1
2016-09-06usb: ulpi: rename operations {read|write}_dev to simply {read|write}Tal Shorer1-2/+2
2016-09-06usb: dwc3: ulpi: use new apiTal Shorer1-6/+6
2016-09-05Revert "usb: dwc3: gadget: always decrement by 1"John Youn1-1/+4
2016-09-05Merge 4.8-rc5 into usb-testingGreg Kroah-Hartman4-9/+14
2016-08-25usb: dwc3: gadget: always decrement by 1Felipe Balbi1-4/+1
2016-08-25usb: dwc3: gadget: stop kicking if we run out of spaceFelipe Balbi1-0/+3
2016-08-25usb: dwc3: gadget: abolish trbs_leftFelipe Balbi1-9/+7
2016-08-25usb: dwc3: Add ENDXFER command pollingJohn Youn3-1/+30
2016-08-25usb: dwc3: Add revision numbers for the USB 3.0 IPJohn Youn1-0/+2
2016-08-25usb: dwc3: core: Move the mode setting to the right placeBaolin Wang1-3/+15