aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+8
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2013-02-23Merge branch 'acpi-pm' into fixesRafael J. Wysocki1-1/+8
2013-02-23ACPI / PM: Take unusual configurations of power resources into accountRafael J. Wysocki1-1/+8
2013-02-15Merge branch 'pci/jiang-pci_slot-kconfig' into nextBjorn Helgaas1-0/+1
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu1-0/+1
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki1-95/+162
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki1-21/+48
2013-02-13ACPI / scan: Full transition to D3cold in acpi_device_unregister()Rafael J. Wysocki1-9/+4
2013-02-13ACPI / scan: Make acpi_bus_hot_remove_device() acquire the scan lockRafael J. Wysocki1-14/+17
2013-02-13ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki1-0/+1
2013-02-13ACPI / scan: Remove useless #ifndef from acpi_eject_store()Rafael J. Wysocki1-2/+0
2013-02-13ACPI: Unbind ACPI drv when probe failedToshi Kani1-0/+2
2013-02-13ACPI: sysfs eject support for ACPI scan handlersToshi Kani1-1/+1
2013-02-13ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki1-12/+28
2013-02-11Merge branch 'acpi-lpss'Rafael J. Wysocki1-10/+13
2013-02-11Merge branch 'acpi-pm'Rafael J. Wysocki1-217/+245
2013-02-11Merge branch 'acpi-scan'Rafael J. Wysocki1-218/+122
2013-02-01ACPI / PM: Do not power manage devices in unknown initial statesRafael J. Wysocki1-1/+4
2013-01-31ACPI / scan: Clean up acpi_bus_get_parent()Rafael J. Wysocki1-11/+5
2013-01-31ACPI / scan: Fix acpi_bus_get_device() check in acpi_match_device()Rafael J. Wysocki1-2/+2
2013-01-30ACPI / platform: Use struct acpi_scan_handler for creating devicesRafael J. Wysocki1-29/+1
2013-01-30ACPI / PCI: Make PCI IRQ link driver use struct acpi_scan_handlerRafael J. Wysocki1-0/+1
2013-01-30ACPI / scan: Introduce struct acpi_scan_handlerRafael J. Wysocki1-7/+53
2013-01-29Merge branch 'acpi-lpss' into acpi-cleanupRafael J. Wysocki1-10/+13
2013-01-29Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki1-13/+15
2013-01-29ACPI / scan: Make scanning of fixed devices follow the general schemeRafael J. Wysocki1-11/+24
2013-01-29Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki1-216/+241
2013-01-27ACPI / scan: Make namespace scanning and trimming mutually exclusiveRafael J. Wysocki1-4/+12
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-3/+2
2013-01-26Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki1-212/+114
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki1-9/+3
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu1-0/+3
2013-01-24ACPI / PM: Expose current status of ACPI power resourcesRafael J. Wysocki1-0/+3
2013-01-24ACPI / PM: Expose power states of ACPI devices to user spaceRafael J. Wysocki1-1/+48
2013-01-24ACPI / scan: Prevent device add uevents from racing with user spaceRafael J. Wysocki1-5/+15
2013-01-23ACPI / platform: create LPSS clocks if Lynxpoint devices are found during scanMika Westerberg1-10/+12
2013-01-19ACPI: add support for CSRT tableMika Westerberg1-0/+1
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki1-32/+22
2013-01-18Merge branch 'acpi-scan' into acpi-lpssRafael J. Wysocki1-204/+116
2013-01-17ACPI: Use system level attribute of wakeup power resourcesRafael J. Wysocki1-0/+11
2013-01-17ACPI: Take power resource initialization errors into accountRafael J. Wysocki1-32/+25
2013-01-17ACPI / scan: Consolidate extraction of power resources listsRafael J. Wysocki1-30/+21
2013-01-17ACPI / scan: Remove unnecessary initialization of local variablesRafael J. Wysocki1-3/+3
2013-01-17ACPI / scan: Move power state initialization to a separate routineRafael J. Wysocki1-41/+46
2013-01-17ACPI / PM: Take order attribute of wakeup power resources into accountRafael J. Wysocki1-10/+16
2013-01-17ACPI / PM: Take order attribute of power resources into accountRafael J. Wysocki1-5/+26
2013-01-17ACPI: Drop power resources driverRafael J. Wysocki1-1/+0
2013-01-17ACPI / scan: Treat power resources in a special wayRafael J. Wysocki1-30/+17
2013-01-17ACPI / scan: More straightforward preparation of ACPI device objectsRafael J. Wysocki1-117/+61