summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2009-08-07USB: EHCI: fix counting of transaction error retriesAlan Stern
2009-08-07USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern
2009-07-28USB: xhci: Stall handling bug fixes.Sarah Sharp
2009-07-28USB: xhci: Support for 64-byte contextsJohn Youn
2009-07-28USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp
2009-07-28USB: xhci: Scratchpad buffer allocationJohn Youn
2009-07-28USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp
2009-07-28USB: xhci: Handle babble errors on transfers.Sarah Sharp
2009-07-28USB: xhci: Setup HW retries correctly.Sarah Sharp
2009-07-28USB: xhci: Check if the host controller died in IRQ handler.Sarah Sharp
2009-07-28USB: xhci: Don't oops if the host doesn't halt.Sarah Sharp
2009-07-28USB: xhci: Make debugging more verbose.Sarah Sharp
2009-07-28USB: xhci: Correct Event Handler Busy flag usage.Sarah Sharp
2009-07-28USB: xhci: Handle short control packets correctly.Sarah Sharp
2009-07-28USB: xhci: Represent 64-bit addresses with one u64.Sarah Sharp
2009-07-28USB: xhci: Use GFP_ATOMIC while holding spinlocks.Sarah Sharp
2009-07-28USB: xhci: Deal with stalled endpoints.Sarah Sharp
2009-07-28USB: xhci: Set TD size in transfer TRB.Sarah Sharp
2009-07-28USB: xhci: fix less- and greater than confusionRoel Kluin
2009-07-28USB: ehci-orion: Call ehci_reset before ehci_haltSimon Kagstrom
2009-07-28USB: OMAP: OHCI: hc_driver's stop method should call ohci_stopAnand Gadiyar
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-07-12USB: EHCI: report actual_length for iso transfersAlan Stern
2009-07-12USB: EHCI: check for STALL before other errorsAlan Stern
2009-07-12USB: EHCI: use the new clear_tt_buffer interfaceAlan Stern
2009-07-12USB: fix the clear_tt_buffer interfaceAlan Stern
2009-07-12USB: buildfix ppc randconfigArnd Bergmann
2009-07-12USB: isp1760: use __devexit_p() for remove functionMike Frysinger
2009-07-12USB: EHCI: update toggle state for linked QHsAlan Stern
2009-07-12USB: fhci: mutually exclusive port_statusRoel Kluin
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-07-05usb: allow sh7724 to enable on-chip r8a66597Magnus Damm
2009-06-18Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2009-06-15USB: xhci depends on PCI.Paul Mundt
2009-06-15USB: xhci: Add Makefile, MAINTAINERS, and Kconfig entries.Sarah Sharp
2009-06-15USB: xhci: Respect critical sections.Sarah Sharp
2009-06-15USB: xHCI: Fix interrupt moderation.Sarah Sharp
2009-06-15USB: xhci: Remove packed attribute from structures.Sarah Sharp
2009-06-15usb; xhci: Fix TRB offset calculations.Sarah Sharp
2009-06-15USB: xhci: Make xhci-mem.c include linux/dmapool.hSarah Sharp
2009-06-15USB: xhci: drop spinlock in xhci_urb_enqueue() error path.Sarah Sharp
2009-06-15USB: Change names of SuperSpeed ep companion descriptor structs.Sarah Sharp
2009-06-15USB: xhci: Avoid compiler reordering in Link TRB giveback.Sarah Sharp
2009-06-15USB: xhci: Clean up xhci_irq() function.Sarah Sharp
2009-06-15USB: xhci: Avoid global namespace pollution.Sarah Sharp
2009-06-15USB: xhci: Fix Link TRB handoff bit twiddling.Sarah Sharp
2009-06-15USB: xhci: Fix register write order.Sarah Sharp
2009-06-15USB: xhci: fix some compiler warnings in xhci.hGreg Kroah-Hartman
2009-06-15USB: xhci: fix lots of compiler warnings.Greg Kroah-Hartman