| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-07 | PM: domains: Detach on device_unbind_cleanup() | Claudiu Beznea | 1 | -0/+3 |
| 2025-07-07 | PM: domains: Add flags to specify power on attach/detach | Claudiu Beznea | 1 | -3/+3 |
| 2024-10-10 | PM: domains: Support required OPPs in dev_pm_domain_attach_list() | Ulf Hansson | 1 | -1/+20 |
| 2024-10-10 | PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list() | Ulf Hansson | 1 | -10/+15 |
| 2024-08-20 | PM: domains: add device managed version of dev_pm_domain_attach|detach_list() | Dikshita Agarwal | 1 | -0/+45 |
| 2024-02-14 | PM: domains: Add helper functions to attach/detach multiple PM domains | Ulf Hansson | 1 | -0/+134 |
| 2023-10-06 | PM: domains: Introduce dev_pm_domain_set_performance_state() | Ulf Hansson | 1 | -0/+21 |
| 2022-04-13 | PM: domains: Extend dev_pm_domain_detach() doc | Krzysztof Kozlowski | 1 | -4/+4 |
| 2019-11-13 | PM / Domains: Introduce dev_pm_domain_start() | Ulf Hansson | 1 | -0/+20 |
| 2019-04-04 | drivers: base: power: add proper SPDX identifiers on files that did not have ... | Greg Kroah-Hartman | 1 | -3/+1 |
| 2019-02-15 | PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name() | Douglas Anderson | 1 | -1/+1 |
| 2018-07-09 | PM / Domains: Introduce dev_pm_domain_attach_by_name() | Ulf Hansson | 1 | -0/+17 |
| 2018-06-06 | PM / Domains: Add dev_pm_domain_attach_by_id() to manage multi PM domains | Ulf Hansson | 1 | -3/+40 |
| 2018-05-17 | PM / domains: Improve wording of dev_pm_domain_attach() comment | Geert Uytterhoeven | 1 | -2/+2 |
| 2018-05-15 | PM / Domains: Don't return -EEXIST at attach when PM domain exists | Ulf Hansson | 1 | -1/+1 |
| 2018-05-14 | PM / Domains: Allow a better error handling of dev_pm_domain_attach() | Ulf Hansson | 1 | -3/+4 |
| 2018-05-14 | PM / Domains: Check for existing PM domain in dev_pm_domain_attach() | Ulf Hansson | 1 | -0/+3 |
| 2016-02-03 | PM: Avoid false-positive warnings in dev_pm_domain_set() | Rafael J. Wysocki | 1 | -1/+1 |
| 2016-01-08 | PM / sleep: Go direct_complete if driver has no callbacks | Tomeu Vizoso | 1 | -0/+3 |
| 2016-01-08 | PM / Domains: add setter for dev.pm_domain | Tomeu Vizoso | 1 | -0/+21 |
| 2016-01-02 | PM / core: fix typo in documentation | Manuel Pégourié-Gonnard | 1 | -1/+1 |
| 2015-02-03 | PM: Convert dev_pm_put_subsys_data() into a void function | Ulf Hansson | 1 | -10/+4 |
| 2015-02-03 | PM: Update function header for dev_pm_get_subsys_data() | Ulf Hansson | 1 | -2/+2 |
| 2014-09-22 | PM / Domains: Add APIs to attach/detach a PM domain for a device | Ulf Hansson | 1 | -0/+52 |
| 2014-02-14 | drivers/base: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2013-05-12 | PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data() | Shuah Khan | 1 | -6/+6 |
| 2012-08-08 | PM: Make dev_pm_get_subsys_data() always return 0 on success | Rafael J. Wysocki | 1 | -3/+1 |
| 2012-03-11 | device.h: cleanup users outside of linux/include (C files) | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-31 | drivers/base: change module.h -> export.h in power/common.c | Paul Gortmaker | 1 | -1/+1 |
| 2011-08-25 | PM: Move clock-related definitions and headers to separate file | Rafael J. Wysocki | 1 | -2/+1 |
| 2011-08-25 | PM: Reference counting of power.subsys_data | Rafael J. Wysocki | 1 | -0/+87 |