summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros2017-04-111-31/+72
* usb: dwc3: core: add current_dr_role memberRoger Quadros2017-04-111-0/+2
* usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue2017-04-111-2/+1
* usb: dwc3: make sure UX_EXIT_PX is clearedFelipe Balbi2017-03-271-0/+6
* Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-181-168/+190
|\
| * usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann2016-11-181-13/+14
| * usb: dwc3: Workaround for irq mask issueJohn Youn2016-11-181-0/+11
| * usb: dwc3: Implement interrupt moderationJohn Youn2016-11-181-0/+16
| * usb: dwc3: core: add a event buffer cacheJohn Youn2016-11-181-0/+4
| * usb: dwc3: core: remove dwc3_soft_reset()Felipe Balbi2016-11-181-39/+0
| * usb: dwc3: Add a function to check propertiesJohn Youn2016-11-181-26/+33
| * usb: dwc3: trace: purge dwc3_trace()Felipe Balbi2016-11-081-12/+3
| * usb: dwc3: core: add dwc3_get_properties()Felipe Balbi2016-11-031-41/+49
| * usb: dwc3: core: remove unnecessary alignmentFelipe Balbi2016-11-031-6/+2
| * usb: dwc3: core: introduce dwc3_core_setup_global_control()Felipe Balbi2016-11-031-42/+48
| * usb: dwc3: core: introduce dwc3_core_is_valid()Felipe Balbi2016-11-031-10/+22
| * usb: dwc3: Add support for device L1 exitJohn Youn2016-11-031-0/+10
| * usb: dwc3: remove unused struct member dwc3->memLu Baolu2016-11-031-1/+0
* | usb: dwc3: Fix error handling for core initVivek Gautam2016-10-311-3/+2
|/
* Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-141-14/+108
|\
| * usb: dwc3: Fix dr_mode validationThinh Nguyen2016-09-071-11/+54
| * usb: dwc3: Add ENDXFER command pollingJohn Youn2016-08-251-0/+11
| * usb: dwc3: core: Move the mode setting to the right placeBaolin Wang2016-08-251-3/+15
| * usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu2016-08-251-0/+5
| * usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu2016-08-251-0/+18
| * usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu2016-08-251-0/+5
* | usb: dwc3: core: allow device to runtime_suspend several timesFelipe Balbi2016-08-221-0/+1
|/
* usb: dwc3: core: cleanup IRQ resourcesRoger Quadros2016-06-211-14/+8
* usb: dwc3: fix runtime PM in error pathRoger Quadros2016-06-211-8/+18
* usb: dwc3: core: fixup dr_mode fallback selectionFelipe Balbi2016-06-211-2/+6
* usb: dwc3: remove handling of platform dataHeikki Krogerus2016-06-201-35/+0
* usb: dwc3: implement runtime PMFelipe Balbi2016-06-201-14/+134
* usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi2016-06-201-54/+5
* usb: dwc3: core: re-factor init and exit pathsFelipe Balbi2016-06-201-58/+60
OpenPOWER on IntegriCloud