aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-02PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2-123/+14
2013-02-01PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu1-3/+3
2013-02-01PCI: Remove unused "rc" in virtfn_add_bus()Yijing Wang1-1/+0
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu4-82/+41
2013-01-25PCI: Skip attaching driver in device_add()Yinghai Lu3-1/+11
2013-01-25PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu3-44/+2
2013-01-25PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen1-3/+9
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu4-44/+143
2013-01-25PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu4-40/+37
2013-01-25PCI: Make device create/destroy logic symmetricJiang Liu2-3/+2
2013-01-25PCI: Fix reference count leak in pci_dev_present()Jiang Liu1-5/+5
2013-01-25PCI: Set pci_dev dev_node early so IOAPIC irq_descs are allocated locallyYinghai Lu1-0/+1
2013-01-25PCI: 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-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki8-41/+31
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu4-13/+7
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. Wysocki5-17/+9
2013-01-15ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki1-3/+3
2013-01-15ACPI: Remove the ops field from struct acpi_deviceRafael J. Wysocki1-1/+0
2013-01-14ACPI: remove unused acpi_op_bind and acpi_op_unbindJiang Liu1-2/+0
2013-01-11ACPI / scan: Fix check of device_attach() return value.Mika Westerberg1-1/+1
2013-01-07x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu1-0/+13
2013-01-07PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu3-1/+6
2013-01-07x86/PCI: Keep resource allocation functions after bootYinghai Lu1-6/+6
2013-01-07x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu1-1/+9
2013-01-07x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu1-17/+35
2013-01-07x86/PCI: Allocate resources on a per-bus basis for hot-adding root busesYinghai Lu1-13/+25
2013-01-07x86/PCI: Factor out pcibios_allocate_dev_resources()Yinghai Lu1-19/+23
2013-01-07ACPI / scan: Treat power resources in a special wayRafael J. Wysocki1-1/+2
2013-01-07x86/PCI: Factor out pcibios_allocate_bridge_resources()Yinghai Lu1-22/+24
2013-01-03ACPI: Remove unused struct acpi_pci_root.id memberBjorn Helgaas1-1/+0
2013-01-03ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki2-24/+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. Wysocki7-38/+36
2013-01-03ACPI: Add .setup() and .cleanup() callbacks to struct acpi_bus_typeRafael J. Wysocki2-15/+37
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki8-43/+45
2013-01-03ACPI: Replace ACPI device add_type field with a match_driver flagRafael J. Wysocki2-21/+11
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. Wysocki8-101/+32
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki5-77/+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
2013-01-03ACPI: Replace struct acpi_bus_ops with enum typeRafael J. Wysocki2-30/+20
2013-01-03ACPI: Reduce the usage of struct acpi_bus_opsRafael J. Wysocki1-24/+16
2013-01-03ACPI: Make acpi_bus_add() and acpi_bus_start() visibly differentRafael J. Wysocki1-28/+35
2013-01-03ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki3-3/+3
2013-01-03ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki2-31/+73
2013-01-02Linux 3.8-rc2Linus Torvalds1-1/+1