aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3
Commit message (Expand)AuthorAgeFilesLines
...
* usb: dwc3: omap: do not enable DMA Disable Clear IRQFelipe Balbi2011-09-091-2/+1
* usb: dwc3: omap: fix dev_dbg() callsFelipe Balbi2011-09-091-10/+10
* usb: dwc3: use ep0_next_event fieldFelipe Balbi2011-09-091-4/+36
* usb: dwc3: core: add ep0_next_event fieldFelipe Balbi2011-09-091-0/+10
* usb: dwc3: drop EP0_STALL stateFelipe Balbi2011-09-093-5/+8
* usb: dwc3: ep0: clear all EP0 flagsFelipe Balbi2011-09-091-1/+1
* usb: dwc3: ep0: fix Get Status handlingFelipe Balbi2011-09-091-1/+1
* usb: dwc3: gadget: replace mdelay with udelay in the busy loopSebastian Andrzej Siewior2011-09-091-8/+4
* usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECTSebastian Andrzej Siewior2011-09-092-20/+12
* usb: dwc3: core: move the core check before soft resetSebastian Andrzej Siewior2011-09-091-10/+9
* usb: dwc3: debugfs: remove test mode interfaceSebastian Andrzej Siewior2011-09-091-94/+0
* usb: dwc3: ep0: simplify EP0 state machineFelipe Balbi2011-09-093-215/+163
* usb: dwc3: core: add flag for EP0 directionFelipe Balbi2011-09-091-0/+3
* usb: dwc3: ep0: add handling for unaligned OUT transfersFelipe Balbi2011-09-091-5/+32
* usb: dwc3: add a bounce buffer for control endpointsFelipe Balbi2011-09-092-7/+28
* usb: dwc3: core: add defines for XferNotReady event on Control EPsFelipe Balbi2011-09-091-0/+6
* usb: dwc3: gadget: improve command completion debug messageFelipe Balbi2011-09-091-2/+2
* usb: dwc3: gadget: set request dma to invalid when unmappingFelipe Balbi2011-09-091-0/+1
* usb: dwc3: ep0: fix 'transfered' typoFelipe Balbi2011-09-091-3/+3
* usb: dwc3: core: add missing @ for kerneldocFelipe Balbi2011-09-091-7/+7
* usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open()Dan Carpenter2011-09-091-1/+3
* usb: dwc3: gaget: clear DWC3_EP_WILL_SHUTDOWN bitSebastian Andrzej Siewior2011-09-091-1/+1
* usb: dwc3: gadget: use TRB type 6 for ISOC transfersSebastian Andrzej Siewior2011-09-091-1/+1
* usb: dwc3: gadget: reset resource index to zeroSebastian Andrzej Siewior2011-09-091-1/+4
* usb: dwc3: gadget: fixing dequeue of TRBsSebastian Andrzej Siewior2011-09-091-3/+9
* usb: fix dwc3 build when USB_GADGET_DWC3 is not enabledRandy Dunlap2011-08-241-0/+5
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-2/+1
* usb: include module.h in the DesignWare USB3 DRD driverStephen Rothwell2011-08-231-0/+1
* usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi2011-08-2212-0/+5643