summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)AuthorFilesLines
2011-09-09usb: dwc3: gadget: improve debug on link state changeFelipe Balbi1-2/+2
2011-09-09usb: dwc3: omap: set idle and standby modesFelipe Balbi1-0/+24
2011-09-09usb: dwc3: ep0: introduce ep0_expect_in flagFelipe Balbi2-0/+18
2011-09-09usb: dwc3: ep0: giveback requests on stall_and_restartFelipe Balbi1-0/+10
2011-09-09usb: dwc3: gadget: drop the useless dma_sync_single* callsFelipe Balbi1-9/+0
2011-09-09usb: dwc3: gadget: fix GCTL programmingFelipe Balbi1-6/+3
2011-09-09usb: dwc3: define ScaleDown macro helperFelipe Balbi1-0/+1
2011-09-09usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECNFelipe Balbi1-1/+1
2011-09-09usb: dwc3: gadget: do not map/unmap ZLP transfersSebastian Andrzej Siewior1-0/+10
2011-09-09usb: dwc3: omap: fix IRQ handlingFelipe Balbi1-27/+12
2011-09-09usb: dwc3: omap: change IRQ name to dwc3-omapFelipe Balbi1-1/+1
2011-09-09usb: dwc3: add module.h to dwc3-omap.c and core.cFelipe Balbi2-0/+2
2011-09-09usb: dwc3: omap: distinguish between SW and HW modesFelipe Balbi1-0/+22
2011-09-09usb: dwc3: omap: drop DEV_PM_OPS for nowFelipe Balbi1-41/+0
2011-09-09usb: dwc3: omap: use the macro we already haveFelipe Balbi1-1/+2
2011-09-09usb: dwc3: omap: do not enable DMA Disable Clear IRQFelipe Balbi1-2/+1
2011-09-09usb: dwc3: omap: fix dev_dbg() callsFelipe Balbi1-10/+10
2011-09-09usb: dwc3: use ep0_next_event fieldFelipe Balbi1-4/+36
2011-09-09usb: dwc3: core: add ep0_next_event fieldFelipe Balbi1-0/+10
2011-09-09usb: dwc3: drop EP0_STALL stateFelipe Balbi3-5/+8
2011-09-09usb: dwc3: ep0: clear all EP0 flagsFelipe Balbi1-1/+1
2011-09-09usb: dwc3: ep0: fix Get Status handlingFelipe Balbi1-1/+1
2011-09-09usb: dwc3: gadget: replace mdelay with udelay in the busy loopSebastian Andrzej Siewior1-8/+4
2011-09-09usb: dwc3: gadget: rework the dequeue on RESET & DISCONNECTSebastian Andrzej Siewior2-20/+12
2011-09-09usb: dwc3: core: move the core check before soft resetSebastian Andrzej Siewior1-10/+9
2011-09-09usb: dwc3: debugfs: remove test mode interfaceSebastian Andrzej Siewior1-94/+0
2011-09-09usb: dwc3: ep0: simplify EP0 state machineFelipe Balbi3-215/+163
2011-09-09usb: dwc3: core: add flag for EP0 directionFelipe Balbi1-0/+3
2011-09-09usb: dwc3: ep0: add handling for unaligned OUT transfersFelipe Balbi1-5/+32
2011-09-09usb: dwc3: add a bounce buffer for control endpointsFelipe Balbi2-7/+28
2011-09-09usb: dwc3: core: add defines for XferNotReady event on Control EPsFelipe Balbi1-0/+6
2011-09-09usb: dwc3: gadget: improve command completion debug messageFelipe Balbi1-2/+2
2011-09-09usb: dwc3: gadget: set request dma to invalid when unmappingFelipe Balbi1-0/+1
2011-09-09usb: dwc3: ep0: fix 'transfered' typoFelipe Balbi1-3/+3
2011-09-09usb: dwc3: core: add missing @ for kerneldocFelipe Balbi1-7/+7
2011-09-09usb: dwc3: debugfs: add a kfree() on error to dwc3_testmode_open()Dan Carpenter1-1/+3
2011-09-09usb: dwc3: gaget: clear DWC3_EP_WILL_SHUTDOWN bitSebastian Andrzej Siewior1-1/+1
2011-09-09usb: dwc3: gadget: use TRB type 6 for ISOC transfersSebastian Andrzej Siewior1-1/+1
2011-09-09usb: dwc3: gadget: reset resource index to zeroSebastian Andrzej Siewior1-1/+4
2011-09-09usb: dwc3: gadget: fixing dequeue of TRBsSebastian Andrzej Siewior1-3/+9
2011-08-25usb: fix dwc3 build when USB_GADGET_DWC3 is not enabledRandy Dunlap1-0/+5
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-2/+1
2011-08-23usb: include module.h in the DesignWare USB3 DRD driverStephen Rothwell1-0/+1
2011-08-23usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi12-0/+5643