summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3/gadget.c
AgeCommit message (Expand)Author
2012-04-02usb: dwc3: use proper function for setting endpoint nameAnton Tikhomirov
2012-04-02usb: dwc3: fix bogus test in dwc3_gadget_start_isocPaul Zimmerman
2011-11-14usb: dwc3: gadget: initialize max_streamsSebastian Andrzej Siewior
2011-10-04usb: dwc3: convert structures into bitshiftsFelipe Balbi
2011-10-04usb: dwc3: gadget: allow clock gating to workFelipe Balbi
2011-10-04usb: dwc3: gadget: implement streams supportFelipe Balbi
2011-10-04usb: dwc3: gadget: add support for BurstsFelipe Balbi
2011-10-04usb: dwc3: gadget: fix DMA offset calculationPaul Zimmerman
2011-10-04usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thingPaul Zimmerman
2011-10-04usb: dwc3: gadget: driver should not wait for RxFIFO to drainPaul Zimmerman
2011-10-04usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPsPaul Zimmerman
2011-10-04usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior
2011-09-09usb: dwc3: gadget: improve debug on link state changeFelipe Balbi
2011-09-09usb: dwc3: gadget: drop the useless dma_sync_single* callsFelipe Balbi
2011-09-09usb: dwc3: gadget: fix GCTL programmingFelipe Balbi
2011-09-09usb: dwc3: gadget: do not map/unmap ZLP transfersSebastian Andrzej Siewior
2011-09-09usb: dwc3: drop EP0_STALL stateFelipe Balbi
2011-09-09usb: dwc3: gadget: replace mdelay with udelay in the busy loopSebastian Andrzej Siewior
2011-09-09usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECTSebastian Andrzej Siewior
2011-09-09usb: dwc3: ep0: simplify EP0 state machineFelipe Balbi
2011-09-09usb: dwc3: add a bounce buffer for control endpointsFelipe Balbi
2011-09-09usb: dwc3: gadget: improve command completion debug messageFelipe Balbi
2011-09-09usb: dwc3: gadget: set request dma to invalid when unmappingFelipe Balbi
2011-09-09usb: dwc3: gaget: clear DWC3_EP_WILL_SHUTDOWN bitSebastian Andrzej Siewior
2011-09-09usb: dwc3: gadget: use TRB type 6 for ISOC transfersSebastian Andrzej Siewior
2011-09-09usb: dwc3: gadget: reset resource index to zeroSebastian Andrzej Siewior
2011-09-09usb: dwc3: gadget: fixing dequeue of TRBsSebastian Andrzej Siewior
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-22usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi