aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/pci-quirks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-03xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp1-1/+17
2012-05-03xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp1-0/+14
2012-04-11xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He1-3/+7
2012-03-23Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pciLinus Torvalds1-1/+2
2012-02-24PCI: Use class for quirk for usb host controller fixupYinghai Lu1-1/+2
2012-02-21USB: Fix handoff when BIOS disables host PCI device.Sarah Sharp1-0/+11
2012-02-02usb: Skip PCI USB quirk handling for Netlogic XLPJayachandran C1-0/+6
2011-11-18OHCI: final fix for NVIDIA problems (I hope)Alan Stern1-28/+22
2011-11-14USB: workaround for bug in old version of GCCAlan Stern1-4/+3
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-08-08usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe1-1/+1
2011-08-01USB: xhci: fix OS want to own HCJiSheng Zhang1-1/+1
2011-07-16USB: OHCI: fix another regression for NVIDIA controllersAlan Stern1-0/+28
2011-07-08ehci: add pci quirk for Ordissimo and RM Slate 100 tooAnisse Astier1-0/+7
2011-07-08ehci: refactor pci quirk to use standard dmi_check_system methodAnisse Astier1-7/+14
2011-05-27Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp1-0/+63
2011-05-12ehci: workaround for pci quirk timeout on ExoPCAndy Ross1-10/+25
2011-05-12ehci: pci quirk cleanupAndy Ross1-70/+66
2011-04-13USB host: Fix lockdep warning in AMD PLL quirkJoerg Roedel1-43/+74
2011-03-01USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-0/+258
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman1-260/+0
2011-02-04USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu1-0/+260
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+0
2010-10-22OHCI: work around for nVidia shutdown problemAlan Stern1-7/+11
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2009-10-11Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"Linus Torvalds1-1/+1
2009-09-23USB: Work around BIOS bugs by quiescing USB controllers earlierDavid Woodhouse1-1/+1
2009-06-15USB: xhci: BIOS handoff and HW initialization.Sarah Sharp1-0/+123
2009-03-24USB: count reaches -1, tested 0Roel Kluin1-1/+1
2009-01-07USB: EHCI pci-quirks.c: don't wait so long for BIOS handoffSteven Noonan1-1/+1
2009-01-07USB: use pci_ioremap_bar() in drivers/usbArjan van de Ven1-6/+6
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-02-01PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com1-14/+8
2007-05-22EHCI: fix problem with BIOS handoffAlan Stern1-0/+9
2006-07-12[PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohciKyle McMartin1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-14[PATCH] USB: pci-quirks.c: proper prototypesAdrian Bunk1-0/+1
2006-02-28[PATCH] USB: fix EHCI BIOS handshakeDavid Brownell1-5/+6
2006-02-13[PATCH] USB: fix up the usb early handoff logic for EHCIDavid Brownell1-4/+12
2006-01-31[PATCH] USB: fix EHCI early handoff issuesDavid Brownell1-38/+68
2006-01-04[PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell1-6/+0
2005-11-04[USB]: Make early handoff a final fixup instead of a header one.David S. Miller1-1/+1
2005-10-31Don't touch USB controller IO registers when they are disabledLinus Torvalds1-0/+23
2005-10-28[PATCH] USB: Always do usb-handoffAlan Stern1-43/+3
2005-10-28[PATCH] UHCI: unify BIOS handoff and driver reset codeAlan Stern1-46/+96
2005-10-28[PATCH] update PCI early-handoff handling for OHCIDavid Brownell1-4/+18
2005-10-28[PATCH] USB: move handoff codeDavid Brownell1-0/+272