aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/scan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-13ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki1-12/+28
2013-01-31ACPI / scan: Clean up acpi_bus_get_parent()Rafael J. Wysocki1-11/+5
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-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
2013-01-17ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki1-0/+8
2013-01-17Merge branch 'acpi-scan' into acpi-pmRafael J. Wysocki1-204/+116
2013-01-15ACPI: update ej_event interface to take acpi_deviceYinghai Lu1-10/+4
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. Wysocki1-12/+4
2013-01-15ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki1-3/+3
2013-01-11ACPI / scan: Fix check of device_attach() return value.Mika Westerberg1-1/+1
2013-01-07ACPI / scan: Treat power resources in a special wayRafael J. Wysocki1-1/+2
2013-01-04ACPI / scan: Do not use dummy HID for system bus ACPI nodesRafael J. Wysocki1-1/+1
2013-01-03ACPI: Drop ACPI device .bind() and .unbind() callbacksRafael J. Wysocki1-22/+0
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki1-27/+11
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. Wysocki1-13/+21
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki1-58/+8
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. Wysocki1-23/+12
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