summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorLines
2010-01-31ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger-6/+0
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann-1/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-492/+143
2009-12-04PCI: ibmphp_hpc: don't release hw sem twice if kthread stopsJesse Barnes-1/+2
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming-13/+13
2009-11-24PCI pciehp: fix power fault interrupt storm problemKenji Kaneshige-36/+17
2009-11-24PCI hotplug: use pci_is_pcie()Kenji Kaneshige-1/+1
2009-11-24pciehp: use pci_pcie_cap()Kenji Kaneshige-25/+25
2009-11-24PCI hotplug: use pci_pcie_cap()Kenji Kaneshige-1/+1
2009-11-06PCI hotplug: fix oshp evaluationKenji Kaneshige-2/+3
2009-11-04PCI Hotplug: acpiphp: clean up list traversalsAlex Chiang-41/+17
2009-11-04PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas-196/+0
2009-11-04PCI: pciehp: prevent unnecessary power offKenji Kaneshige-16/+10
2009-11-04PCI: pciehp: fix typo in pciehp_probeKenji Kaneshige-1/+1
2009-11-04PCI: pciehp: return error on read/write failureKenji Kaneshige-92/+22
2009-11-04PCI: pciehp: create files only for existing capabilitiesKenji Kaneshige-16/+22
2009-11-04PCI: pciehp: remove wrong workaround for bad DLLPKenji Kaneshige-50/+3
2009-11-04PCI: pciehp: disable DLL state changed event notificationKenji Kaneshige-1/+2
2009-11-04PCI hotplug: acpiphp should be linked after vendor driversMatthew Garrett-4/+8
2009-11-04PCI hotplug: change PCI nomenclatureStefan Assmann-11/+11
2009-10-13headers: Fix build after <linux/sched.h> removalIngo Molnar-0/+1
2009-09-25ACPICA: fixup after acpi_get_object_info() changeBjorn Helgaas-1/+0
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