aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30usb: dwc3: core: Enable AutoRetry feature in the controllerAnurag Kumar Vulisha1-0/+3
2018-07-30usb: dwc3: Enable undefined length INCR burst typePengbo Mu1-0/+3
2018-07-30usb: dwc3: add global soc bus configuration reg0Pengbo Mu1-0/+11
2018-05-21usb: dwc3: gadget: remove duplicated missed isoc handlingFelipe Balbi1-1/+0
2018-05-21usb: dwc3: gadget: check for Missed Isoc from event statusFelipe Balbi1-2/+3
2018-05-21usb: dwc3: gadget: remove DWC3_EP_BUSY flagFelipe Balbi1-2/+1
2018-05-21usb: dwc3: gadget: remove allocated/queued request trackingFelipe Balbi1-4/+0
2018-05-21usb: dwc3: gadget: Correct the logic for queuing sgsAnurag Kumar Vulisha1-0/+2
2018-05-21usb: dwc3: gadget: Correct handling of scattergather listsAnurag Kumar Vulisha1-0/+2
2018-05-16usb: dwc3: support clocks and resets for DWC3 coreMasahiro Yamada1-0/+8
2018-03-22usb: dwc3: Dump LSP and BMU debug infoThinh Nguyen1-0/+5
2018-03-22usb: dwc3: Check for ESS TX/RX threshold configThinh Nguyen1-0/+8
2018-03-22usb: dwc3: Add DWC_usb31 GTXTHRCFG reg fieldsThinh Nguyen1-0/+10
2018-03-22usb: dwc3: Add DWC_usb31 GRXTHRCFG bit fieldsThinh Nguyen1-0/+10
2018-03-22usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fieldsThinh Nguyen1-0/+2
2018-03-13usb: dwc3: add dual role support using OTG blockRoger Quadros1-0/+29
2018-03-13usb: dwc3: core.h: add some register definitionsRoger Quadros1-0/+82
2018-02-15usb: dwc3: core: Fix ULPI PHYs and prevent phy_get/ulpi_init during suspend/resumeRoger Quadros1-0/+5
2018-02-12usb: dwc3: Fix GDBGFIFOSPACE_TYPE valuesThinh Nguyen1-7/+9
2017-12-11usb: dwc3: Allow disabling of metastability workaroundRoger Quadros1-0/+3
2017-12-11usb: dwc3: ep0: use gadget->isoch_delay for isoch_delay valueFelipe Balbi1-2/+0
2017-11-07USB: dwc3: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: dwc3: gadget: cache frame number in struct dwc3_epFelipe Balbi1-0/+2
2017-06-02usb: dwc3: update documentationFelipe Balbi1-20/+24
2017-05-17usb: dwc3: add disable u2mac linestate check quirkWilliam Wu1-0/+4
2017-04-11usb: dwc3: Add dual-role supportRoger Quadros1-0/+14
2017-04-11usb: dwc3: core: make dwc3_set_mode() work properlyRoger Quadros1-1/+6
2017-04-11usb: dwc3: core: add current_dr_role memberRoger Quadros1-0/+2
2017-04-11usb: dwc3: simplify ZLP handlingFelipe Balbi1-3/+1
2017-04-11usb: dwc3: ep0: improve handling of unaligned OUT requestsFelipe Balbi1-5/+1
2017-04-11usb: dwc3: ep0: use immediate SETUP on TRBFelipe Balbi1-4/+0
2017-04-11usb: dwc3: use BIT() macro where possibleRoger Quadros1-97/+98
2017-04-11usb: dwc3: refactor gadget endpoint count calculationBryan O'Donoghue1-4/+2
2017-04-11usb: dwc3: make macros safe to expression argumentsRoger Quadros1-13/+13
2017-03-27usb: dwc3: make sure UX_EXIT_PX is clearedFelipe Balbi1-0/+1
2017-01-24usb: dwc3: gadget: align transfers to wMaxPacketSizeFelipe Balbi1-0/+2
2017-01-24usb: dwc3: gadget: allocate bounce buffer for unaligned xfersFelipe Balbi1-0/+3
2017-01-03usb: dwc3: gadget: Fix full speed modeRoger Quadros1-4/+2
2017-01-02usb: dwc3: core: avoid Overflow eventsFelipe Balbi1-3/+1
2016-11-18usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann1-0/+3
2016-11-18usb: dwc3: Implement interrupt moderationJohn Youn1-0/+15
2016-11-18usb: dwc3: core: add a event buffer cacheJohn Youn1-0/+2
2016-11-18usb: dwc3: Add a check for the DWC_usb3 coreJohn Youn1-0/+6
2016-11-18usb: dwc3: gadget: Remove descriptor arguments to ep_enableJohn Youn1-1/+0
2016-11-03usb: dwc3: gadget: tracking per-TRB remaining bytesFelipe Balbi1-0/+2
2016-11-03usb: dwc3: gadget: cope with XferNotReady before usb_ep_queue()Felipe Balbi1-0/+1
2016-11-03usb: dwc3: gadget: wait for End Transfer to completeBaolin Wang1-0/+8
2016-11-03usb: dwc3: gadget: don't clear RUN/STOP when it's invalid to do soBaolin Wang1-0/+3
2016-11-03usb: dwc3: Add support for device L1 exitJohn Youn1-0/+4