summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeueMayank Rana2018-04-251-1/+1
* usb: dwc3: gadget: dwc3_gadget_del_and_unmap_request() can be staticWei Yongjun2018-04-251-1/+1
* usb: dwc3: gadget: never call ->complete() from ->ep_queue()Felipe Balbi2018-03-261-18/+25
* Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-239-90/+839
|\
| * usb: dwc3: core: Fix broken system suspend/resume on AM437xRoger Quadros2018-03-221-0/+2
| * usb: dwc3: Check controller type before setting speedThinh Nguyen2018-03-221-1/+4
| * usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen2018-03-222-0/+10
| * usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen2018-03-222-0/+63
| * usb: dwc3: Add DWC_usb31 GTXTHRCFG reg fieldsThinh Nguyen2018-03-221-0/+10
| * usb: dwc3: gadget: Check IP revision for GRXTHRCFGThinh Nguyen2018-03-221-1/+5
| * usb: dwc3: Add DWC_usb31 GRXTHRCFG bit fieldsThinh Nguyen2018-03-221-0/+10
| * usb: dwc3: Check IP revision for GTXFIFOSIZThinh Nguyen2018-03-221-1/+4
| * usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen2018-03-221-0/+2
| * usb: dwc3: Add SoftReset PHY synchonization delayThinh Nguyen2018-03-221-1/+12
| * usb: dwc3: pci: Properly cleanup resourceThinh Nguyen2018-03-221-1/+1
| * usb: dwc3: Makefile: fix link error on randconfigFelipe Balbi2018-03-221-1/+1
| * usb: dwc3: ep0: remove redundant assignmentHeinrich Schuchardt2018-03-191-1/+1
| * usb: dwc3: Prevent indefinite sleep in _dwc3_set_mode during suspend/resumeRoger Quadros2018-03-131-3/+20
| * usb: dwc3: add dual role support using OTG blockRoger Quadros2018-03-133-28/+557
| * usb: dwc3: prevent setting PRTCAP to OTG from debugfsRoger Quadros2018-03-131-0/+3
| * usb: dwc3: core.h: add some register definitionsRoger Quadros2018-03-131-0/+82
| * usb: dwc3: of-simple: add support for the Amlogic Meson GXL and AXG SoCsMartin Blumenstingl2018-03-131-0/+8
| * usb: dwc3: of-simple: add support for shared and pulsed reset linesMartin Blumenstingl2018-03-131-6/+17
| * usb: dwc3: debugfs: Re-use DEFINE_SHOW_ATTRIBUTE() macroFelipe Balbi2018-03-081-49/+30
* | 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-152-11/+41
* usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen2018-02-121-7/+9
* usb: dwc3: omap: don't miss events during suspend/resumeRoger Quadros2018-02-121-0/+16
* 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
* usb: dwc3: ep0: Reset TRB counter for ep0 INThinh Nguyen2018-02-121-1/+6
* usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen2018-02-121-0/+2
* usb: dwc3: of-simple: fix oops by unbalanced clk disable callEnric Balletbo i Serra2018-02-121-0/+1
* 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
* | Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-01-086-11/+22
|\ \
| * | usb: dwc3: Allow disabling of metastability workaroundRoger Quadros2017-12-113-2/+10
| * | usb: dwc3: Make sparse a bit happierVincent Pelletier2017-12-111-2/+2
| * | usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay valueFelipe Balbi2017-12-112-7/+1
| * | usb: dwc3: debug: decode a few more featuresFelipe Balbi2017-12-111-0/+9
| |/
* | usb: dwc3: gadget: Fix PCM1 for ISOC EP with ep->mult less than 3Manu Gautam2017-12-111-1/+1
* | usb: dwc3: of-simple: set dev_pm_opsMasahiro Yamada2017-12-111-0/+1
* | usb: dwc3: of-simple: fix missing clk_disable_unprepareAndreas Platschek2017-12-111-1/+3
* | usb: dwc3: gadget: Wait longer for controller to end command processingVincent Pelletier2017-12-111-1/+1
|/
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1319-268/+122
|\
| * USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-0719-168/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0419-0/+19
| * 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-242-3/+27
| * usb: dwc3: Don't reinitialize core during host bus-suspend/resumeManu Gautam2017-10-241-23/+20