aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-27xhci: Switch only Intel Lynx Point-LP ports to EHCI on shutdown.Denis Turischev1-1/+3
2014-05-27xhci: unified loggig of RESET_ON_RESUMEOliver Neukum1-2/+4
2014-04-25xhci: extend quirk for Renesas cardsIgor Gnatenko1-3/+1
2014-04-25xhci: Switch Intel Lynx Point ports to EHCI on shutdown.Denis Turischev1-0/+2
2014-03-06xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman1-1/+10
2014-03-04storage: accept some UAS devices if streams are unavailableOliver Neukum1-0/+3
2014-03-04usb/xhci: Change how we indicate a host supports Link PM.Sarah Sharp1-6/+0
2014-01-22xhci: Fix resume issues on Renesas chips in Samsung laptopsSarah Sharp1-0/+5
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman1-1/+6
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams1-0/+1
2013-12-10xhci: Limit the spurious wakeup fix only to HP machinesTakashi Iwai1-1/+6
2013-10-09xhci: Fix spurious wakeups after S5 on HaswellTakashi Iwai1-0/+17
2013-10-09xhci: quirk for extra long delay for S4Oliver Neukum1-0/+8
2013-09-25USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcdAlan Stern1-1/+1
2013-08-13xhci: add trace for debug messages related to quirksXenia Ragiadakou1-5/+9
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman1-1/+0
2013-07-25usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0George Cherian1-1/+0
2013-07-23Intel xhci: refactor EHCI/xHCI port switchingMathias Nyman1-6/+8
2013-05-24xhci: Disable D3cold for buggy TI redrivers.Sarah Sharp1-0/+8
2013-03-25usb: add find_raw_port_number callback to struct hc_driver()Lan Tianyu1-0/+1
2012-11-12usb: host: xhci: move HC_STATE_SUSPENDED check to xhci_suspend()Felipe Balbi1-8/+1
2012-11-12xhci: Extend Fresco Logic MSI quirk.Sarah Sharp1-2/+5
2012-09-25xhci: Intel Panther Point BEI quirk.Sarah Sharp1-0/+1
2012-08-09xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp1-0/+9
2012-08-07xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp1-0/+1
2012-05-18xhci: Add Intel U1/U2 timeout policy.Sarah Sharp1-0/+4
2012-05-18xhci: Add infrastructure for host-specific LPM policies.Sarah Sharp1-0/+9
2012-05-17xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp1-0/+1
2012-04-11xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu1-0/+2
2012-04-10usb: xhci: fix section mismatch in linux-nextGerard Snitselaar1-1/+1
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