summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-05-081-1/+2
|\
| * Merge tag 'drm/tegra/for-5.2-rc1' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2019-04-241-1/+2
| |\
| | * reset: Add acquired flag to of_reset_control_array_get()Thierry Reding2019-03-201-1/+2
* | | usb: dwc3: Rename DWC3_DCTL_LPM_ERRATAThinh Nguyen2019-05-032-3/+2
* | | usb: dwc3: Fix default lpm_nyet_threshold valueThinh Nguyen2019-05-031-1/+1
* | | usb: dwc3: debug: Print GET_STATUS(device) tracepointThinh Nguyen2019-05-031-0/+3
* | | usb: dwc3: Do core validation early on probeThinh Nguyen2019-05-031-6/+5
* | | usb: dwc3: gadget: Set lpm_capableThinh Nguyen2019-05-031-0/+1
* | | usb: dwc3: move synchronize_irq() out of the spinlock protected blockMarek Szyprowski2019-05-032-2/+2
* | | usb: dwc3: Free resource immediately after useAndy Shevchenko2019-05-031-0/+3
* | | usb: dwc3: of-simple: Convert to bulk clk APIRobin Murphy2019-05-031-78/+17
* | | usb: dwc3: Add Amlogic G12A DWC3 glueNeil Armstrong2019-05-033-0/+615
* | | usb: dwc3: Allow building USB_DWC3_QCOM without EXTCONMarc Gonzalez2019-05-031-2/+4
|/ /
* / usb: dwc3: pci: add support for Comet Lake PCH IDFelipe Balbi2019-03-201-0/+4
|/
* usb: dwc3: drd: Defer probe if extcon device is not foundAndy Shevchenko2019-02-191-2/+7
* Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-02-159-116/+158
|\
| * usb: dwc3: Reset num_trbs after skippingThinh Nguyen2019-02-131-0/+2
| * usb: dwc3: gadget: don't enable interrupt when disabling endpointFelipe Balbi2019-02-131-7/+9
| * usb: dwc3: haps: Workaround matching VID PIDThinh Nguyen2019-02-071-0/+9
| * usb: dwc3: debug: purge usage of strcatFelipe Balbi2019-02-051-5/+9
| * usb: dwc3: trace: pass trace buffer size to decoding functionsFelipe Balbi2019-02-042-69/+80
| * usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDINGFelipe Balbi2019-02-043-13/+6
| * usb: dwc3: gadget: early giveback if End Transfer already completedFelipe Balbi2019-02-041-1/+5
| * usb: dwc3: gadget: don't use resource_index as a flagFelipe Balbi2019-02-041-2/+2
| * usb: dwc3: gadget: clear DWC3_EP_TRANSFER_STARTED on cmd completeFelipe Balbi2019-02-011-14/+5
| * usb: dwc3: gadget: remove req->started flagFelipe Balbi2019-01-283-5/+0
| * usb: dwc3: gadget: prevent dwc3_request from being queued twiceFelipe Balbi2019-01-281-0/+5
| * usb: dwc3: gadget: add dwc3_request status trackingFelipe Balbi2019-01-283-0/+14
| * usb: dwc3: keystone: Add support for ti,am654-dwc3Roger Quadros2019-01-282-4/+13
| * usb: dwc3: gadget: Fix OTG events when gadget driver isn't loadedRoger Quadros2019-01-281-0/+2
| * usb: dwc3: qcom: Add support for MSM8998Jeffrey Hugo2019-01-281-0/+1
* | Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2019-02-112-3/+3
|\ \
| * | usb: dwc3: exynos: Fix error handling of clk_prepare_enableAlexey Khoroshilov2019-01-281-2/+2
| * | usb: dwc3: gadget: Handle 0 xfer length for OUT EPTejas Joglekar2019-01-281-1/+1
| |/
* | Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman2019-01-281-0/+4
|\|
| * usb: dwc3: gadget: Fix the uninitialized link_state when udc startsZeng Tao2019-01-141-0/+1
| * usb: dwc3: gadget: Clear req->needs_extra_trb flag on cleanupJack Pham2019-01-141-0/+1
| * usb: dwc3: gadget: synchronize_irq dwc irq in suspendBo He2019-01-141-0/+2
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+2
|/
* Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-051-4/+0
|\
| * PCI: Move Synopsys HAPS platform device IDsThinh Nguyen2018-12-171-4/+0
* | 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