summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2010-10-22usb: makefile cleanupmatt mooney2-10/+11
2010-10-22USB: imx21-hcd accept arbitary transfer buffer alignement.Martin Fuzzey2-35/+169
2010-10-22USB: imx21-hcd: Fix isochronous endpoint idleMartin Fuzzey1-17/+39
2010-10-22USB: imx21-hcd: refactor hardware data memory managementMartin Fuzzey1-14/+16
2010-10-22USB: imx21-hcd: remove unused variableMartin Fuzzey1-2/+0
2010-10-22USB: UHCI: add native scatter-gather support(v1)Ming Lei1-4/+29
2010-10-22USB: add USB EHCI support for MPC5121 SoCAnatolij Gustschin5-32/+177
2010-10-22USB: add platform glue driver for FSL USB DR controllerAnatolij Gustschin3-0/+224
2010-10-22usb: change to new flag variablematt mooney1-3/+1
2010-10-22usb: omap: ohci: Missing driver unregister in module exitKeshava Munegowda1-0/+3
2010-10-22usb: host: oxu210hp-hcd: Use static const char * const where possibleJoe Perches1-1/+1
2010-10-22USB: isp1362-hcd: Removes CONFIG_USB_OTG dependent code, fix build breakageJavier Martinez Canillas1-7/+0
2010-10-22OHCI: work around for nVidia shutdown problemAlan Stern4-8/+38
2010-10-22USB: ohci-sm501: add iounmap on error pathDan Carpenter1-1/+3
2010-10-22USB: ehci tdi : let's tdi_reset set host modeMatthieu CASTET4-15/+20
2010-09-21USB: EHCI: Disable langwell/penwell LPM capabilityAlek Du1-0/+5
2010-09-04USB: ehci-ppc-of: problems in unwindDan Carpenter1-5/+7
2010-08-24USB: xHCI: update ring dequeue pointer when process missed tdsAndiry Xu1-0/+4
2010-08-24USB: xhci: Remove buggy assignment in next_trb()John Youn1-1/+1
2010-08-24USB: isp1760: use a write barrier to ensure proper ndelay timingMichael Hennerich1-0/+2
2010-08-12Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-16/+16
2010-08-11i2c: Add support for custom probe functionJean Delvare1-1/+1
2010-08-11USB: remove fake "address-of" expressionsAlan Stern2-15/+11
2010-08-11USB: xhci: Set DMA mask for host.Sarah Sharp1-0/+9
2010-08-11USB: xhci: Don't flush doorbell writes.Sarah Sharp1-5/+0
2010-08-11USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp1-8/+10
2010-08-11USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp3-23/+23
2010-08-11USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp1-13/+37
2010-08-11USB: xhci: Make xhci_handle_event() static.Sarah Sharp2-2/+1
2010-08-11USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp1-15/+12
2010-08-11USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp1-43/+30
2010-08-11USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp3-103/+104
2010-08-11USB: xhci: Performance - move functions that find ep ring.Sarah Sharp4-48/+85
2010-08-11USB: ehci: fix remove of ehci debugfs dirMing Lei2-41/+21
2010-08-11USB: Add USB 2.0 to ssb ohci driverHauke Mehrtens1-3/+49
2010-08-11usb: imx21-hcd: set task state with schedule_timeout_uninterruptible()Kulikov Vasiliy1-1/+1
2010-08-11usb: host: sl811-hcd: check kzalloc() resultKulikov Vasiliy1-1/+4
2010-08-11USB: xHCI: Isoc urb enqueueAndiry Xu1-1/+6
2010-08-11USB: xHCI: allocate bigger ring for isochronous endpointAndiry Xu1-2/+12
2010-08-11USB: xHCI: Isochronous transfer implementationAndiry Xu2-0/+324
2010-08-11USB: xHCI: Introduce urb_priv structureAndiry Xu4-34/+125
2010-08-11USB: xHCI: Missed Service Error Event processAndiry Xu3-50/+117
2010-08-11USB: xHCI: adds new cases to trb_comp_code switchAndiry Xu1-24/+52
2010-08-11USB: xHCI: remove redundant print messagesAndiry Xu1-15/+0
2010-08-11USB xHCI: handle_tx_event() refactor: process_bulk_intr_tdAndiry Xu1-101/+115
2010-08-11USB: xHCI: handle_tx_event() refactor: process_ctrl_tdAndiry Xu1-78/+106
2010-08-11USB: xHCI: handle_tx_event() refactor: finish_tdAndiry Xu1-73/+112
2010-08-11USB: EHCI: remove dead code in the periodic schedulerAlan Stern2-18/+0
2010-08-11USB: EHCI: reorganize isochronous scheduler routineAlan Stern1-53/+57