summaryrefslogtreecommitdiffstats
path: root/drivers/pci/quirks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/vipul-chelsio-reset-v2' into nextBjorn Helgaas2013-08-121-16/+81
|\
| * PCI: Use pci_wait_for_pending_transaction() instead of for loopCasey Leedom2013-08-121-16/+2
| * PCI: Chelsio quirk: Enable Bus Master during Function-Level ResetCasey Leedom2013-08-121-0/+79
* | PCI: Claim ACS support for AMD southbridge devicesAlex Williamson2013-07-251-0/+50
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-06-261-4/+2
|\
| * PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang2013-06-181-4/+2
* | Merge branch 'pci/shane-amd-ahci-i2c' into nextBjorn Helgaas2013-06-041-0/+2
|\ \ | |/ |/|
| * ahci: Add AMD CZ SATA device IDShane Huang2013-06-031-0/+2
* | PCI: Work around Ivytown NTB BAR size issueJon Mason2013-05-151-0/+25
|/
* PCI: Clean up quirk_io_regionYinghai Lu2013-04-151-85/+45
* PCI: Add MSI INTX_DISABLE quirks for AR8161/AR8162/AR8171/AR8172/E210XXiong Huang2013-04-041-0/+18
* PCI: Reduce Ricoh 0xe822 SD card reader base clock frequency to 50MHzAndy Lutomirski2012-12-261-2/+5
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-0/+39
|\
| * PCI: Add PLX PCI 9050 workaround for some Meilhaus DAQ cardsIan Abbott2012-11-071-0/+11
| * PCI: Add workaround for PLX PCI 9050 BAR alignment erratumIan Abbott2012-11-071-0/+28
* | PCI: Remove __dev* markingsBill Pemberton2012-11-281-66/+66
|/
* PCI: Wait for pending transactions to complete before 82599 FLRBjorn Helgaas2012-08-231-1/+27
* PCI/core: Use PCI Express Capability accessorsJiang Liu2012-08-231-8/+1
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-79/+163
|\
| * Merge branch 'pci/myron-final-fixups-v2' into nextBjorn Helgaas2012-07-161-16/+4
| |\
| | * PCI: fix undefined reference to 'pci_fixup_final_inited'Myron Stowe2012-07-161-16/+4
| * | Merge branch 'pci/bjorn-p2p-bridge-windows' into nextBjorn Helgaas2012-07-101-38/+1
| |\ \
| | * | PCI: reimplement P2P bridge 1K I/O windows (Intel P64H2)Bjorn Helgaas2012-07-091-38/+1
| * | | Merge branch 'pci/myron-final-fixups-v2' into nextBjorn Helgaas2012-07-091-32/+67
| |\ \ \ | | | |/ | | |/|
| | * | PCI: call final fixups hot-added devicesMyron Stowe2012-07-091-0/+18
| | * | PCI: move final fixups from __init to __devinitMyron Stowe2012-07-091-4/+4
| | * | PCI: never discard enable/suspend/resume_early/resume fixupsMyron Stowe2012-07-091-14/+14
| | * | PCI: release temporary reference in __nv_msi_ht_cap_quirk()Myron Stowe2012-07-091-2/+5
| | * | PCI: restructure 'pci_do_fixups()'Myron Stowe2012-07-091-16/+30
| | |/
| * | Merge branch 'topic/jan-intx-masking' into nextBjorn Helgaas2012-06-181-0/+14
| |\ \
| | * | PCI: add Ralink RT2800 broken INTx masking quirkAlex Williamson2012-06-181-0/+2
| | * | PCI: add Chelsio T310 10GbE NIC broken INTx masking quirkJan Kiszka2012-06-181-0/+2
| | * | PCI: add infrastructure for devices with broken INTx maskingBjorn Helgaas2012-06-161-0/+10
| | |/
| * | Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas2012-06-181-9/+9
| |\ \
| | * | PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-121-9/+9
| | |/
| * | PCI: add ACS validation utilityAlex Williamson2012-06-121-0/+33
| * | PCI: add PCI DMA source ID quirkAlex Williamson2012-06-111-0/+51
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2012-07-231-3/+3
|\ \
| * | arch/tile: tilegx PCI root complex supportChris Metcalf2012-07-181-3/+3
* | | PCI: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-07-101-26/+0
|/ /
* / USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-131-0/+26
|/
* Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds2012-05-211-0/+58
|\
| * PCI: work around IvyBridge internal graphics FLR erratumXudong Hao2012-05-021-0/+58
* | atl1c: add workaround for issue of bit INTX-disable for MSI interruptHuang, Xiong2012-04-301-0/+12
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-92/+90
|\
| * PCI: print out PCI device info along with durationYinghai Lu2012-02-241-3/+4
| * PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu2012-02-241-63/+0
| * PCI: Use class for quirk for ti816x class fixupYinghai Lu2012-02-241-5/+4
| * PCI: Use class for quirk for intel e100 interrupt fixupYinghai Lu2012-02-241-1/+2
| * PCI: Use class for quirk for netmos class fixupYinghai Lu2012-02-241-3/+3