aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu1-44/+15
2013-01-25PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu1-36/+6
2013-01-25PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu1-1/+26
2013-01-25PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-20/+16
2013-01-25PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-34/+29
2013-01-25PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-18/+11
2013-01-25PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-28/+16
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2-4/+4
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2-3/+3
2013-01-14PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas3-16/+18
2013-01-14PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas3-12/+1
2013-01-13PCI: shpchp: Make shpchp_wq non-orderedBjorn Helgaas1-1/+1
2013-01-12PCI: pciehp: Use per-slot workqueues to avoid deadlockYijing Wang4-15/+17
2013-01-10Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas2-31/+15
2013-01-07PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin1-37/+20
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2-10/+12
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2-19/+5
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2-5/+1
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-0/+264
2012-11-30s390/pci: PCI hotplug support via SCLPJan Glauber3-0/+264
2012-11-28PCI: Remove __dev* markingsBill Pemberton1-2/+2
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+1
2012-09-24Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas1-10/+31
2012-09-24Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas1-5/+7
2012-09-24PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu1-10/+31
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi1-5/+7
2012-09-18powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan1-1/+1
2012-09-17Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas1-6/+2
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas1-20/+1
2012-09-12PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu1-6/+2
2012-09-10PCI: cpqphp: Remove unreachable pathAlan Cox1-20/+1
2012-09-10Merge branch 'pci/oliver-pciehp-resume' into nextBjorn Helgaas1-14/+14
2012-09-07PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum1-14/+14
2012-09-06Merge branch 'pci/bjorn-remove-fakephp' into nextBjorn Helgaas3-190/+1
2012-08-24PCI: Remove the fakephp driverBjorn Helgaas3-190/+1
2012-08-23Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas1-45/+1
2012-08-23PCI/pciehp: Use PCI Express Capability accessorsJiang Liu2-13/+5
2012-08-23PCI/hotplug: Use PCI Express Capability accessorsJiang Liu1-15/+5
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas1-28/+0
2012-08-22PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas1-2/+1
2012-08-17PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas1-15/+0
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds17-256/+128
2012-07-24pci: hotplug: Fix typo in pciMasanari Iida3-3/+3
2012-07-18Merge branch 'pci/yinghai-pciehp-unused' into nextBjorn Helgaas2-105/+0
2012-07-16Merge branch 'pci/julia-return-values' into nextBjorn Helgaas4-16/+40
2012-07-16PCI: hotplug: ensure a consistent return value in error caseJulia Lawall4-16/+40
2012-07-12PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_width()Yinghai Lu2-105/+0
2012-07-11Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas3-11/+3
2012-07-10PCI: acpiphp: merge acpiphp_debug and debugYinghai Lu2-6/+3
2012-07-10PCI: acpiphp: remove unused res_lockYinghai Lu2-5/+0