summaryrefslogtreecommitdiff
path: root/drivers/acpi/scan.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki1-9/+3
2013-01-26PCI: 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-24ACPI / platform: create LPSS clocks if Lynxpoint devices are found during scanMika Westerberg1-10/+12
2013-01-20ACPI: 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-12ACPI / scan: Fix check of device_attach() return value.Mika Westerberg1-1/+1
2013-01-08ACPI / scan: Treat power resources in a special wayRafael J. Wysocki1-1/+2
2013-01-05ACPI / 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
2013-01-03ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki1-0/+1
2013-01-03ACPI: Separate adding ACPI device objects from probing ACPI driversRafael J. Wysocki1-31/+72
2012-12-08Merge branch 'acpi-general'Rafael J. Wysocki1-1/+6
2012-12-08Merge branch 'acpi-enumeration'Rafael J. Wysocki1-0/+10
2012-12-08ACPI: add Haswell LPSS devices to acpi_platform_device_ids listMika Westerberg1-0/+10
2012-12-05ACPI : do not use Lid and Sleep button for S5 wakeupZhang Rui1-1/+6
2012-11-30Merge branch 'acpi-general'Rafael J. Wysocki1-6/+62
2012-11-30Merge branch 'acpica'Rafael J. Wysocki1-1/+1
2012-11-27Merge branch 'acpi-dev-pm' into acpi-enumerationRafael J. Wysocki1-1/+8
2012-11-24ACPI: add SDHCI to ACPI platform devicesAdrian Hunter1-0/+2
2012-11-22ACPI / PM: Introduce os_accessible flag for power_stateAaron Lu1-1/+8