aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 19-268/+122
2017-11-07USB: dwc3: Remove redundant license textGravatar Greg Kroah-Hartman 19-168/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 19-0/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-24usb: dwc3: core: Notify current USB mode to USB3 PHY as wellGravatar Manu Gautam 1-9/+8
2017-10-24usb: dwc3: pci: Runtime resume child device from wqGravatar Manu Gautam 2-3/+27
2017-10-24usb: dwc3: Don't reinitialize core during host bus-suspend/resumeGravatar Manu Gautam 1-23/+20
2017-10-19usb: dwc3: of-simple: Add support to get resets for the deviceGravatar Vivek Gautam 1-2/+25
2017-10-19usb: dwc3: of-simple: Re-order resource handling in removeGravatar Vivek Gautam 1-2/+2
2017-10-19usb: dwc3: ep0: Clean up unused variablesGravatar Christos Gkekas 1-20/+0
2017-10-19usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototypeGravatar Felipe Balbi 1-21/+13
2017-10-19usb: dwc3: gadget: cache frame number in struct dwc3_epGravatar Felipe Balbi 2-5/+4
2017-10-19usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Gravatar Felipe Balbi 1-15/+4
2017-10-19usb: dwc3: gadget: check for lack of TRBs a bit earlierGravatar Felipe Balbi 1-3/+3
2017-09-28usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platformGravatar Baolin Wang 1-0/+1
2017-09-18usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Gravatar Felipe Balbi 1-0/+7
2017-08-22Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 3-16/+14
2017-08-15usb: dwc3: of-simple: remove include of clk-provider.hGravatar Shawn Guo 1-2/+2
2017-08-14Merge 4.13-rc5 into usb-nextGravatar Greg Kroah-Hartman 1-1/+32
2017-08-10usb/dwc3:constify dev_pm_opsGravatar Doug Wilson 1-1/+1
2017-08-09usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driverGravatar Franklin S Cooper Jr 1-12/+10
2017-08-09usb: dwc3: omap: fix error return code in dwc3_omap_probe()Gravatar Gustavo A. R. Silva 1-2/+2
2017-08-09usb: dwc3: pci: constify dev_pm_opsGravatar Doug Wilson 1-1/+1
2017-08-03usb: dwc3: gadget: Correct ISOC DATA PIDs for short packetsGravatar Manu Gautam 1-1/+32
2017-07-17usb: dwc3: gadget: only unmap requests from DMA if mappedGravatar Jack Pham 1-3/+5
2017-07-17usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irqGravatar Vignesh R 1-10/+8
2017-07-17usb: dwc3: core: Call dwc3_core_get_phy() before initializing physGravatar Vignesh R 1-3/+3
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-2/+1
2017-07-03Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 11-191/+554
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoGravatar Rafael J. Wysocki 1-2/+1
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Gravatar Greg Kroah-Hartman 11-191/+554
2017-06-15usb: dwc3: exynos: Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-3/+10
2017-06-13usb: dwc3: gadget: increase readability of dwc3_gadget_init_endpoints()Gravatar Andy Shevchenko 1-14/+15
2017-06-13usb: dwc3: core: program PHY for proper DRD modesGravatar Felipe Balbi 1-1/+26
2017-06-13usb: dwc3: core: initialize ULPI before trying to get the PHYGravatar Felipe Balbi 1-4/+6
2017-06-13usb: dwc3: ulpi: conditionally resume ULPI PHYGravatar Felipe Balbi 1-0/+12
2017-06-13usb: dwc3: ep0: make sure wValue is 0 on GetStatus()Gravatar Felipe Balbi 1-0/+6
2017-06-13usb: dwc3: gadget: implement ->udc_set_speed()Gravatar Felipe Balbi 1-43/+58
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Gravatar Andy Shevchenko 1-5/+5
2017-06-02usb: dwc3: trace: decode ctrl requestGravatar Felipe Balbi 2-4/+238
2017-06-02usb: dwc3: debug: remove static char buffer from dwc3_decode_event()Gravatar Felipe Balbi 2-8/+9
2017-06-02usb: dwc3: trace: rely on __string() and __assign_str()Gravatar Felipe Balbi 1-8/+8
2017-06-02usb: dwc3: gadget: slight cleanup to dwc3_process_event_entry()Gravatar Felipe Balbi 1-12/+4
2017-06-02usb: dwc3: debugfs: slightly improve output of trb_ringGravatar Felipe Balbi 1-5/+4
2017-06-02usb: dwc3: update documentationGravatar Felipe Balbi 4-65/+124
2017-06-02usb: dwc3: replace %p with %pKGravatar Felipe Balbi 2-7/+4
2017-05-17usb: dwc3: add disable u2mac linestate check quirkGravatar William Wu 2-6/+18
2017-05-17usb: dwc3: gadget: lazily map requests for DMAGravatar Felipe Balbi 1-9/+12
2017-05-17usb: dwc3: gadget: don't WARN about lack of TRBsGravatar Felipe Balbi 1-3/+1
2017-05-16usb: dwc3: keystone: check return valueGravatar Pan Bian 1-0/+4