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