aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-22Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2-7/+9
2012-06-20PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas1-4/+9
2012-06-20PCI: shpchp: remove dead codeBjorn Helgaas1-3/+0
2012-06-13PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong1-10/+32
2012-06-13PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong1-0/+1
2012-06-13PCI: sgihp: use generic pci_hp_add_bridge()Yinghai Lu1-9/+5
2012-06-13PCI: ibmhp: use generic pci_hp_add_bridge()Yinghai Lu1-6/+4
2012-06-13PCI: cpqhp: use generic pci_hp_add_bridge()Yinghai Lu1-6/+4
2012-06-13PCI: shpchp: use generic pci_hp_add_bridge()Yinghai Lu1-32/+15
2012-06-13PCI: cpci_hotplug: use generic pci_hp_add_bridge()Yinghai Lu1-31/+6
2012-06-13PCI: pciehp: use generic pci_hp_add_bridge()Yinghai Lu1-26/+2
2012-06-13PCI: sgihp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: ibmhp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: cpqhp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: shpchp: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: cpci_hotplug: register busn_resYinghai Lu1-1/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu5-15/+15
2012-02-27PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu1-1/+1
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu9-10/+10
2012-02-14PCI hotplug: cpcihp: fix debug module parameter to be boolDanny Kukawka1-1/+1
2012-02-14PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu1-0/+12