summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.h
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: remove unused @lock member of dwc3_ep structChunfeng Yun2019-06-201-2/+0Star
* usb: dwc3: gadget: Add support for disabling U1 and U2 entriesAnurag Kumar Vulisha2019-06-181-0/+4
* usb: dwc3: Rename DWC3_DCTL_LPM_ERRATAThinh Nguyen2019-05-031-2/+1Star
* usb: dwc3: gadget: remove DWC3_EP_END_TRANSFER_PENDINGFelipe Balbi2019-02-041-1/+0Star
* usb: dwc3: gadget: remove req->started flagFelipe Balbi2019-01-281-2/+0Star
* usb: dwc3: gadget: add dwc3_request status trackingFelipe Balbi2019-01-281-0/+9
* usb: dwc3: gadget: Report isoc transfer frame numberThinh Nguyen2018-12-051-0/+1
* usb: dwc3: gadget: check if dep->frame_number is still validFelipe Balbi2018-11-271-0/+1
* usb: dwc3: gadget: remove wait_end_transferFelipe Balbi2018-11-261-3/+0Star
* usb: dwc3: gadget: introduce cancelled_listFelipe Balbi2018-11-261-0/+2
* usb: dwc3: gadget: track number of TRBs per requestFelipe Balbi2018-11-261-0/+3
* usb: dwc3: gadget: combine unaligned and zero flagsFelipe Balbi2018-11-261-4/+3Star
* usb: dwc3: Add workaround for isoc start transfer failureThinh Nguyen2018-11-261-0/+13
* usb: dwc3: Track DWC_usb31 VERSIONTYPEThinh Nguyen2018-11-261-0/+10
* usb: dwc3: Set default mode for DWC_usb3 v3.30a and higherThinh Nguyen2018-11-261-0/+1
* usb: dwc3: Support option to disable USB2 LPMThinh Nguyen2018-11-261-0/+2
* usb: dwc3: debugfs: Dump internal LSP and ep registersThinh Nguyen2018-11-261-0/+13
* usb: dwc3: debugfs: Properly name Tx/RxFIFOThinh Nguyen2018-11-261-2/+2
* usb: dwc3: core: Enable AutoRetry feature in the controllerAnurag Kumar Vulisha2018-07-301-0/+3
* usb: dwc3: Enable undefined length INCR burst typePengbo Mu2018-07-301-0/+3
* usb: dwc3: add global soc bus configuration reg0Pengbo Mu2018-07-301-0/+11
* usb: dwc3: gadget: remove duplicated missed isoc handlingFelipe Balbi2018-05-211-1/+0Star
* usb: dwc3: gadget: check for Missed Isoc from event statusFelipe Balbi2018-05-211-2/+3
* usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi2018-05-211-2/+1Star
* usb: dwc3: gadget: remove allocated/queued request trackingFelipe Balbi2018-05-211-4/+0Star
* usb: dwc3: gadget: Correct the logic for queuing sgsAnurag Kumar Vulisha2018-05-211-0/+2
* usb: dwc3: gadget: Correct handling of scattergather listsAnurag Kumar Vulisha2018-05-211-0/+2
* usb: dwc3: support clocks and resets for DWC3 coreMasahiro Yamada2018-05-161-0/+8
* usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen2018-03-221-0/+5
* usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen2018-03-221-0/+8
* usb: dwc3: Add DWC_usb31 GTXTHRCFG reg fieldsThinh Nguyen2018-03-221-0/+10
* usb: dwc3: Add DWC_usb31 GRXTHRCFG bit fieldsThinh Nguyen2018-03-221-0/+10
* usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen2018-03-221-0/+2
* usb: dwc3: add dual role support using OTG blockRoger Quadros2018-03-131-0/+29
* usb: dwc3: core.h: add some register definitionsRoger Quadros2018-03-131-0/+82
* usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/r...Roger Quadros2018-02-151-0/+5
* usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen2018-02-121-7/+9
* usb: dwc3: Allow disabling of metastability workaroundRoger Quadros2017-12-111-0/+3
* usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay valueFelipe Balbi2017-12-111-2/+0Star
* USB: dwc3: Remove redundant license textGreg Kroah-Hartman2017-11-071-9/+0Star
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc3: gadget: cache frame number in struct dwc3_epFelipe Balbi2017-10-191-0/+2
* usb: dwc3: update documentationFelipe Balbi2017-06-021-20/+24
* usb: dwc3: add disable u2mac linestate check quirkWilliam Wu2017-05-171-0/+4
* usb: dwc3: Add dual-role supportRoger Quadros2017-04-111-0/+14
* usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros2017-04-111-1/+6
* usb: dwc3: core: add current_dr_role memberRoger Quadros2017-04-111-0/+2
* usb: dwc3: simplify ZLP handlingFelipe Balbi2017-04-111-3/+1Star
* usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi2017-04-111-5/+1Star
* usb: dwc3: ep0: use immediate SETUP on TRBFelipe Balbi2017-04-111-4/+0Star