summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorLines
2009-09-24Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-311/+190
2009-09-19Merge branch 'acpica' into releaseLen Brown-7/+5
2009-09-17PCI: pciehp: remove slot capabilities definitionsKenji Kaneshige-18/+8
2009-09-17PCI: pciehp: remove error message definitionsKenji Kaneshige-12/+1
2009-09-17PCI: pciehp: remove number fieldKenji Kaneshige-4/+2
2009-09-17PCI: pciehp: remove hpc_opsKenji Kaneshige-118/+87
2009-09-17PCI: pciehp: remove pci_dev fieldKenji Kaneshige-17/+15
2009-09-17PCI: pciehp: remove crit_sect mutexKenji Kaneshige-16/+0
2009-09-17PCI: pciehp: remove slot_bus fieldKenji Kaneshige-1/+0
2009-09-17PCI: pciehp: remove first_slot fieldKenji Kaneshige-4/+3
2009-09-17PCI: pciehp: remove slot_device_offset fieldKenji Kaneshige-9/+2
2009-09-17PCI: pciehp: remove hp_slot fieldKenji Kaneshige-12/+4
2009-09-17PCI: pciehp: remove device fieldKenji Kaneshige-28/+17
2009-09-17PCI: pciehp: remove bus fieldKenji Kaneshige-7/+10
2009-09-17PCI: pciehp: remove slot_num_inc fieldKenji Kaneshige-1/+0
2009-09-17PCI: pciehp: remove num_slots fieldKenji Kaneshige-2/+0
2009-09-17PCI: pciehp: remove slot_list fieldKenji Kaneshige-97/+76
2009-09-14PCI hotplug: clean up acpi_run_hpp()Bjorn Helgaas-62/+22
2009-09-14PCI hotplug: acpiphp: use generic pci_configure_slot()Bjorn Helgaas-84/+6
2009-09-14PCI hotplug: shpchp: use generic pci_configure_slot()Bjorn Helgaas-68/+1
2009-09-14PCI hotplug: pciehp: use generic pci_configure_slot()Bjorn Helgaas-138/+1
2009-09-14PCI hotplug: add pci_configure_slot()Bjorn Helgaas-1/+188
2009-09-14PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceBjorn Helgaas-17/+12
2009-09-14PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridgeBjorn Helgaas-34/+27
2009-09-14PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluationBjorn Helgaas-3/+0
2009-09-14PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handleAlex Chiang-31/+21
2009-09-14PCI Hotplug: acpiphp: find bridges the easy wayAlex Chiang-60/+21
2009-09-09PCI: Simplify hotplug mch quirk.Eric W. Biederman-10/+0
2009-09-09PCI hotplug: add support for 5.0G link speedKenji Kaneshige-2/+9
2009-09-09PCI hotplug: fix typo in pcie link speed infoKenji Kaneshige-1/+1
2009-09-09PCI Hotplug: acpiphp: get pci_bus from acpi handle correctlyAlex Chiang-11/+17
2009-08-27ACPICA: Major update for acpi_get_object_info external interfaceBob Moore-7/+5
2009-08-07PCI hotplug: SGI hotplug: do not use hotplug_slot_attrKenji Kaneshige-10/+3
2009-08-07PCI hotplug: SGI hotplug: fix build failureKenji Kaneshige-0/+6
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-3/+1
2009-06-29PCI: fix kernel-doc warningsRandy Dunlap-0/+2
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown-57/+10
2009-06-22Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-1399/+1248
2009-06-18PCI: drivers/pci/slot.c should depend on CONFIG_SYSFSAlex Chiang-1/+1
2009-06-17PCI Hotplug: acpiphp: convert to acpi_get_pci_devAlexander Chiang-18/+7
2009-06-17ACPI: Introduce acpi_is_root_bridge()Alexander Chiang-39/+3
2009-06-16PCI hotplug: remove redundant .owner initializationsKenji Kaneshige-9/+0
2009-06-16PCI hotplug: create symlink to hotplug driver moduleKenji Kaneshige-7/+16
2009-06-16PCI hotplug: fix return value of has_foo() functionsKenji Kaneshige-64/+68
2009-06-16PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp.Kenji Kaneshige-144/+1
2009-06-12trivial: pci hotplug: adding __init/__exit macros to sgi_hotplugPeter Huewe-2/+2
2009-06-11PCI Hotplug: cpqphp: don't use pci_find_slot()Alex Chiang-6/+12
2009-06-11PCI Hotplug: cpqphp: constify slot_name()Alex Chiang-1/+1
2009-06-11PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridgeAlex Chiang-12/+2
2009-06-11PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()Alex Chiang-70/+47