summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-222-7/+9
|\
| * PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas2012-06-211-4/+9
| * PCI: shpchp: remove dead codeBjorn Helgaas2012-06-211-3/+0
* | PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong2012-06-141-10/+32
* | PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong2012-06-141-0/+1
* | PCI: sgihp: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-9/+5
* | PCI: ibmhp: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-6/+4
* | PCI: cpqhp: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-6/+4
* | PCI: shpchp: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-32/+15
* | PCI: cpci_hotplug: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-31/+6
* | PCI: pciehp: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-26/+2
* | PCI: sgihp: register busn_resYinghai Lu2012-06-131-1/+3
* | PCI: ibmhp: register busn_resYinghai Lu2012-06-131-1/+3
* | PCI: cpqhp: register busn_resYinghai Lu2012-06-131-1/+3
* | PCI: shpchp: register busn_resYinghai Lu2012-06-131-1/+3
* | PCI: cpci_hotplug: register busn_resYinghai Lu2012-06-131-1/+3
* | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-135-15/+15
|/
* PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu2012-02-271-1/+1
* PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-279-10/+10
* PCI hotplug: cpcihp: fix debug module parameter to be boolDanny Kukawka2012-02-141-1/+1
* PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu2012-02-141-0/+12
* PCI: pciehp: Add Disable/enable link functionsYinghai Lu2012-02-141-0/+36
* PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu2012-02-141-4/+15
* PCI: pciehp: make check_link_active more helpfulYinghai Lu2012-02-141-5/+12
* PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu2012-02-141-15/+34
* PCI: drivers/pci/hotplug/ibmphp_ebda.c: add missing iounmapJulia Lawall2012-02-141-2/+4
* PCI: Can continually add funcs after adding func0Amos Kong2012-02-141-16/+13
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-1314-22/+22
*-. Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel2012-01-094-14/+3
|\ \
| | * PCI/ACPI: Make acpiphp ignore root bridges using SHPC native hotplugRafael J. Wysocki2011-12-051-2/+2
| | * PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige2011-12-054-13/+2
| | * PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige2011-12-051-1/+1
| |/
* | PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani2011-12-141-1/+0
* | PCI hotplug: Always allow acpiphp to handle non-PCIe bridgesRafael J. Wysocki2011-12-131-17/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-235-21/+46
|\
| * PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsBjorn Helgaas2011-11-142-4/+4
| * PCI: pciehp: wait 100 ms after Link Training checkKenji Kaneshige2011-11-111-0/+8
| * PCI: pciehp: wait 1000 ms before Link Training checkKenji Kaneshige2011-11-112-3/+8
| * PCI: pciehp: Retrieve link speed after link is trainedYinghai Lu2011-11-071-9/+2
| * PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki2011-10-311-5/+24
* | pci: add module.h to files implicitly relying on its presence.Paul Gortmaker2011-11-012-0/+2
* | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
|/
* PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava2011-10-141-15/+94
* Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-101-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-08-191-44/+1
|\
| * PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-44/+1
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-08-031-1/+1
|\ \ | |/ |/|
| * ACPI: constify ops structsVasiliy Kulikov2011-07-171-1/+1
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-304-24/+13
|\ \
| * | PCI: pciehp: change wait time for valid configuration accessKenji Kaneshige2011-07-222-9/+5