aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha1-0/+4
2019-06-18usb: dwc3: Fix core validation in probe, move after clocks are enabledEnric Balletbo i Serra1-5/+7
2019-05-03usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen1-1/+1
2019-05-03usb: dwc3: Do core validation early on probeThinh Nguyen1-6/+5
2019-05-03usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski1-0/+2
2019-05-03usb: dwc3: Free resource immediately after useAndy Shevchenko1-0/+3
2018-11-26usb: dwc3: Add workaround for isoc start transfer failureThinh Nguyen1-0/+2
2018-11-26usb: dwc3: Track DWC_usb31 VERSIONTYPEThinh Nguyen1-0/+1
2018-11-26usb: dwc3: Set default mode for DWC_usb3 v3.30a and higherThinh Nguyen1-4/+5
2018-11-26usb: dwc3: don't log probe deferrals; but do log other error codesBrian Norris1-1/+2
2018-11-26usb: dwc3: Support option to disable USB2 LPMThinh Nguyen1-0/+2
2018-11-26usb: dwc3: Set GUSB2PHYCFG.ENBLSLPMThinh Nguyen1-0/+2
2018-11-06usb: dwc3: core: Clean up ULPI deviceAndy Shevchenko1-0/+1
2018-10-02usb: dwc3: Fix spelling of 'optimizations'Faisal Mehmood1-1/+1
2018-07-30usb: dwc3: core: Enable AutoRetry feature in the controllerAnurag Kumar Vulisha1-0/+16
2018-07-30usb: dwc3: Set default mode for dwc_usb31Thinh Nguyen1-0/+8
2018-07-30usb: dwc3: Enable undefined length INCR burst typePengbo Mu1-0/+94
2018-06-18usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede1-10/+13
2018-05-16usb: dwc3: support clocks and resets for DWC3 coreMasahiro Yamada1-2/+86
2018-05-15usb: dwc3: use local copy of resource to fix-up register offsetMasahiro Yamada1-24/+8
2018-05-15usb: dwc3: core: Suspend PHYs on runtime suspend in host modeManu Gautam1-3/+33
2018-03-23Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-testingGreg Kroah-Hartman1-8/+126
2018-03-22usb: dwc3: core: Fix broken system suspend/resume on AM437xRoger Quadros1-0/+2
2018-03-22usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen1-0/+55
2018-03-22usb: dwc3: Add SoftReset PHY synchonization delayThinh Nguyen1-1/+12
2018-03-13usb: dwc3: add dual role support using OTG blockRoger Quadros1-10/+57
2018-03-13usb: dwc3: prevent setting PRTCAP to OTG from debugfsRoger Quadros1-0/+3
2018-02-28usb: dwc3: Fix lock-up on ID change during system suspend/resumeRoger Quadros1-1/+1
2018-02-15usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/resumeRoger Quadros1-11/+36
2018-02-12usb: dwc3: core: Power-off core/PHYs on system_suspend in host modeManu Gautam1-14/+22
2018-02-12usb: dwc3: Undo PHY init if soft reset failsBrian Norris1-0/+3
2018-01-08Merge tag 'phy-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-0/+2
2017-12-29phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800Vivek Gautam1-0/+2
2017-12-11usb: dwc3: Allow disabling of metastability workaroundRoger Quadros1-0/+3
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-12/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-24usb: dwc3: core: Notify current USB mode to USB3 PHY as wellManu Gautam1-9/+8
2017-10-24usb: dwc3: pci: Runtime resume child device from wqManu Gautam1-1/+0
2017-10-24usb: dwc3: Don't reinitialize core during host bus-suspend/resumeManu Gautam1-23/+20
2017-07-17usb: dwc3: core: Call dwc3_core_get_phy() before initializing physVignesh R1-3/+3
2017-06-13usb: dwc3: core: program PHY for proper DRD modesFelipe Balbi1-1/+26
2017-06-13usb: dwc3: core: initialize ULPI before trying to get the PHYFelipe Balbi1-4/+6
2017-05-17usb: dwc3: add disable u2mac linestate check quirkWilliam Wu1-6/+14
2017-04-11usb: dwc3: Add dual-role supportRoger Quadros1-4/+7
2017-04-11usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros1-31/+72
2017-04-11usb: dwc3: core: add current_dr_role memberRoger Quadros1-0/+2
2017-04-11usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue1-2/+1
2017-03-27usb: dwc3: make sure UX_EXIT_PX is clearedFelipe Balbi1-0/+6
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-168/+190
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann1-13/+14