summaryrefslogtreecommitdiffstats
path: root/drivers/base/power
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki2015-02-132-9/+3Star
|\ \
| | * PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert2015-02-122-9/+3Star
* | | Merge branch 'pm-domains'Rafael J. Wysocki2015-02-102-104/+71Star
|\ \ \
| * | | PM: Convert dev_pm_put_subsys_data() into a void functionUlf Hansson2015-02-031-10/+4Star
| * | | PM: Update function header for dev_pm_get_subsys_data()Ulf Hansson2015-02-031-2/+2
| * | | PM / Domains: Handle errors from genpd's ->attach_dev() callbackUlf Hansson2015-02-031-2/+3
| * | | PM / Domains: Re-order initialization of generic_pm_domain_dataUlf Hansson2015-02-031-32/+35
| * | | PM / Domains: Free pm_subsys_data in error path in __pm_genpd_add_device()Ulf Hansson2015-02-031-9/+16
| * | | PM / Domains: Eliminate the mutex for the generic_pm_domain_dataUlf Hansson2015-02-031-23/+14Star
| * | | PM / Domains: Don't check for an existing device when adding a newUlf Hansson2015-02-031-7/+0Star
| * | | PM / Domains: Don't allow an existing generic_pm_domain_dataUlf Hansson2015-02-031-8/+12
| * | | PM / Domains: Remove reference counting for the generic_pm_domain_dataUlf Hansson2015-02-031-8/+2Star
| * | | PM / Domains: Rename __pm_genpd_alloc|free_dev_data()Ulf Hansson2015-02-031-6/+6
| * | | PM / Domains: Remove pm_genpd_dev_need_restore() APIUlf Hansson2015-01-231-20/+0Star
| |/ /
| | |
| \ \
*-. \ \ Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki2015-02-102-44/+154
|\ \ \ \ | |_|/ / |/| | / | | |/
| | * PM / OPP: Assert RCU lock in exported functionsKrzysztof Kozlowski2015-01-231-0/+4
| | * PM / OPP: Update kernel documentationNishanth Menon2015-01-231-13/+114
| | * PM / OPP: Ensure consistent naming of static functionsNishanth Menon2015-01-231-31/+31
| | * PM / OPP: export dev_pm_opp_get_notifierNishanth Menon2015-01-231-0/+1
| |/ |/|
| * PM / QoS: Use lockdep asserts to find missing hold of power.lockKrzysztof Kozlowski2015-01-231-0/+4
|/
*---. Merge branches 'pm-domains', 'powercap' and 'pm-tools'Rafael J. Wysocki2014-12-291-1/+2
|\ \ \
| * | | PM / Domains: Export of_genpd_get_from_provider functionAmit Daniel Kachhap2014-12-171-1/+2
* | | | Merge branch 'pm-opp'Rafael J. Wysocki2014-12-291-8/+31
|\ \ \ \
| * | | | PM / OPP: take RCU lock in dev_pm_opp_get_opp_countDmitry Torokhov2014-12-181-7/+8
| * | | | PM / OPP: fix warning in of_free_opp_table()Dmitry Torokhov2014-12-181-2/+8
| * | | | PM / OPP: add some lockdep annotationsDmitry Torokhov2014-12-181-0/+16
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools'Rafael J. Wysocki2014-12-181-32/+42
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | | |_|/ | | | |/| |
| * | | | | PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar2014-12-101-7/+10
| * | | | | PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar2014-12-101-15/+22
| * | | | | PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar2014-12-101-7/+2Star
| * | | | | PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar2014-12-101-1/+2
| * | | | | PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar2014-12-101-2/+6
* | | | | | Merge branch 'pm-opp'Rafael J. Wysocki2014-12-101-2/+2
|\| | | | |
| * | | | | PM / OPP: remove double calls to find_device_opp()Viresh Kumar2014-12-101-1/+1
| * | | | | PM / OPP: set new_opp->dev_opp to a valid dev_oppViresh Kumar2014-12-101-1/+1
| |/ / / /
* | | | | Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-087-207/+63Star
|\ \ \ \ \
| * | | | | PM: Drop CONFIG_PM_RUNTIME from the driver coreRafael J. Wysocki2014-12-047-172/+31Star
| * | | | | Merge branch 'pm-clk' into pm-runtimeRafael J. Wysocki2014-11-291-32/+53
| |\ \ \ \ \
| * \ \ \ \ \ Merge back earlier 'pm-runtime' material for 3.19-rc1.Rafael J. Wysocki2014-11-271-36/+33Star
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | PM / Runtime: Rework RPM get callback routinesAndrzej Hajda2014-11-061-36/+33Star
| | | |_|_|/ | | |/| | |
| | | | | |
| \ \ \ \ \
*-. | | | | | Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools'Rafael J. Wysocki2014-12-081-43/+70
|\ \| | | | | | | |_|_|_|/ | |/| | | |
| * | | | | PM / Domains: Initial PM clock support for genpdUlf Hansson2014-12-041-0/+7
| * | | | | PM / Domains: Power on the PM domain right after attach completesUlf Hansson2014-11-201-0/+1
| * | | | | Merge back 'pm-domains' material for 3.19-rc1.Rafael J. Wysocki2014-11-181-43/+62
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | PM / Domains: Extract code to power off/on a PM domainGeert Uytterhoeven2014-11-141-41/+60
| | * | | | PM / Domains: Make genpd parameter of pm_genpd_present() constGeert Uytterhoeven2014-11-141-2/+2
| | |/ / /
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp'Rafael J. Wysocki2014-12-082-73/+208
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | / / | | | |/ / | | |/| / | | | |/
| | | * PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar2014-11-291-1/+1
| | | * PM / OPP Introduce APIs to remove OPPsViresh Kumar2014-11-291-0/+102
| | | * PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar2014-11-291-25/+34