summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/device_pm.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI / PM: Do not execute _PS0 for devices without _PSC during initializationRafael J. Wysocki2013-06-071-4/+6
* ACPI / PM: Allow device power states to be used for CONFIG_PM unsetRafael J. Wysocki2013-05-221-62/+64
* ACPI / PM: Fix potential problem in acpi_device_get_power()Rafael J. Wysocki2013-03-251-15/+24
* ACPI / PM: Handle missing _PSC in acpi_bus_update_power()Rafael J. Wysocki2013-02-031-0/+3
* ACPI / PM: Do not power manage devices in unknown initial statesRafael J. Wysocki2013-02-011-0/+6
* ACPI / PM: Fix acpi_bus_get_device() check in drivers/acpi/device_pm.cYasuaki Ishimatsu2013-01-311-3/+3
* 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: Always evaluate _PSn after setting power resourcesRafael J. Wysocki2013-01-221-29/+17Star
* ACPI / PM: Introduce helper for executing _PSn methodsRafael J. Wysocki2013-01-221-28/+23Star
* ACPI / PM: Make acpi_bus_init_power() more robustRafael J. Wysocki2013-01-221-4/+14
* ACPI / PM: remove leading whitespace from #ifdefMika Westerberg2013-01-191-1/+1
* ACPI / PM: Move device power management functions to device_pm.cRafael J. Wysocki2013-01-191-0/+288
* ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki2013-01-171-0/+56
* Merge branch 'acpi-scan' into acpi-pmRafael J. Wysocki2013-01-171-1/+1
|\
| * ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-031-1/+1
* | ACPI / PM: Do not apply ACPI_SUCCESS() to acpi_bus_get_device() resultRafael J. Wysocki2013-01-031-2/+1Star
|/
* ACPI / PM: Allow attach/detach routines to change device power statesRafael J. Wysocki2012-11-261-4/+24
* ACPI / PM: Provide ACPI PM callback routines for subsystemsRafael J. Wysocki2012-11-151-0/+317
* ACPI / PM: Move device PM functions related to sleep statesRafael J. Wysocki2012-11-151-0/+54
* ACPI / PM: Split device wakeup management routinesRafael J. Wysocki2012-11-151-17/+57
* ACPI / PM: Move runtime remote wakeup setup routine to device_pm.cRafael J. Wysocki2012-11-151-0/+39
* ACPI / PM: Move device power state selection routine to device_pm.cRafael J. Wysocki2012-11-151-0/+107
* ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki2012-11-151-0/+91