aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-07USB: EHCI: fix counting of transaction error retriesAlan Stern2-5/+5
2009-08-07USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2-4/+5
2009-07-28USB: xhci: Stall handling bug fixes.Sarah Sharp3-49/+120
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn5-163/+287
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp4-53/+89
2009-07-28USB: xhci: Scratchpad buffer allocationJohn Youn2-0/+113
2009-07-28USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp1-1/+6
2009-07-28USB: xhci: Handle babble errors on transfers.Sarah Sharp1-0/+4
2009-07-28USB: xhci: Setup HW retries correctly.Sarah Sharp1-2/+4
2009-07-28USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp1-0/+4
2009-07-28USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp1-1/+4
2009-07-28USB: xhci: Make debugging more verbose.Sarah Sharp3-24/+72
2009-07-28USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp2-3/+7
2009-07-28USB: xhci: Handle short control packets correctly.Sarah Sharp1-3/+11
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp5-148/+137
2009-07-28USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp1-2/+5
2009-07-28USB: xhci: Deal with stalled endpoints.Sarah Sharp4-4/+85
2009-07-28USB: xhci: Set TD size in transfer TRB.Sarah Sharp1-5/+15
2009-07-28USB: xhci: fix less- and greater than confusionRoel Kluin1-2/+2
2009-07-28USB: ehci-orion: Call ehci_reset before ehci_haltSimon Kagstrom1-1/+1
2009-07-28USB: OMAP: OHCI: hc_driver's stop method should call ohci_stopAnand Gadiyar1-0/+1
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds14-82/+162
2009-07-12USB: EHCI: report actual_length for iso transfersAlan Stern1-4/+8
2009-07-12USB: EHCI: check for STALL before other errorsAlan Stern1-14/+16
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern10-23/+86
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern1-1/+1
2009-07-12USB: buildfix ppc randconfigArnd Bergmann1-14/+15
2009-07-12USB: isp1760: use __devexit_p() for remove functionMike Frysinger1-1/+1
2009-07-12USB: EHCI: update toggle state for linked QHsAlan Stern2-20/+34
2009-07-12USB: fhci: mutually exclusive port_statusRoel Kluin1-6/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-07-05usb: allow sh7724 to enable on-chip r8a66597Magnus Damm1-2/+2
2009-06-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt32-177/+6275
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds32-177/+6275
2009-06-15USB: xhci depends on PCI.Paul Mundt1-1/+1
2009-06-15USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp2-0/+22
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp3-35/+37
2009-06-15USB: xHCI: Fix interrupt moderation.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Remove packed attribute from structures.Sarah Sharp3-24/+43
2009-06-15usb; xhci: Fix TRB offset calculations.Sarah Sharp1-7/+6
2009-06-15USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp1-0/+1
2009-06-15USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp1-1/+2
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp1-2/+3
2009-06-15USB: xhci: Clean up xhci_irq() function.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp5-72/+82
2009-06-15USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp1-1/+1
2009-06-15USB: xhci: Fix register write order.Sarah Sharp2-13/+13
2009-06-15USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman1-3/+4
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman4-181/+172