summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pcihp_slot.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-13PCI: Move pci_configure_slot() to drivers/pci/probe.cBjorn Helgaas1-176/+0
2014-09-12PCI: Remove "no hotplug settings from platform" warningBjorn Helgaas1-5/+1
2014-04-15PCI: hotplug: Remove unnecessary "dev->bus" testBjorn Helgaas1-2/+1
2013-08-22PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas1-3/+2
2012-08-23PCI/hotplug: Use PCI Express Capability accessorsJiang Liu1-15/+5
2011-11-01pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-09-10Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer1-1/+3
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason1-44/+1
2011-05-11PCI: Set PCIE maxpayload for card during hotplug insertionJordan_Hargrave@Dell.com1-0/+45
2009-11-25PCI hotplug: use pci_is_pcie()Kenji Kaneshige1-1/+1
2009-11-25PCI hotplug: use pci_pcie_cap()Kenji Kaneshige1-1/+1
2009-09-15PCI hotplug: add pci_configure_slot()Bjorn Helgaas1-0/+187