aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-09xhci: Add software BW checking quirk to Intel PPT xHCISarah Sharp1-0/+1
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp2-2/+312
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp3-3/+293
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp3-0/+96
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp3-1/+189
2011-09-09xhci: Store the "real" root port number.Sarah Sharp2-0/+2
2011-09-09xhci: Refactor endpoint limit checking.Sarah Sharp1-18/+14
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp3-4/+4
2011-09-09xhci: If no endpoints changed, don't issue BW command.Sarah Sharp1-0/+6
2011-09-09usb: musb: Enable DMA mode1 RX for transfers without short packetsAnand Gadiyar1-26/+43
2011-09-09usb: musb: fix build breakageFelipe Balbi1-6/+5
2011-09-09usb: gadget: audio: queue wLength-sized requestsFelipe Balbi1-2/+2
2011-09-09usb: gadget: audio: actually support both speedsFelipe Balbi1-5/+6
2011-09-09usb: gadget: storage: make FSG_NUM_BUFFERS variable sizePer Forlin4-20/+85
2011-09-09USB: gadget: storage: remove alignment assumptionAlan Stern2-81/+49
2011-09-09usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li3-57/+79
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 Balbi2-0/+69
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