summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-061-4/+0Star
|\
| * PCI: Move Synopsys HAPS platform device IDsThinh Nguyen2018-12-171-4/+0Star
* | Merge tag 'usb-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-12-1210-156/+542
|\ \
| * | usb: dwc3: gadget: Disable CSP for stream OUT epTejas Joglekar2018-12-101-2/+6
| * | Revert "usb: dwc3: pci: Use devm functions to get the phy GPIOs"Stephan Gerhold2018-12-071-4/+4
| * | usb: dwc3: trace: add missing break statement to make compiler happyAndy Shevchenko2018-12-071-0/+2
| * | usb: dwc3: gadget: Report isoc transfer frame numberThinh Nguyen2018-12-052-0/+14
| * | usb: dwc3: Correct the logic for checking TRB full in __dwc3_prepare_one_trb()Anurag Kumar Vulisha2018-12-051-3/+3
| * | usb: dwc3: don't issue no-op trb for stream capable endpointsAnurag Kumar Vulisha2018-12-051-1/+1
| * | usb: dwc3: update stream id in depcmdAnurag Kumar Vulisha2018-12-051-0/+3
| * | usb: dwc3: gadget: check if dep->frame_number is still validFelipe Balbi2018-11-272-3/+13
| * | usb: dwc3: gadget: remove unnecessary dev_info()Felipe Balbi2018-11-261-2/+0Star
| * | usb: dwc3: trace: log ep commands in hexFelipe Balbi2018-11-261-1/+1
| * | usb: dwc3: gadget: return errors from __dwc3_gadget_start_isoc()Felipe Balbi2018-11-261-14/+11Star
| * | usb: dwc3: gadget: remove wait_end_transferFelipe Balbi2018-11-262-42/+1Star
| * | usb: dwc3: gadget: move requests to cancelled_listFelipe Balbi2018-11-261-3/+14
| * | usb: dwc3: gadget: introduce cancelled_listFelipe Balbi2018-11-263-0/+18
| * | usb: dwc3: gadget: extract dwc3_gadget_ep_skip_trbs()Felipe Balbi2018-11-261-37/+24Star
| * | usb: dwc3: gadget: use num_trbs when skipping TRBs on ->dequeue()Felipe Balbi2018-11-261-24/+4Star
| * | usb: dwc3: gadget: track number of TRBs per requestFelipe Balbi2018-11-262-0/+9
| * | usb: dwc3: gadget: combine unaligned and zero flagsFelipe Balbi2018-11-262-13/+12Star
| * | usb: dwc3: Add workaround for isoc start transfer failureThinh Nguyen2018-11-263-0/+146
| * | usb: dwc3: Track DWC_usb31 VERSIONTYPEThinh Nguyen2018-11-262-0/+11
| * | usb: dwc3: Set default mode for DWC_usb3 v3.30a and higherThinh Nguyen2018-11-262-4/+6
| * | usb: dwc3: drd: Add support for DR detection through extconAndy Shevchenko2018-11-261-0/+10
| * | usb: dwc3: drd: Switch to device property for 'extcon' handlingAndy Shevchenko2018-11-261-2/+3
| * | 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-263-1/+8
| * | usb: dwc3: Set GUSB2PHYCFG.ENBLSLPMThinh Nguyen2018-11-261-0/+2
| * | usb: dwc3: debugfs: Print/set link state for peripheral modeThinh Nguyen2018-11-261-0/+13
| * | usb: dwc3: debugfs: Properly print/set link state for HSThinh Nguyen2018-11-262-2/+46
| * | usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen2018-11-262-4/+154
| * | usb: dwc3: debugfs: Print eps Tx/RxFIFO in bytesThinh Nguyen2018-11-261-0/+8
| * | usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen2018-11-262-10/+10
* | | Revert "usb: dwc3: gadget: skip Set/Clear Halt when invalid"Felipe Balbi2018-11-261-5/+0Star
|/ /
* | usb: dwc3: gadget: fix ISOC TRB type on unaligned transfersFelipe Balbi2018-11-141-3/+3
* | usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()Kuppuswamy Sathyanarayanan2018-11-141-1/+3
* | usb: dwc3: gadget: Properly check last unaligned/zero chain TRBThinh Nguyen2018-11-061-1/+1
* | 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: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen2018-10-021-10/+19
* usb: dwc3: add EXTCON dependency for qcomArnd Bergmann2018-10-021-1/+1
* usb: dwc3: exynos: Add support for Exynos5433 variant with all clocksMarek Szyprowski2018-10-021-0/+9
* usb: dwc3: exynos: Rework clock handling and prepare for new variantsMarek Szyprowski2018-10-021-48/+80
* usb: dwc3: exynos: Remove dead codeMarek Szyprowski2018-10-021-75/+0Star
* Merge tag 'fixes-for-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-062-8/+6Star
|\
| * usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()Wei Yongjun2018-08-291-2/+2
| * usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann2018-08-291-6/+4Star
* | usb/dwc3/gadget: fix kernel-doc parameter warningRandy Dunlap2018-09-051-1/+0Star
|/
* Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-309-96/+446
|\