summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* 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
| * usb: dwc3: of-simple: Add support to get resets for the deviceVivek Gautam2017-10-191-2/+25
| * usb: dwc3: of-simple: Re-order resource handling in removeVivek Gautam2017-10-191-2/+2
| * usb: dwc3: ep0: Clean up unused variablesChristos Gkekas2017-10-191-20/+0
| * usb: dwc3: gadget: simplify __dwc3_gadget_kick_transfer() prototypeFelipe Balbi2017-10-191-21/+13
| * usb: dwc3: gadget: cache frame number in struct dwc3_epFelipe Balbi2017-10-192-5/+4
| * usb: dwc3: gadget: simplify __dwc3_gadget_ep_queue()Felipe Balbi2017-10-191-15/+4
| * usb: dwc3: gadget: check for lack of TRBs a bit earlierFelipe Balbi2017-10-191-3/+3
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* usb: dwc3: of-simple: Add compatible for Spreadtrum SC9860 platformBaolin Wang2017-09-281-0/+1
* usb: dwc3: ep0: fix DMA starvation by assigning req->trb on ep0Felipe Balbi2017-09-181-0/+7
* Merge tag 'usb-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-08-223-16/+14
|\
| * usb: dwc3: of-simple: remove include of clk-provider.hShawn Guo2017-08-151-2/+2
| * usb: dwc3: keystone: Add PM_RUNTIME Support to DWC3 Keystone USB driverFranklin S Cooper Jr2017-08-091-12/+10
| * usb: dwc3: omap: fix error return code in dwc3_omap_probe()Gustavo A. R. Silva2017-08-091-2/+2
| * usb: dwc3: pci: constify dev_pm_opsDoug Wilson2017-08-091-1/+1
* | Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-141-1/+32
|\ \
| * | usb: dwc3: gadget: Correct ISOC DATA PIDs for short packetsManu Gautam2017-08-031-1/+32
| |/
* | usb/dwc3:constify dev_pm_opsDoug Wilson2017-08-101-1/+1
|/
* usb: dwc3: gadget: only unmap requests from DMA if mappedJack Pham2017-07-171-3/+5
* usb: dwc3: omap: remove IRQ_NOAUTOEN used with shared irqVignesh R2017-07-171-10/+8
* usb: dwc3: core: Call dwc3_core_get_phy() before initializing physVignesh R2017-07-171-3/+3
* Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-2/+1
|\
| * PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki2017-06-281-2/+1
* | Merge tag 'usb-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-0311-191/+554
|\ \ | |/ |/|
| * Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-06-2011-191/+554
| |\
OpenPOWER on IntegriCloud