summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorLines
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi-5/+7
2012-09-18powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan-1/+1
2012-09-17Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas-6/+2
2012-09-13Merge branch 'pci/trivial' into nextBjorn Helgaas-20/+1
2012-09-12PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu-6/+2
2012-09-10PCI: cpqphp: Remove unreachable pathAlan Cox-20/+1
2012-09-10Merge branch 'pci/oliver-pciehp-resume' into nextBjorn Helgaas-14/+14
2012-09-07PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum-14/+14
2012-09-06Merge branch 'pci/bjorn-remove-fakephp' into nextBjorn Helgaas-190/+1
2012-08-24PCI: Remove the fakephp driverBjorn Helgaas-190/+1
2012-08-23Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas-45/+1
2012-08-23PCI/pciehp: Use PCI Express Capability accessorsJiang Liu-13/+5
2012-08-23PCI/hotplug: Use PCI Express Capability accessorsJiang Liu-15/+5
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas-28/+0
2012-08-22PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas-2/+1
2012-08-17PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas-15/+0
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds-256/+128
2012-07-24pci: hotplug: Fix typo in pciMasanari Iida-3/+3
2012-07-18Merge branch 'pci/yinghai-pciehp-unused' into nextBjorn Helgaas-105/+0
2012-07-16Merge branch 'pci/julia-return-values' into nextBjorn Helgaas-16/+40
2012-07-16PCI: hotplug: ensure a consistent return value in error caseJulia Lawall-16/+40
2012-07-12PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu-105/+0
2012-07-11Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas-11/+3
2012-07-10PCI: acpiphp: merge acpiphp_debug and debugYinghai Lu-6/+3
2012-07-10PCI: acpiphp: remove unused res_lockYinghai Lu-5/+0
2012-06-22Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas-7/+9
2012-06-20PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas-4/+9
2012-06-20PCI: shpchp: remove dead codeBjorn Helgaas-3/+0
2012-06-13PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong-10/+32
2012-06-13PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong-0/+1
2012-06-13PCI: sgihp: use generic pci_hp_add_bridge()Yinghai Lu-9/+5
2012-06-13PCI: ibmhp: use generic pci_hp_add_bridge()Yinghai Lu-6/+4
2012-06-13PCI: cpqhp: use generic pci_hp_add_bridge()Yinghai Lu-6/+4
2012-06-13PCI: shpchp: use generic pci_hp_add_bridge()Yinghai Lu-32/+15
2012-06-13PCI: cpci_hotplug: use generic pci_hp_add_bridge()Yinghai Lu-31/+6
2012-06-13PCI: pciehp: use generic pci_hp_add_bridge()Yinghai Lu-26/+2
2012-06-13PCI: sgihp: register busn_resYinghai Lu-1/+3
2012-06-13PCI: ibmhp: register busn_resYinghai Lu-1/+3
2012-06-13PCI: cpqhp: register busn_resYinghai Lu-1/+3
2012-06-13PCI: shpchp: register busn_resYinghai Lu-1/+3
2012-06-13PCI: cpci_hotplug: register busn_resYinghai Lu-1/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu-15/+15
2012-02-27PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu-10/+10
2012-02-14PCI hotplug: cpcihp: fix debug module parameter to be boolDanny Kukawka-1/+1
2012-02-14PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu-0/+12
2012-02-14PCI: pciehp: Add Disable/enable link functionsYinghai Lu-0/+36
2012-02-14PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu-4/+15
2012-02-14PCI: pciehp: make check_link_active more helpfulYinghai Lu-5/+12
2012-02-14PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu-15/+34