summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2009-09-19Merge branch 'acpica' into releaseLen Brown1-7/+5
2009-09-15PCI hotplug: clean up acpi_run_hpp()Bjorn Helgaas1-62/+22
2009-09-15PCI hotplug: acpiphp: use generic pci_configure_slot()Bjorn Helgaas2-84/+6
2009-09-15PCI hotplug: shpchp: use generic pci_configure_slot()Bjorn Helgaas2-68/+1
2009-09-15PCI hotplug: pciehp: use generic pci_configure_slot()Bjorn Helgaas2-138/+1
2009-09-15PCI hotplug: add pci_configure_slot()Bjorn Helgaas2-1/+188
2009-09-15PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceBjorn Helgaas4-17/+12
2009-09-15PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridgeBjorn Helgaas2-34/+27
2009-09-15PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluationBjorn Helgaas1-3/+0
2009-09-14PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handleAlex Chiang3-31/+21
2009-09-14PCI Hotplug: acpiphp: find bridges the easy wayAlex Chiang1-60/+21
2009-09-10PCI: Simplify hotplug mch quirk.Eric W. Biederman2-10/+0
2009-09-10PCI hotplug: add support for 5.0G link speedKenji Kaneshige2-2/+9
2009-09-10PCI hotplug: fix typo in pcie link speed infoKenji Kaneshige1-1/+1
2009-09-10PCI Hotplug: acpiphp: get pci_bus from acpi handle correctlyAlex Chiang1-11/+17
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore1-7/+5
2009-08-07PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige1-10/+3
2009-08-07PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige1-0/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan4-3/+1
2009-06-29PCI: fix kernel-doc warningsRandy Dunlap1-0/+2
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2-57/+10
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds17-1399/+1248
2009-06-19PCI: drivers/pci/slot.c should depend on CONFIG_SYSFSAlex Chiang1-1/+1
2009-06-18PCI Hotplug: acpiphp: convert to acpi_get_pci_devAlexander Chiang1-18/+7
2009-06-18ACPI: Introduce acpi_is_root_bridge()Alexander Chiang2-39/+3
2009-06-17PCI hotplug: remove redundant .owner initializationsKenji Kaneshige9-9/+0
2009-06-17PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige1-7/+16
2009-06-17PCI hotplug: fix return value of has_foo() functionsKenji Kaneshige1-64/+68
2009-06-17PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige3-144/+1
2009-06-12trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugPeter Huewe1-2/+2
2009-06-11PCI Hotplug: cpqphp: don't use pci_find_slot()Alex Chiang2-6/+12
2009-06-11PCI Hotplug: cpqphp: constify slot_name()Alex Chiang1-1/+1
2009-06-11PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridgeAlex Chiang1-12/+2
2009-06-11PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()Alex Chiang3-70/+47
2009-06-11PCI Hotplug: cpqphp: refactor cpqhp_save_configAlex Chiang1-91/+91
2009-06-11PCI Hotplug: cpqphp: style cleanupsAlex Chiang1-11/+6
2009-06-11PCI Hotplug: cpqphp: refactor cpqphp_save_slot_configAlex Chiang1-46/+39
2009-06-11PCI Hotplug: cpqphp: clean up cpqphp_ctrl.cAlex Chiang1-91/+79
2009-06-11PCI Hotplug: cpqphp: refactor cpqhp_probeAlex Chiang1-197/+185
2009-06-11PCI Hotplug: cpqphp: eliminate stray bracesAlex Chiang1-33/+22
2009-06-11PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.cAlex Chiang1-237/+224
2009-06-11PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.hAlex Chiang1-31/+45
2009-06-11PCI Hotplug: cpqphp: fix comment styleAlex Chiang5-315/+387
2009-06-11PCI Hotplug: cpqphp: stray whitespace cleanupsAlex Chiang5-122/+110
2009-06-11PCI: ibmphp_core.c: fix warning due to missing module_exit()akpm@linux-foundation.org1-0/+1
2009-06-01Merge branch 'linus' into irq/numaIngo Molnar2-38/+26
2009-05-27PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcAlex Chiang2-38/+26
2009-05-18x86, apic: introduce io_apic_irq_attrYinghai Lu1-4/+2
2009-05-12x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector(), fixCyrill Gorcunov1-1/+1
2009-05-11x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu1-26/+30