summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2011-09-26xHCI: Check host USB2 LPM capabilityAndiry Xu
2011-09-26xHCI: Clear PLC for USB2 root hub portsAndiry Xu
2011-09-26xHCI: test and clear RWC bitAndiry Xu
2011-09-26xHCI: set link stateAndiry Xu
2011-09-26EHCI : introduce a common ehci_setupMatthieu CASTET
2011-09-20xhci-mem.c: xhci_segment_free: No need for checking seg argumentKautuk Consul
2011-09-20xhci-mem.c: Check for ring->first_seg != NULLKautuk Consul
2011-09-20xhci: USB 3.0 BW checking.Sarah Sharp
2011-09-20xhci: Fix mult base in endpoint bandwidth info.Sarah Sharp
2011-09-20usb/xhci: ignore xhci version while checking for the link quirkSebastian Andrzej Siewior
2011-09-20USB: xHCI: prevent infinite loop when processing MSE eventAndiry Xu
2011-09-20USB: xhci: Set change bit when warm reset change is set.Greg KH
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang
2011-09-18usb: ehci: remove the 1st wmb in qh_append_tdsMing Lei
2011-09-18usb: ehci: fix comment for EHCI_SHRINK_JIFFIESMing Lei
2011-09-18usb: ehci: only prepare zero packet for out transfer if requiredMing Lei
2011-09-18usb: ehci: remove wmb in qh_updateMing Lei
2011-09-10at91: at91-ohci: support overcurrent notificationThomas Petazzoni
2011-09-10at91: ohci-at91: add vbus_pin_inverted platform attributeThomas Petazzoni
2011-09-10at91: ohci-at91: always provide all the clocksJean-Christophe PLAGNIOL-VILLARD
2011-09-09xhci: Redundant check in xhci_check_args for xhci->devssifram.rajas@gmail.com
2011-09-09xHCI: refine td allocationAndiry Xu
2011-09-09xhci: Don't print short isoc packets.Sarah Sharp
2011-09-09xhci: Add software BW checking quirk to Intel PPT xHCISarah Sharp
2011-09-09xhci: Implement HS/FS/LS bandwidth checking.Sarah Sharp
2011-09-09xhci: Track interval bandwidth tables per port/TT.Sarah Sharp
2011-09-09xhci: Store endpoint bandwidth information.Sarah Sharp
2011-09-09xhci: Store information about roothubs and TTs.Sarah Sharp
2011-09-09xhci: Store the "real" root port number.Sarah Sharp
2011-09-09xhci: Refactor endpoint limit checking.Sarah Sharp
2011-09-09xhci: Rename virt_dev->port to fake_port.Sarah Sharp
2011-09-09xhci: If no endpoints changed, don't issue BW command.Sarah Sharp
2011-08-29Merge 3.1-rc4 into usb-nextGreg Kroah-Hartman
2011-08-24USB host i.MX21: remove dependency on MACH_MX21Sascha Hauer
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-23usb: fhci-hcd: Allocate pram dynamically.Joakim Tjernlund
2011-08-23usb/isp1760: Clear TT buffer on interrupted low & full speed transfersArvid Brodin
2011-08-22drivers/usb/host/ohci-omap3.c: test the just-initialized valueJulia Lawall
2011-08-22USB: EHCI: remove usages of hcd->stateAlan Stern
2011-08-22usb: OHCI/EHCI support for Netlogic XLS processor.Jayachandran C
2011-08-22USB: pxa168: Add onchip USB host controller supportTanmay Upadhyay
2011-08-22usb: isp1362-hcd: Quieten printksTobias Klauser
2011-08-22usb/isp1760: Fix problems that trigger WARNING at line 1136.Arvid Brodin
2011-08-22usb/isp1760: Fix missing endpoint unlink when no mem during enqueueArvid Brodin
2011-08-22usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2Arvid Brodin
2011-08-22usb/isp1760: Move isp1760_run within file (prepare for next patch)Arvid Brodin
2011-08-22usb/isp1760: Move some code (prepare for next patch)Arvid Brodin
2011-08-22usb: s5p-ehci: fix a NULL pointer deferenceYulgon Kim
2011-08-22USB: EHCI: Do not rely on PORT_SUSPEND to stop USB resuming in ehci_bus_resum...Wang Zhi
2011-08-16xhci: Handle zero-length isochronous packets.Sarah Sharp