aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/pci-quirks.c
Commit message (Expand)AuthorAgeFilesLines
* xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer2012-10-021-1/+2
* xhci: Make handover code more robustMatthew Garrett2012-10-021-2/+10
* Intel xhci: Only switch the switchable portsKeng-Yu Lin2012-10-021-4/+23
* xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp2012-08-261-0/+7
* xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp2012-07-161-0/+13
* xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp2012-06-011-1/+17
* xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2012-04-221-3/+7
* USB: Fix handoff when BIOS disables host PCI device.Sarah Sharp2012-02-291-0/+11
* usb: Skip PCI USB quirk handling for Netlogic XLPJayachandran C2012-02-131-0/+6
* OHCI: final fix for NVIDIA problems (I hope)Alan Stern2012-01-121-28/+22
* USB: workaround for bug in old version of GCCAlan Stern2011-11-261-4/+3
* usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe2011-10-031-1/+1
* ehci: add pci quirk for Ordissimo and RM Slate 100 tooAnisse Astier2011-10-031-0/+7
* ehci: refactor pci quirk to use standard dmi_check_system methodAnisse Astier2011-10-031-7/+14
* USB: xhci: fix OS want to own HCJiSheng Zhang2011-08-171-1/+1
* USB: OHCI: fix another regression for NVIDIA controllersAlan Stern2011-08-041-0/+28
* Intel xhci: Support EHCI/xHCI port switching.Sarah Sharp2011-05-271-0/+63
* ehci: workaround for pci quirk timeout on ExoPCAndy Ross2011-05-121-10/+25
* ehci: pci quirk cleanupAndy Ross2011-05-121-70/+66
* USB host: Fix lockdep warning in AMD PLL quirkJoerg Roedel2011-04-131-43/+74
* USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu2011-03-011-0/+258
* Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman2011-02-171-260/+0
* USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu2011-02-041-0/+260
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-2/+0
|\
| * drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-2/+0
* | OHCI: work around for nVidia shutdown problemAlan Stern2010-10-221-7/+11
|/
* Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"Linus Torvalds2009-10-111-1/+1
* USB: Work around BIOS bugs by quiescing USB controllers earlierDavid Woodhouse2009-09-231-1/+1
* USB: xhci: BIOS handoff and HW initialization.Sarah Sharp2009-06-151-0/+123
* USB: count reaches -1, tested 0Roel Kluin2009-03-241-1/+1
* USB: EHCI pci-quirks.c: don't wait so long for BIOS handoffSteven Noonan2009-01-071-1/+1
* USB: use pci_ioremap_bar() in drivers/usbArjan van de Ven2009-01-071-6/+6
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-3/+3
* PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com2008-02-011-14/+8
* EHCI: fix problem with BIOS handoffAlan Stern2007-05-221-0/+9
* [PATCH] USB: Kill compiler warning in quirk_usb_handoff_ohciKyle McMartin2006-07-121-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: pci-quirks.c: proper prototypesAdrian Bunk2006-04-141-0/+1
* [PATCH] USB: fix EHCI BIOS handshakeDavid Brownell2006-02-281-5/+6
* [PATCH] USB: fix up the usb early handoff logic for EHCIDavid Brownell2006-02-131-4/+12
* [PATCH] USB: fix EHCI early handoff issuesDavid Brownell2006-01-311-38/+68
* [PATCH] USB: hcd uses EXTRA_CFLAGS for -DDEBUGDavid Brownell2006-01-041-6/+0
* [USB]: Make early handoff a final fixup instead of a header one.David S. Miller2005-11-041-1/+1
* Don't touch USB controller IO registers when they are disabledLinus Torvalds2005-10-311-0/+23
* [PATCH] USB: Always do usb-handoffAlan Stern2005-10-281-43/+3
* [PATCH] UHCI: unify BIOS handoff and driver reset codeAlan Stern2005-10-281-46/+96
* [PATCH] update PCI early-handoff handling for OHCIDavid Brownell2005-10-281-4/+18
* [PATCH] USB: move handoff codeDavid Brownell2005-10-281-0/+272