aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-18PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang1-1/+1
2013-06-04PCI: Add pcibios_release_device()Sebastian Ott1-0/+10
2013-05-28PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()Wang Sheng-Hui1-1/+1
2013-04-17Merge branch 'pci/rafael-pm' into nextBjorn Helgaas1-11/+6
2013-04-15PCI/PM: Make pci_pme_active() ignore devices without PME supportRafael J. Wysocki1-3/+2
2013-04-15PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()Rafael J. Wysocki1-8/+4
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas1-4/+4
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-7/+5
2013-02-12Merge branch 'pci/konstantin-runtime-pm' into nextBjorn Helgaas1-2/+5
2013-02-11PCI: Use atomic_inc_return() rather than atomic_add_return()Bjorn Helgaas1-2/+2
2013-02-11PCI: Catch attempts to disable already-disabled devicesKonstantin Khlebnikov1-0/+3
2013-02-02Merge branch 'pci/misc' into nextBjorn Helgaas1-14/+3
2013-01-26Merge branch 'pci/yijing-ari' into nextBjorn Helgaas1-7/+14
2013-01-25PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang1-2/+2
2013-01-24PCI: Kill pci_is_reassigndev()Yinghai Lu1-14/+3