summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2012-02-03usb: dwc3: ep0: tidy up Pending Request handlingFelipe Balbi
2011-12-14usb: dwc3: core: fix cached revision on our structureFelipe Balbi
2011-11-14usb: dwc3: gadget: initialize max_streamsSebastian Andrzej Siewior
2011-10-04usb: Add module.h to various dwc3 driversPaul Gortmaker
2011-10-04usb: dwc3: convert structures into bitshiftsFelipe Balbi
2011-10-04usb: dwc3: gadget: allow clock gating to workFelipe Balbi
2011-10-04usb: dwc3: core: cache GHWPARAMS* registersFelipe Balbi
2011-10-04usb: dwc3: add struct dwc3_hwparamsFelipe 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-10-04usb: dwc3: ep0: fix debug outputSebastian Andrzej Siewior
2011-10-04usb: dwc3: ep0: remove second giveback in error caseSebastian Andrzej Siewior
2011-10-04usb: dwc3: ep0: fix debug messageFelipe Balbi
2011-10-04usb: dwc3: ep0: ignore direction on 2-stage transferFelipe Balbi
2011-10-04usb: dwc3: ep0: Make USB30CV happy with SetAddressFelipe Balbi
2011-09-09usb: dwc3: gadget: improve debug on link state changeFelipe Balbi
2011-09-09usb: dwc3: omap: set idle and standby modesFelipe Balbi
2011-09-09usb: dwc3: ep0: introduce ep0_expect_in flagFelipe Balbi
2011-09-09usb: dwc3: ep0: giveback requests on stall_and_restartFelipe 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: define ScaleDown macro helperFelipe Balbi
2011-09-09usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECNFelipe Balbi
2011-09-09usb: dwc3: gadget: do not map/unmap ZLP transfersSebastian Andrzej Siewior
2011-09-09usb: dwc3: omap: fix IRQ handlingFelipe Balbi
2011-09-09usb: dwc3: omap: change IRQ name to dwc3-omapFelipe Balbi
2011-09-09usb: dwc3: add module.h to dwc3-omap.c and core.cFelipe Balbi
2011-09-09usb: dwc3: omap: distinguish between SW and HW modesFelipe Balbi
2011-09-09usb: dwc3: omap: drop DEV_PM_OPS for nowFelipe Balbi
2011-09-09usb: dwc3: omap: use the macro we already haveFelipe Balbi
2011-09-09usb: dwc3: omap: do not enable DMA Disable Clear IRQFelipe Balbi
2011-09-09usb: dwc3: omap: fix dev_dbg() callsFelipe Balbi
2011-09-09usb: dwc3: use ep0_next_event fieldFelipe Balbi
2011-09-09usb: dwc3: core: add ep0_next_event fieldFelipe Balbi
2011-09-09usb: dwc3: drop EP0_STALL stateFelipe Balbi
2011-09-09usb: dwc3: ep0: clear all EP0 flagsFelipe Balbi
2011-09-09usb: dwc3: ep0: fix Get Status handlingFelipe 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: core: move the core check before soft resetSebastian Andrzej Siewior
2011-09-09usb: dwc3: debugfs: remove test mode interfaceSebastian Andrzej Siewior
2011-09-09usb: dwc3: ep0: simplify EP0 state machineFelipe Balbi
2011-09-09usb: dwc3: core: add flag for EP0 directionFelipe Balbi
2011-09-09usb: dwc3: ep0: add handling for unaligned OUT transfersFelipe Balbi
2011-09-09usb: dwc3: add a bounce buffer for control endpointsFelipe Balbi