aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
AgeCommit message (Expand)AuthorFilesLines
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/balbi/usb into usb-nextGreg 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
2016-08-25usb: dwc3: of-simple: add compatible for rockchip rk3399William Wu1-0/+1
2016-08-25usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2-0/+8
2016-08-25usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu2-0/+30
2016-08-25usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu2-0/+10
2016-08-25usb: dwc3: gadget: improve increment request->actualFelipe Balbi1-6/+2
2016-08-25usb: dwc3: gadget: remove condition that never happensFelipe Balbi1-4/+2
2016-08-25usb: dwc3: gadget: add remaining sg entries to ringFelipe Balbi1-9/+24
2016-08-25usb: dwc3: debug: fix ep name on trace outputFelipe Balbi1-1/+1
2016-08-22usb: dwc3: gadget: interrupt on ring full tooFelipe Balbi1-1/+4
2016-08-22usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_requestFelipe Balbi1-0/+4
2016-08-22usb: dwc3: gadget: avoid while (1) loop on completionFelipe Balbi1-13/+19
2016-08-22usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi1-76/+7
2016-08-22usb: dwc3: gadget: simplify dwc3_ep_prev_trb()Felipe Balbi1-5/+5
2016-08-22usb: dwc3: gadget: increment dequeue pointer on completionFelipe Balbi1-14/+3
2016-08-22usb: dwc3: gadget: retire LST bit completelyFelipe Balbi1-47/+15
2016-08-22usb: dwc3: gadget: don't rely on jiffies while holding spinlockNicolas Saenz Julienne1-3/+3
2016-08-22usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi1-0/+1
2016-08-22usb: dwc3: pci: runtime_resume child deviceFelipe Balbi1-1/+8
2016-08-21Merge 4.8-rc3 into usb-nextGreg Kroah-Hartman3-22/+36
2016-08-11usb: dwc3: gadget: stop processing on HWO setFelipe Balbi1-10/+1
2016-08-11usb: dwc3: don't set last bit for ISOC endpointsJanusz Dziedzic1-1/+1
2016-08-11usb: dwc3: fix missing platform_set_drvdata() in dwc3_of_simple_probe()Wei Yongjun1-0/+1
2016-08-10usb: dwc3: pci: add Intel Kabylake PCI IDHeikki Krogerus1-0/+2
2016-08-10usb: dwc3: gadget: always cleanup all TRBsFelipe Balbi1-1/+1
2016-08-10usb: dwc3: gadget: fix for short pkts during chained xfersFelipe Balbi1-3/+20
2016-08-10usb: dwc3: gadget: increment request->actual onceFelipe Balbi1-8/+11
2016-08-09usb: remove redundant dependency on USB_SUPPORTMasahiro Yamada1-1/+1