aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-31usb: Add module.h to drivers/usb consumers who really use it.Paul Gortmaker1-0/+1
2011-09-26usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior1-2/+2
2011-09-26usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior1-91/+0
2011-09-26usb/xhci: refactor xhci_pci_setup()Sebastian Andrzej Siewior1-27/+54
2011-09-26xHCI: AMD isoc link TRB chain bit quirkAndiry Xu1-0/+3
2011-09-26xHCI: set USB2 hardware LPMAndiry Xu1-0/+1
2011-09-26xHCI: test USB2 software LPMAndiry Xu1-0/+4
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-09-09xhci: Add software BW checking quirk to Intel PPT xHCISarah Sharp1-0/+1
2011-06-17xhci: Add reset on resume quirk for asrock p67 hostMaarten Lankhorst1-0/+8
2011-06-02xhci: Disable MSI for some Fresco Logic hosts.Sarah Sharp1-2/+12
2011-05-27Intel xhci: Limit number of active endpoints to 64.Sarah Sharp1-0/+2
2011-05-27Intel xhci: Ignore spurious successful event.Sarah Sharp1-0/+4
2011-05-27Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp1-0/+20
2011-04-29xhci-hcd: Include <linux/slab.h> in xhci-pci.cBen Hutchings1-0/+1
2011-04-13xHCI: Implement AMD PLL quirkAndiry Xu1-0/+4
2011-03-13xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp1-1/+2
2011-03-13xhci: Register second xHCI roothub.Sarah Sharp1-8/+90
2011-03-13xhci: Change hcd_priv into a pointer.Sarah Sharp1-6/+27
2010-10-22USB: xHCI: PCI power management implementationAndiry Xu1-1/+33
2010-10-22USB: xHCI: bus power management implementationAndiry Xu1-0/+2
2010-10-22USB: xHCI: change xhci_reset_device() to allocate new deviceAndiry Xu1-1/+1
2010-08-10USB: xhci: Set DMA mask for host.Sarah Sharp1-0/+9
2010-06-04USB: xhci: Print NEC firmware version.Sarah Sharp1-0/+2
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap1-2/+2
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+2
2010-05-20USB: xhci: Limit bus sg_tablesize to 62 TRBs.Sarah Sharp1-1/+1
2010-03-02USB: Add call to notify xHC of a device reset.Sarah Sharp1-0/+1
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-0/+2
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp1-0/+1
2009-09-23USB: xhci: Support USB hubs.Sarah Sharp1-0/+2
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp1-0/+13
2009-07-28USB: xhci: Deal with stalled endpoints.Sarah Sharp1-0/+1
2009-06-15USB: xhci: Bandwidth allocation supportSarah Sharp1-0/+4
2009-06-15USB: xhci: Control transfer support.Sarah Sharp1-0/+2
2009-06-15USB: xhci: Allocate and address USB devicesSarah Sharp1-0/+7
2009-06-15USB: xhci: Root hub support.Sarah Sharp1-1/+3
2009-06-15USB: xhci: No-op command queueing and irq handler.Sarah Sharp1-0/+1
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp1-0/+150