summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-27Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas15-217/+264
2013-01-27Merge branch 'pci/acpi-scan2' into nextBjorn Helgaas7-120/+76
2013-01-27Merge branch 'pci/yijing-ari' into nextBjorn Helgaas7-136/+109
2013-01-26PCI: Put pci_dev in device tree as early as possibleYinghai Lu4-82/+41
2013-01-26PCI: Skip attaching driver in device_add()Yinghai Lu2-1/+10
2013-01-26PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu3-44/+2
2013-01-26PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen1-3/+9
2013-01-26PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu4-44/+143
2013-01-26PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2-38/+28
2013-01-26PCI: Make device create/destroy logic symmetricJiang Liu2-3/+2
2013-01-26PCI: Fix reference count leak in pci_dev_present()Jiang Liu1-5/+5
2013-01-26PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu1-0/+1
2013-01-26PCI: Add root bus children dev's res to fail listYinghai Lu1-1/+1
2013-01-25PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu1-1/+26
2013-01-25Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas7-120/+76
2013-01-25PCI: shpchp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-20/+16
2013-01-25PCI: sgihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-34/+29
2013-01-25PCI: cpcihp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-18/+11
2013-01-25PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang1-28/+16
2013-01-25PCI: Consolidate "next-function" functionsYijing Wang1-27/+21
2013-01-25PCI: Rename pci_enable_ari() to pci_configure_ari()Yijing Wang3-4/+4
2013-01-24PCI: Enable ARI if dev and upstream bridge support it; disable otherwiseYijing Wang1-5/+12
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki7-40/+30
2013-01-18Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas3-37/+16
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu3-12/+6
2013-01-15ACPI / scan: Add second pass to acpi_bus_trim()Rafael J. Wysocki1-16/+30
2013-01-15ACPI / scan: Change the implementation of acpi_bus_trim()Rafael J. Wysocki1-49/+15
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki4-16/+8
2013-01-15ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki1-3/+3
2013-01-14ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki3-37/+16
2013-01-12ACPI / scan: Fix check of device_attach() return value.Mika Westerberg1-1/+1
2013-01-10Merge branch 'pci/yinghai-survey-resources+acpi-scan' into nextBjorn Helgaas17-466/+222
2013-01-10Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas17-466/+222
2013-01-09Merge branch 'pci/yinghai-survey-resources' into nextBjorn Helgaas2-1/+5
2013-01-08PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2-1/+5
2013-01-08ACPI / scan: Treat power resources in a special wayRafael J. Wysocki1-1/+2
2013-01-07PCI: cpqphp: Cleanup and remove unreachable pathsSasha Levin1-37/+20
2013-01-04PCI: Drop "__" prefix on __pci_enable_device_flags()Bjorn Helgaas1-5/+4
2013-01-04PCI: Use "unsigned long" for __pci_enable_device_flags to match ioport.hBjorn Helgaas1-1/+1
2013-01-03ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki1-22/+0
2013-01-03ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki4-157/+37
2013-01-03ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki6-38/+31
2013-01-03ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki1-15/+35
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki7-42/+44
2013-01-03ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki1-12/+9
2013-01-03ACPI: Drop the second argument of acpi_bus_scan()Rafael J. Wysocki1-10/+8
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki7-99/+31
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki4-76/+12
2013-01-03ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki1-21/+11
2013-01-03ACPI: Change the ordering of acpi_bus_check_add()Rafael J. Wysocki1-10/+10