aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/power.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-26Merge branch 'acpi-misc'Rafael J. Wysocki1-1/+1
2021-04-26Merge branches 'acpi-scan', 'acpi-drivers', 'acpi-pm' and 'acpi-resources'Rafael J. Wysocki1-13/+3
2021-04-08ACPI: scan: Call acpi_get_object_info() from acpi_set_pnp_ids()Rafael J. Wysocki1-1/+1
2021-04-08ACPI: scan: Drop sta argument from acpi_init_device_object()Rafael J. Wysocki1-2/+1
2021-03-23ACPI: power: Turn off unused power resources unconditionallyRafael J. Wysocki1-10/+1
2021-03-23ACPI: scan: Turn off unused power resources during initializationRafael J. Wysocki1-1/+1
2021-03-19ACPI: fix various typos in commentsTom Saeger1-1/+1
2021-02-15Merge branch 'acpi-messages'Rafael J. Wysocki1-29/+15
2021-02-04ACPI: power: Clean up printing messagesRafael J. Wysocki1-29/+15
2021-01-22ACPI: Use DEVICE_ATTR_<RW|RO|WO> macrosDwaipayan Ray1-4/+5
2020-12-15Merge branches 'acpica' and 'acpi-scan'Rafael J. Wysocki1-1/+1
2020-12-02ACPI: scan: Call acpi_get_object_info() from acpi_add_single_object()Hans de Goede1-1/+1
2020-11-09ACPI: Fix whitespace inconsistenciesMaximilian Luz1-3/+3
2020-05-14ACPI: Delete unused proc filename macrosPascal Terjan1-2/+0
2019-06-27ACPI / PM: Introduce concept of a _PR0 dependent deviceMika Westerberg1-0/+135
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-14/+1
2019-03-26ACPI: Fix comment typosBjorn Helgaas1-2/+2
2019-01-02ACPI: power: Skip duplicate power resource references in _PRxHans de Goede1-0/+22
2017-07-04ACPI / power: constify attribute_group structuresArvind Yadav1-5/+5
2017-05-01ACPI / power: Delay turning off unused power resources after suspendHans de Goede1-0/+10
2017-04-19ACPI / power: Avoid maybe-uninitialized warningArnd Bergmann1-0/+1
2015-09-01Merge branch 'acpi-pm'Rafael J. Wysocki1-6/+9
2015-07-16ACPI / PM: Update the copyright notice and description of power.cRafael J. Wysocki1-6/+9
2015-07-08ACPI: Remove FSF mailing addressesJarkko Nikula1-4/+0
2015-05-25ACPI / PM: Turn power resources on and off in the right order during resumeRafael J. Wysocki1-4/+36
2015-05-16ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki1-1/+2
2015-05-08ACPI / PM: Drop stale comment from acpi_power_transition()Rafael J. Wysocki1-2/+0
2014-03-19ACPI: Remove duplicate definitions of PREFIXHanjun Guo1-2/+0
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+1
2013-10-16ACPI / power: Drop automaitc resume of power resource dependent devicesRafael J. Wysocki1-99/+1
2013-10-16ACPI / power: Release resource_lock after acpi_power_get_state() return errorLan Tianyu1-1/+3
2013-08-27Merge branch 'acpi-pm'Rafael J. Wysocki1-1/+1
2013-07-30ACPI / PM: Use ACPI_STATE_D3_COLD instead of ACPI_STATE_D3 everywhereRafael J. Wysocki1-1/+1
2013-07-15ACPI: introduce helper function acpi_execute_simple_method()Jiang Liu1-3/+1
2013-07-05ACPI / power: add missing newline to debug messagesMika Westerberg1-2/+2
2013-06-20ACPI / PM: Fix error code path for power resources initializationRafael J. Wysocki1-0/+1
2013-04-28Merge branch 'acpi-pm'Rafael J. Wysocki1-19/+39
2013-04-11ACPI / PM: Expose lists of device wakeup power resources to user spaceRafael J. Wysocki1-19/+39
2013-03-24ACPI: Update PNPID set/free interfacesToshi Kani1-1/+1
2013-02-23ACPI / PM: Take unusual configurations of power resources into accountRafael J. Wysocki1-27/+85
2013-01-25ACPI / PM: Fix consistency check for power resources during resumeRafael J. Wysocki1-11/+26
2013-01-25ACPI / PM: Expose lists of device power resources to user spaceRafael J. Wysocki1-13/+91
2013-01-24ACPI / PM: Expose current status of ACPI power resourcesRafael J. Wysocki1-1/+25
2013-01-24ACPI / scan: Prevent device add uevents from racing with user spaceRafael J. Wysocki1-1/+2
2013-01-22ACPI / PM: Sanitize checks in acpi_power_on_resources()Rafael J. Wysocki1-4/+1
2013-01-17ACPI: Use system level attribute of wakeup power resourcesRafael J. Wysocki1-0/+14
2013-01-17ACPI: Take power resource initialization errors into accountRafael J. Wysocki1-19/+25
2013-01-17ACPI / scan: Consolidate extraction of power resources listsRafael J. Wysocki1-1/+31
2013-01-17ACPI / PM: Take order attribute of wakeup power resources into accountRafael J. Wysocki1-28/+16
2013-01-17ACPI / PM: Take order attribute of power resources into accountRafael J. Wysocki1-72/+89