summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-dwc3.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: fix NULL pointer issueChunfeng Yun2020-05-221-3/+3
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* usb: dwc3: use the phy bulk API to get physChunfeng Yun2020-05-021-4/+3
* usb: Migrate to support live DT for some driverKever Yang2020-03-301-2/+1
* usb: xhci: move xhci.h to include usbJean-Jacques Hiblot2019-10-241-1/+1
* usb: xhci-dwc3: Add support for dis_u2_susphy_quirkNeil Armstrong2019-09-101-0/+3
* usb: xhci-dwc3: Add USB2 PHY configurationMark Kettenis2019-07-191-0/+20
* dwc3: move phy operation to core.cJean-Jacques Hiblot2018-12-071-88/+7
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* usb: host: dwc3: fix phys initNeil Armstrong2018-04-261-10/+13
* usb: host: dwc3: Add support for multiple PHYsNeil Armstrong2018-04-111-47/+66
* ubs: xhci-dwc3: Enable USB3 PHY when availableVignesh R2018-03-171-0/+11
* usb: xhci-dwc3: Refractor PHY operations into separate functionVignesh R2018-03-171-27/+48
* usb: xhci-dwc3: Power on USB PHY before usingVignesh R2018-03-171-0/+12
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-3/+3
* usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard2017-07-281-2/+2
* dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard2017-07-281-0/+2
* usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard2017-07-281-0/+32
* usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard2017-07-281-0/+9
* usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard2017-07-281-0/+46
* usb: add static to local symbolsMasahiro Yamada2017-07-281-1/+1
* usb: xhci: dwc3: Adding reset delay requirement as per dwc3 databookRajesh Bhagat2015-12-071-0/+2
* drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola2015-07-221-0/+6
* usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh2015-07-221-0/+91