summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: storage: adapt logic block size to bound block devicesPeiyu Li2011-09-093-57/+79
* usb: dwc3: gadget: improve debug on link state changeFelipe Balbi2011-09-091-2/+2
* usb: dwc3: omap: set idle and standby modesFelipe Balbi2011-09-091-0/+24
* usb: dwc3: ep0: introduce ep0_expect_in flagFelipe Balbi2011-09-092-0/+18
* usb: dwc3: ep0: giveback requests on stall_and_restartFelipe Balbi2011-09-091-0/+10
* usb: dwc3: gadget: drop the useless dma_sync_single* callsFelipe Balbi2011-09-091-9/+0
* usb: dwc3: gadget: fix GCTL programmingFelipe Balbi2011-09-091-6/+3
* usb: dwc3: define ScaleDown macro helperFelipe Balbi2011-09-091-0/+1
* usb: dwc3: Fix definition of DWC3_GCTL_U2RSTECNFelipe Balbi2011-09-091-1/+1
* usb: dwc3: gadget: do not map/unmap ZLP transfersSebastian Andrzej Siewior2011-09-091-0/+10
* usb: dwc3: omap: fix IRQ handlingFelipe Balbi2011-09-091-27/+12
* usb: dwc3: omap: change IRQ name to dwc3-omapFelipe Balbi2011-09-091-1/+1
* usb: dwc3: add module.h to dwc3-omap.c and core.cFelipe Balbi2011-09-092-0/+2
* usb: dwc3: omap: distinguish between SW and HW modesFelipe Balbi2011-09-091-0/+22
* usb: dwc3: omap: drop DEV_PM_OPS for nowFelipe Balbi2011-09-091-41/+0
* usb: dwc3: omap: use the macro we already haveFelipe Balbi2011-09-091-1/+2
* 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: pl2303: remove unreachable codeMichał Sroczyński2011-08-261-3/+0
* ums_realtek: do not use stack memory for DMAAdam Cozzette2011-08-241-5/+30
* USB host i.MX21: remove dependency on MACH_MX21Sascha Hauer2011-08-241-3/+3
* USB gadget i.MX1: remove dependency on ARCH_MXCSascha Hauer2011-08-241-5/+4
* usb: fix ipw.c build error, select USB_SERIAL_WWANRandy Dunlap2011-08-241-0/+1
* 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-2358-111/+105
* usb: include module.h in the DesignWare USB3 DRD driverStephen Rothwell2011-08-231-0/+1
* USB: usbtest: use URB_ZERO_PACKET for BULK-OUT transfersSebastian Andrzej Siewior2011-08-231-1/+3