summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-294-27/+21
|\
| * ACPI / scan: Make namespace scanning and trimming mutually exclusiveRafael J. Wysocki2013-01-271-4/+12
| * ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-264-23/+9
* | ACPI / scan: Make scanning of fixed devices follow the general schemeRafael J. Wysocki2013-01-291-11/+24
* | Merge branch 'acpi-pm' into acpi-cleanupRafael J. Wysocki2013-01-2923-897/+1313
|\ \
| * | ACPI / PM: Fix /proc/acpi/wakeup for devices w/o bus or parentAndreas Fleig2013-01-271-4/+5
| * | ACPI / PM: Fix consistency check for power resources during resumeRafael J. Wysocki2013-01-251-11/+26
| * | ACPI / PM: Expose lists of device power resources to user spaceRafael J. Wysocki2013-01-255-13/+146
| * | sysfs: Functions for adding/removing symlinks to/from attribute groupsRafael J. Wysocki2013-01-254-13/+92
| * | ACPI / PM: Expose current status of ACPI power resourcesRafael J. Wysocki2013-01-244-1/+41
| * | ACPI / PM: Expose power states of ACPI devices to user spaceRafael J. Wysocki2013-01-243-1/+91
| * | ACPI / scan: Prevent device add uevents from racing with user spaceRafael J. Wysocki2013-01-243-8/+20
| * | ACPI / PM: Fix device power state value after transitions to D3coldRafael J. Wysocki2013-01-221-2/+5
| * | ACPI / PM: Use string "D3cold" to represent ACPI_STATE_D3_COLDRafael J. Wysocki2013-01-221-1/+1
| * | ACPI / PM: Sanitize checks in acpi_power_on_resources()Rafael J. Wysocki2013-01-221-4/+1
| * | ACPI / PM: Always evaluate _PSn after setting power resourcesRafael J. Wysocki2013-01-221-29/+17
| * | ACPI / PM: Introduce helper for executing _PSn methodsRafael J. Wysocki2013-01-221-28/+23
| * | ACPI / PM: Make acpi_bus_init_power() more robustRafael J. Wysocki2013-01-221-4/+14
| * | ACPI / PM: Fix build for unusual combination of Kconfig optionsRafael J. Wysocki2013-01-191-1/+1
| * | ACPI / PM: remove leading whitespace from #ifdefMika Westerberg2013-01-191-1/+1
| * | ACPI / PM: Consolidate suspend-specific and hibernate-specific codeRafael J. Wysocki2013-01-191-36/+51
| * | ACPI / PM: Move device power management functions to device_pm.cRafael J. Wysocki2013-01-194-294/+326
| * | ACPI / PM: Common string representations of device power statesRafael J. Wysocki2013-01-172-6/+13
| * | ACPI / PM: More visible function for retrieving device power statesRafael J. Wysocki2013-01-172-3/+13
| * | ACPI / PM: Change the way power transitions to D3cold are carried outRafael J. Wysocki2013-01-171-2/+10
| * | ACPI: Use system level attribute of wakeup power resourcesRafael J. Wysocki2013-01-173-0/+26
| * | ACPI: Take power resource initialization errors into accountRafael J. Wysocki2013-01-173-55/+53
| * | ACPI / scan: Consolidate extraction of power resources listsRafael J. Wysocki2013-01-173-32/+55
| * | ACPI / scan: Remove unnecessary initialization of local variablesRafael J. Wysocki2013-01-171-3/+3
| * | ACPI / scan: Move power state initialization to a separate routineRafael J. Wysocki2013-01-171-41/+46
| * | ACPI / PM: Take order attribute of wakeup power resources into accountRafael J. Wysocki2013-01-173-39/+33
| * | ACPI / PM: Take order attribute of power resources into accountRafael J. Wysocki2013-01-174-78/+118
| * | ACPI: Do not use device power states of power resourcesRafael J. Wysocki2013-01-171-20/+3
| * | ACPI: Drop power resources driverRafael J. Wysocki2013-01-174-59/+37
| * | ACPI / scan: Treat power resources in a special wayRafael J. Wysocki2013-01-173-115/+102
| * | ACPI / scan: More straightforward preparation of ACPI device objectsRafael J. Wysocki2013-01-171-117/+61
| * | ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki2013-01-177-155/+158
| * | Merge branch 'acpi-scan' into acpi-pmRafael J. Wysocki2013-01-1719-563/+279
| |\ \
* | | | ACPI: Drop device start operation that is not usedRafael J. Wysocki2013-01-261-2/+0
* | | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-2644-73/+70
* | | | Merge branch 'acpi-scan' into acpi-cleanupRafael J. Wysocki2013-01-2619-572/+278
|\ \ \ \ | | |_|/ | |/| |
| * | | ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-198-41/+31
| | |/ | |/|
| * | ACPI: update ej_event interface to take acpi_deviceYinghai Lu2013-01-154-13/+7
| * | ACPI / scan: Add second pass to acpi_bus_trim()Rafael J. Wysocki2013-01-151-16/+30
| * | ACPI / scan: Change the implementation of acpi_bus_trim()Rafael J. Wysocki2013-01-151-49/+15
| * | ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-155-17/+9
| * | ACPI / scan: Drop the second argument of acpi_device_unregister()Rafael J. Wysocki2013-01-151-3/+3
| * | ACPI: Remove the ops field from struct acpi_deviceRafael J. Wysocki2013-01-151-1/+0
| * | ACPI: remove unused acpi_op_bind and acpi_op_unbindJiang Liu2013-01-141-2/+0
| * | ACPI / scan: Fix check of device_attach() return value.Mika Westerberg2013-01-111-1/+1