aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-04usb: Add module.h to various dwc3 driversPaul Gortmaker2-0/+2
2011-10-04usb: dwc3: convert structures into bitshiftsFelipe Balbi3-137/+48
2011-10-04usb: dwc3: gadget: allow clock gating to workFelipe Balbi2-0/+14
2011-10-04usb: dwc3: core: cache GHWPARAMS* registersFelipe Balbi1-0/+17
2011-10-04usb: dwc3: add struct dwc3_hwparamsFelipe Balbi1-0/+26
2011-10-04usb: dwc3: gadget: implement streams supportFelipe Balbi2-4/+36
2011-10-04usb: dwc3: gadget: add support for BurstsFelipe Balbi1-0/+1
2011-10-04usb: dwc3: gadget: fix DMA offset calculationPaul Zimmerman1-1/+1
2011-10-04usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thingPaul Zimmerman1-1/+5
2011-10-04usb: dwc3: gadget: driver should not wait for RxFIFO to drainPaul Zimmerman1-19/+0
2011-10-04usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPsPaul Zimmerman3-1/+12
2011-10-04usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior10-10/+0
2011-10-04usb: dwc3: ep0: fix debug outputSebastian Andrzej Siewior1-1/+1
2011-10-04usb: dwc3: ep0: remove second giveback in error caseSebastian Andrzej Siewior1-1/+0
2011-10-04usb: dwc3: ep0: fix debug messageFelipe Balbi1-4/+4
2011-10-04usb: dwc3: ep0: ignore direction on 2-stage transferFelipe Balbi1-4/+4
2011-10-04usb: dwc3: ep0: Make USB30CV happy with SetAddressFelipe Balbi1-22/+9
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