summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: fix kernel-doc markupsMauro Carvalho Chehab2020-10-281-1/+1
* usb: dwc3: Add splitdisable quirk for Hisilicon Kirin SocYu Chen2020-10-021-0/+25
* usb: dwc3: core: add phy cleanup for probe error handlingLi Jun2020-10-021-0/+11
* usb: dwc3: core: don't trigger runtime pm when remove driverLi Jun2020-10-021-2/+2
* usb: dwc3: core: do not queue work if dr_mode is not USB_DR_MODE_OTGLi Jun2020-10-021-3/+3
* usb: dwc3: core: Print warning on unsupported speedThinh Nguyen2020-09-241-0/+9
* usb: dwc3: core: Properly default unspecified speedThinh Nguyen2020-09-241-17/+18
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+2
* usb: dwc3: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-151-1/+1
* usb: dwc3: Add support for DWC_usb32 IPThinh Nguyen2020-05-251-27/+22
* usb: dwc3: core: Use role-switch default dr_modeThinh Nguyen2020-05-051-0/+2
* usb: dwc3: support continuous runtime PM with dual roleMartin Kepplinger2020-05-051-3/+8
* usb: dwc3: core: don't do suspend for device mode if already suspendedLi Jun2020-03-151-0/+2
* usb: dwc3: Rework resets initialization to be more flexibleJohn Stultz2020-03-151-1/+1
* usb: dwc3: Rework clock initialization to be more flexibleJohn Stultz2020-03-151-15/+5
* usb: dwc3: core: add support for disabling SS instances in park modeNeil Armstrong2020-03-151-0/+5
* usb: dwc3: turn off VBUS when leaving host modeBin Liu2020-01-151-0/+3
* Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-11-181-0/+37
|\
| * usb: dwc3: Disable phy suspend after power-on resetThinh Nguyen2019-10-221-0/+37
* | usb: dwc3: remove the call trace of USBx_GFLADJYinbo Zhu2019-10-271-2/+1
|/
* 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