aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-12PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-02-14PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-293/+252
2014-01-15Merge branch 'pci/reset' into nextBjorn Helgaas1-0/+155
2014-01-15Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2014-01-14PCI: Fix pci_check_and_unmask_intx() comment typosBjorn Helgaas1-1/+1
2014-01-14PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson1-0/+155
2014-01-13Merge branch 'pci/dead-code' into nextBjorn Helgaas1-261/+25
2014-01-13PCI: Make local functions staticStephen Hemminger1-27/+27
2014-01-10PCI: Remove unused ID-Based Ordering supportStephen Hemminger1-40/+0
2014-01-10PCI: Remove unused Optimized Buffer Flush/Fill supportStephen Hemminger1-73/+0
2014-01-10PCI: Remove unused Latency Tolerance Reporting supportStephen Hemminger1-123/+0
2013-12-17PCI: Add Virtual Channel to save/restore supportAlex Williamson1-0/+5
2013-12-17PCI: Add support for save/restore of extended capabilitiesAlex Williamson1-8/+35
2013-12-17PCI: Add pci_wait_for_pending() (refactor pci_wait_for_pending_transaction())Alex Williamson1-23/+31
2013-12-02PCI / tg3: Give up chip reset and carrier loss handling if PCI device is not presentRafael J. Wysocki1-0/+8
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-23/+23
2013-11-07Merge branch 'pci/misc' into nextBjorn Helgaas1-5/+8
2013-11-07PCI: Enable upstream bridges even for VFs on virtual busesBjorn Helgaas1-5/+8
2013-11-06Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+5
2013-11-05PCI: Drop warning about drivers that don't use pci_set_master()Bjorn Helgaas1-3/+1
2013-11-05PCI: Workaround missing pci_set_master in pci driversYinghai Lu1-1/+7
2013-10-31Merge branch 'pci/misc' into nextBjorn Helgaas1-3/+4
2013-10-31Merge branch 'pci/yijing-mps-v1' into nextBjorn Helgaas1-0/+2
2013-10-29PCI: Report pci_pme_active() kmalloc failureBjorn Helgaas1-3/+4
2013-09-25PCI: Drop "setting latency timer" messagesBjorn Helgaas1-1/+1
2013-09-24PCI: Export pcie_set_mps() and pcie_get_mps()Yijing Wang1-0/+2
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+43
2013-08-28Merge branch 'pci/misc' into nextBjorn Helgaas1-18/+26
2013-08-27PCI: Rename PCIe capability definitions to follow conventionBjorn Helgaas1-14/+17
2013-08-26Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas1-3/+0
2013-08-26Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas1-0/+20
2013-08-22PCI: Add comment about needing pci_msi_off() even when CONFIG_PCI_MSI=nBjorn Helgaas1-4/+9
2013-08-22PCI: Remove unnecessary check for pcie_get_mps() failureYijing Wang1-3/+0
2013-08-15Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas1-26/+347
2013-08-15PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson1-0/+24
2013-08-14PCI: Tune secondary bus reset timingAlex Williamson1-2/+14
2013-08-14PCI: Wake-up devices before saving config space for resetAlex Williamson1-0/+7
2013-08-14PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson1-0/+209
2013-08-14PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson1-17/+38
2013-08-14PCI: Add slot reset option to pci_dev_reset()Alex Williamson1-0/+34
2013-08-12Merge branch 'pci/vipul-chelsio-reset-v2' into nextBjorn Helgaas1-13/+25
2013-08-12PCI: Add pci_wait_for_pending_transaction()Casey Leedom1-13/+25
2013-08-09PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson1-9/+23
2013-08-01Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2013-08-01PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang1-1/+1
2013-07-31PCI: Add function to obtain minimum link width and speedJacob Keller1-0/+43
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-0/+20
2013-07-25PCI: Differentiate ACS controllable from enabledAlex Williamson1-4/+9
2013-07-25PCI: Check all ACS features for multifunction downstream portsAlex Williamson1-14/+70