summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: remove generic PHY calibrate() callsMarek Szyprowski2019-09-031-2/+0
* usb: dwc3: Separate field holding multiple propertiesThinh Nguyen2019-08-281-2/+1
* usb: dwc3: Use clk_bulk_prepare_enable()Andrey Smirnov2019-08-091-18/+5
* usb: dwc3: Use devres to get clocksAndrey Smirnov2019-08-091-5/+2
* usb: dwc3: Update soft-reset wait polling rateThinh Nguyen2019-08-091-5/+18
* usb: dwc3: Switch to use device_property_count_u32()Andy Shevchenko2019-08-091-2/+1
* usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha2019-06-181-0/+4
* usb: dwc3: Fix core validation in probe, move after clocks are enabledEnric Balletbo i Serra2019-06-181-5/+7
* usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen2019-05-031-1/+1
* usb: dwc3: Do core validation early on probeThinh Nguyen2019-05-031-6/+5
* usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski2019-05-031-0/+2
* usb: dwc3: Free resource immediately after useAndy Shevchenko2019-05-031-0/+3
* usb: dwc3: Add workaround for isoc start transfer failureThinh Nguyen2018-11-261-0/+2
* usb: dwc3: Track DWC_usb31 VERSIONTYPEThinh Nguyen2018-11-261-0/+1
* usb: dwc3: Set default mode for DWC_usb3 v3.30a and higherThinh Nguyen2018-11-261-4/+5
* usb: dwc3: don't log probe deferrals; but do log other error codesBrian Norris2018-11-261-1/+2
* usb: dwc3: Support option to disable USB2 LPMThinh Nguyen2018-11-261-0/+2
* usb: dwc3: Set GUSB2PHYCFG.ENBLSLPMThinh Nguyen2018-11-261-0/+2
* usb: dwc3: core: Clean up ULPI deviceAndy Shevchenko2018-11-061-0/+1
* usb: dwc3: Fix spelling of 'optimizations'Faisal Mehmood2018-10-021-1/+1
* usb: dwc3: core: Enable AutoRetry feature in the controllerAnurag Kumar Vulisha2018-07-301-0/+16
* usb: dwc3: Set default mode for dwc_usb31Thinh Nguyen2018-07-301-0/+8
* usb: dwc3: Enable undefined length INCR burst typePengbo Mu2018-07-301-0/+94
* usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devicesHans de Goede2018-06-181-10/+13
* usb: dwc3: support clocks and resets for DWC3 coreMasahiro Yamada2018-05-161-2/+86
* usb: dwc3: use local copy of resource to fix-up register offsetMasahiro Yamada2018-05-151-24/+8
* usb: dwc3: core: Suspend PHYs on runtime suspend in host modeManu Gautam2018-05-151-3/+33
* Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-231-8/+126
|\
| * usb: dwc3: core: Fix broken system suspend/resume on AM437xRoger Quadros2018-03-221-0/+2
| * usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen2018-03-221-0/+55
| * usb: dwc3: Add SoftReset PHY synchonization delayThinh Nguyen2018-03-221-1/+12
| * usb: dwc3: add dual role support using OTG blockRoger Quadros2018-03-131-10/+57
| * usb: dwc3: prevent setting PRTCAP to OTG from debugfsRoger Quadros2018-03-131-0/+3
* | usb: dwc3: Fix lock-up on ID change during system suspend/resumeRoger Quadros2018-02-281-1/+1
|/
* usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/r...Roger Quadros2018-02-151-11/+36
* usb: dwc3: core: Power-off core/PHYs on system_suspend in host modeManu Gautam2018-02-121-14/+22
* usb: dwc3: Undo PHY init if soft reset failsBrian Norris2018-02-121-0/+3
* Merge tag 'phy-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kis...Greg Kroah-Hartman2018-01-081-0/+2
|\
| * phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800Vivek Gautam2017-12-291-0/+2
* | usb: dwc3: Allow disabling of metastability workaroundRoger Quadros2017-12-111-0/+3
|/
* USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-071-12/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc3: core: Notify current USB mode to USB3 PHY as wellManu Gautam2017-10-241-9/+8
* usb: dwc3: pci: Runtime resume child device from wqManu Gautam2017-10-241-1/+0
* usb: dwc3: Don't reinitialize core during host bus-suspend/resumeManu Gautam2017-10-241-23/+20
* usb: dwc3: core: Call dwc3_core_get_phy() before initializing physVignesh R2017-07-171-3/+3
* usb: dwc3: core: program PHY for proper DRD modesFelipe Balbi2017-06-131-1/+26
* usb: dwc3: core: initialize ULPI before trying to get the PHYFelipe Balbi2017-06-131-4/+6
* usb: dwc3: add disable u2mac linestate check quirkWilliam Wu2017-05-171-6/+14
* usb: dwc3: Add dual-role supportRoger Quadros2017-04-111-4/+7