summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-12-133-0/+264
|\
| * s390/pci: PCI hotplug support via SCLPJan Glauber2012-11-303-0/+264
* | PCI: Remove __dev* markingsBill Pemberton2012-11-281-2/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-061-1/+1
|\
| * powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2012-09-181-1/+1
* | Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas2012-09-241-10/+31
|\ \
| * | PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu2012-09-241-10/+31
| |/
* | Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into nextBjorn Helgaas2012-09-241-5/+7
|\ \
| * | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-241-5/+7
* | | Merge branch 'pci/jiang-get-domain-bus-slot' into nextBjorn Helgaas2012-09-171-6/+2
|\ \ \
| * | | PCI/cpcihp: Use hotplug-safe pci_get_domain_bus_and_slot()Jiang Liu2012-09-121-6/+2
* | | | Merge branch 'pci/trivial' into nextBjorn Helgaas2012-09-131-20/+1
|\ \ \ \
| * | | | PCI: cpqphp: Remove unreachable pathAlan Cox2012-09-101-20/+1
| |/ / /
* | | | Merge branch 'pci/oliver-pciehp-resume' into nextBjorn Helgaas2012-09-101-14/+14
|\ \ \ \
| * | | | PCI: pciehp: Always implement resume, regardless of pciehp_force paramOliver Neukum2012-09-071-14/+14
| |/ / /
* | | | Merge branch 'pci/bjorn-remove-fakephp' into nextBjorn Helgaas2012-09-063-190/+1
|\ \ \ \
| * | | | PCI: Remove the fakephp driverBjorn Helgaas2012-08-243-190/+1
| |/ / /
* | | | Merge branch 'pci/bjorn-cleanup-remove' into nextBjorn Helgaas2012-08-231-45/+1
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | PCI: Remove unused, commented-out, codeBjorn Helgaas2012-08-221-28/+0
| * | PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas2012-08-221-2/+1
| * | PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas2012-08-171-15/+0
| |/
* | PCI/pciehp: Use PCI Express Capability accessorsJiang Liu2012-08-232-13/+5
* | PCI/hotplug: Use PCI Express Capability accessorsJiang Liu2012-08-231-15/+5
|/
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-2417-256/+128
|\
| * Merge branch 'pci/yinghai-pciehp-unused' into nextBjorn Helgaas2012-07-182-105/+0
| |\
| | * PCI: pciehp: remove unused pciehp_get_max_lnk_width(), pciehp_get_cur_lnk_wid...Yinghai Lu2012-07-122-105/+0
| * | Merge branch 'pci/julia-return-values' into nextBjorn Helgaas2012-07-164-16/+40
| |\ \
| | * | PCI: hotplug: ensure a consistent return value in error caseJulia Lawall2012-07-164-16/+40
| | |/
| * | Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas2012-07-113-11/+3
| |\ \
| | * | PCI: acpiphp: merge acpiphp_debug and debugYinghai Lu2012-07-102-6/+3
| | * | PCI: acpiphp: remove unused res_lockYinghai Lu2012-07-102-5/+0
| | |/
| * | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-222-7/+9
| |\ \
| | * | PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas2012-06-201-4/+9
| | * | PCI: shpchp: remove dead codeBjorn Helgaas2012-06-201-3/+0
| | |/
| * | PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong2012-06-131-10/+32
| * | PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong2012-06-131-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: hotplug: Fix typo in pciMasanari Iida2012-07-243-3/+3
|/
* PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu2012-02-271-1/+1