aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci.c
AgeCommit message (Expand)Author
2013-09-28PCI: Workaround missing pci_set_master in pci driversYinghai Lu
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-08-28Merge branch 'pci/misc' into nextBjorn Helgaas
2013-08-27PCI: Rename PCIe capability definitions to follow conventionBjorn Helgaas
2013-08-26Merge branch 'pci/yijing-mps-v8' into nextBjorn Helgaas
2013-08-26Merge branch 'pci/yinghai-assign-unassigned-v6' into nextBjorn Helgaas
2013-08-22PCI: Add comment about needing pci_msi_off() even when CONFIG_PCI_MSI=nBjorn Helgaas
2013-08-22PCI: Remove unnecessary check for pcie_get_mps() failureYijing Wang
2013-08-15Merge branch 'pci/aw-reset-v5' into nextBjorn Helgaas
2013-08-15PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson
2013-08-14PCI: Tune secondary bus reset timingAlex Williamson
2013-08-14PCI: Wake-up devices before saving config space for resetAlex Williamson
2013-08-14PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson
2013-08-14PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson
2013-08-14PCI: Add slot reset option to pci_dev_reset()Alex Williamson
2013-08-12Merge branch 'pci/vipul-chelsio-reset-v2' into nextBjorn Helgaas
2013-08-12PCI: Add pci_wait_for_pending_transaction()Casey Leedom
2013-08-09PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson
2013-08-01Merge branch 'pci/misc' into nextBjorn Helgaas
2013-08-01PCI: Fix comment typo for pci_add_cap_save_buffer()Yijing Wang
2013-07-31PCI: Add function to obtain minimum link width and speedJacob Keller
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu
2013-07-25PCI: Differentiate ACS controllable from enabledAlex Williamson
2013-07-25PCI: Check all ACS features for multifunction downstream portsAlex Williamson
2013-06-18PCI: Use pdev->pm_cap instead of pci_find_capability(..,PCI_CAP_ID_PM)Yijing Wang
2013-06-04PCI: Add pcibios_release_device()Sebastian Ott
2013-05-28PCI: Fix INTC comment typo for pci_swizzle_interrupt_pin()Wang Sheng-Hui
2013-04-17Merge branch 'pci/rafael-pm' into nextBjorn Helgaas
2013-04-15PCI/PM: Make pci_pme_active() ignore devices without PME supportRafael J. Wysocki
2013-04-15PCI/PM: Fix fallback to PCI_D0 in pci_platform_power_transition()Rafael J. Wysocki
2013-04-12PCI: Make local functions/structs staticBjorn Helgaas
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-12Merge branch 'pci/konstantin-runtime-pm' into nextBjorn Helgaas
2013-02-11PCI: Use atomic_inc_return() rather than atomic_add_return()Bjorn Helgaas
2013-02-11PCI: Catch attempts to disable already-disabled devicesKonstantin Khlebnikov
2013-02-02Merge branch 'pci/misc' into nextBjorn Helgaas
2013-01-26Merge branch 'pci/yijing-ari' into nextBjorn Helgaas
2013-01-25PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang
2013-01-24PCI: Kill pci_is_reassigndev()Yinghai Lu
2013-01-24PCI: Enable ARI if dev and upstream bridge support it; disable otherwiseYijing Wang
2013-01-10Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas
2013-01-04PCI: Drop "__" prefix on __pci_enable_device_flags()Bjorn Helgaas
2013-01-04PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.hBjorn Helgaas
2013-01-03ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-12-06Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas
2012-12-05PCI: Add pcibios_add_deviceMatthew Garrett
2012-12-04Merge branch 'pci/huang-d3cold-fixes' into nextBjorn Helgaas
2012-12-04PCI/PM: Keep runtime PM enabled for unbound PCI devicesHuang Ying
2012-11-28PCI: Remove __dev* markingsBill Pemberton