aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/dwc3/core.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-03usb: dwc3: remove unused struct member dwc3->memLu Baolu1-3/+0
2016-11-03usb: dwc3: gadget: remove unused 'first_trb_index'Felipe Balbi1-2/+0
2016-10-31usb: dwc3: debug: decode control endpoint phase tooFelipe Balbi1-0/+1
2016-10-31usb: dwc3: gadget: properly check ep cmdFelipe Balbi1-0/+2
2016-09-07usb: dwc3: Fix dr_mode validationThinh Nguyen1-1/+4
2016-08-25usb: dwc3: Add ENDXFER command pollingJohn Youn1-0/+4
2016-08-25usb: dwc3: Add revision numbers for the USB 3.0 IPJohn Youn1-0/+2
2016-08-25usb: dwc3: add dis_del_phy_power_chg_quirkWilliam Wu1-0/+3
2016-08-25usb: dwc3: make usb2 phy utmi interface configurableWilliam Wu1-0/+12
2016-08-25usb: dwc3: add dis_u2_freeclk_exists_quirkWilliam Wu1-0/+5
2016-08-22usb: dwc3: gadget: add sg and num_pending_sgs to dwc3_requestFelipe Balbi1-0/+4
2016-06-20usb: dwc3: gadget: keep track of allocated and queued reqsFelipe Balbi1-0/+4
2016-06-20usb: dwc3: add DWC3_GUCTL1 reg for debugWilliam Wu1-0/+1
2016-06-20usb: dwc3: Fix DWC3_USB31_REVISION_110A definitionJohn Youn1-1/+1
2016-06-20usb: dwc3: gadget: add a per-endpoint request queue lockFelipe Balbi1-0/+2
2016-06-20usb: dwc3: implement runtime PMFelipe Balbi1-0/+9
2016-06-20usb: dwc3: gadget: hold gadget IRQ in dwc->irq_gadgetFelipe Balbi1-0/+2
2016-06-20usb: dwc3: core: simplify suspend/resume operationsFelipe Balbi1-3/+0
2016-06-20usb: dwc3: core: move fladj to dwc3 structureFelipe Balbi1-0/+2
2016-06-20usb: dwc3: gadget: add a pointer to endpoint registersFelipe Balbi1-4/+9
2016-06-20usb: dwc3: gadget: pass dep as argument to endpoint commandFelipe Balbi1-4/+4
2016-06-20usb: dwc3: gadget: initialize NUMP based on RxFIFO SizeFelipe Balbi1-0/+12
2016-06-20usb: dwc3: gadget: fix gadget suspend/resumeFelipe Balbi1-1/+0
2016-06-01usb: dwc3: Set the ClearPendIN bit on Clear Stall EP commandJohn Youn1-0/+1