aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas1-16/+30
2014-03-19Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3
2014-03-19PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-07PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas1-0/+2
2014-02-27PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas1-16/+23
2014-02-18Merge branch 'pci/misc' into nextBjorn Helgaas1-21/+29
2014-02-18PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-18Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas1-3/+3
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang1-3/+3
2014-02-11PCI: Add device-specific PCI ACS enableAlex Williamson1-6/+20
2014-02-03PCI: Remove unnecessary list_empty(&pci_pme_list) checkBjorn Helgaas1-21/+19
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