Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
*-. | Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools' | Rafael J. Wysocki | 2015-02-13 | 2 | -9/+3 | |
|\ \ | ||||||
| | * | PM / OPP / clk: Remove unnecessary OOM message | Quentin Lambert | 2015-02-12 | 2 | -9/+3 | |
* | | | Merge branch 'pm-domains' | Rafael J. Wysocki | 2015-02-10 | 2 | -104/+71 | |
|\ \ \ | ||||||
| * | | | 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: Handle errors from genpd's ->attach_dev() callback | Ulf Hansson | 2015-02-03 | 1 | -2/+3 | |
| * | | | PM / Domains: Re-order initialization of generic_pm_domain_data | Ulf Hansson | 2015-02-03 | 1 | -32/+35 | |
| * | | | PM / Domains: Free pm_subsys_data in error path in __pm_genpd_add_device() | Ulf Hansson | 2015-02-03 | 1 | -9/+16 | |
| * | | | PM / Domains: Eliminate the mutex for the generic_pm_domain_data | Ulf Hansson | 2015-02-03 | 1 | -23/+14 | |
| * | | | PM / Domains: Don't check for an existing device when adding a new | Ulf Hansson | 2015-02-03 | 1 | -7/+0 | |
| * | | | PM / Domains: Don't allow an existing generic_pm_domain_data | Ulf Hansson | 2015-02-03 | 1 | -8/+12 | |
| * | | | PM / Domains: Remove reference counting for the generic_pm_domain_data | Ulf Hansson | 2015-02-03 | 1 | -8/+2 | |
| * | | | PM / Domains: Rename __pm_genpd_alloc|free_dev_data() | Ulf Hansson | 2015-02-03 | 1 | -6/+6 | |
| * | | | PM / Domains: Remove pm_genpd_dev_need_restore() API | Ulf Hansson | 2015-01-23 | 1 | -20/+0 | |
| |/ / | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq' | Rafael J. Wysocki | 2015-02-10 | 2 | -44/+154 | |
|\ \ \ \ | |_|/ / |/| | / | | |/ | ||||||
| | * | PM / OPP: Assert RCU lock in exported functions | Krzysztof Kozlowski | 2015-01-23 | 1 | -0/+4 | |
| | * | PM / OPP: Update kernel documentation | Nishanth Menon | 2015-01-23 | 1 | -13/+114 | |
| | * | PM / OPP: Ensure consistent naming of static functions | Nishanth Menon | 2015-01-23 | 1 | -31/+31 | |
| | * | PM / OPP: export dev_pm_opp_get_notifier | Nishanth Menon | 2015-01-23 | 1 | -0/+1 | |
| |/ |/| | ||||||
| * | PM / QoS: Use lockdep asserts to find missing hold of power.lock | Krzysztof Kozlowski | 2015-01-23 | 1 | -0/+4 | |
|/ | ||||||
*---. | Merge branches 'pm-domains', 'powercap' and 'pm-tools' | Rafael J. Wysocki | 2014-12-29 | 1 | -1/+2 | |
|\ \ \ | ||||||
| * | | | PM / Domains: Export of_genpd_get_from_provider function | Amit Daniel Kachhap | 2014-12-17 | 1 | -1/+2 | |
* | | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2014-12-29 | 1 | -8/+31 | |
|\ \ \ \ | ||||||
| * | | | | PM / OPP: take RCU lock in dev_pm_opp_get_opp_count | Dmitry Torokhov | 2014-12-18 | 1 | -7/+8 | |
| * | | | | PM / OPP: fix warning in of_free_opp_table() | Dmitry Torokhov | 2014-12-18 | 1 | -2/+8 | |
| * | | | | PM / OPP: add some lockdep annotations | Dmitry Torokhov | 2014-12-18 | 1 | -0/+16 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
*---. \ \ \ \ | Merge branches 'pm-opp', 'pm-cpufreq' and 'pm-tools' | Rafael J. Wysocki | 2014-12-18 | 1 | -32/+42 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | | |_|/ | | | |/| | | ||||||
| * | | | | | PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic() | Viresh Kumar | 2014-12-10 | 1 | -7/+10 | |
| * | | | | | PM / OPP: handle allocation of device_opp in a separate routine | Viresh Kumar | 2014-12-10 | 1 | -15/+22 | |
| * | | | | | PM / OPP: reuse find_device_opp() instead of duplicating code | Viresh Kumar | 2014-12-10 | 1 | -7/+2 | |
| * | | | | | PM / OPP: Staticize __dev_pm_opp_remove() | Viresh Kumar | 2014-12-10 | 1 | -1/+2 | |
| * | | | | | PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp' | Viresh Kumar | 2014-12-10 | 1 | -2/+6 | |
* | | | | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2014-12-10 | 1 | -2/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | PM / OPP: remove double calls to find_device_opp() | Viresh Kumar | 2014-12-10 | 1 | -1/+1 | |
| * | | | | | PM / OPP: set new_opp->dev_opp to a valid dev_opp | Viresh Kumar | 2014-12-10 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2014-12-08 | 7 | -207/+63 | |
|\ \ \ \ \ | ||||||
| * | | | | | PM: Drop CONFIG_PM_RUNTIME from the driver core | Rafael J. Wysocki | 2014-12-04 | 7 | -172/+31 | |
| * | | | | | Merge branch 'pm-clk' into pm-runtime | Rafael J. Wysocki | 2014-11-29 | 1 | -32/+53 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge back earlier 'pm-runtime' material for 3.19-rc1. | Rafael J. Wysocki | 2014-11-27 | 1 | -36/+33 | |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||||
| | * | | | | | PM / Runtime: Rework RPM get callback routines | Andrzej Hajda | 2014-11-06 | 1 | -36/+33 | |
| | | |_|_|/ | | |/| | | | ||||||
| | | | | | | ||||||
| \ \ \ \ \ | ||||||
*-. \ \ \ \ \ | Merge branches 'pm-domains', 'pm-sleep' and 'pm-tools' | Rafael J. Wysocki | 2014-12-08 | 1 | -43/+70 | |
|\ \ \ \ \ \ \ | | |/ / / / / | | | | | | / | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | PM / Domains: Initial PM clock support for genpd | Ulf Hansson | 2014-12-04 | 1 | -0/+7 | |
| * | | | | | PM / Domains: Power on the PM domain right after attach completes | Ulf Hansson | 2014-11-20 | 1 | -0/+1 | |
| * | | | | | Merge back 'pm-domains' material for 3.19-rc1. | Rafael J. Wysocki | 2014-11-18 | 1 | -43/+62 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | PM / Domains: Extract code to power off/on a PM domain | Geert Uytterhoeven | 2014-11-14 | 1 | -41/+60 | |
| | * | | | | PM / Domains: Make genpd parameter of pm_genpd_present() const | Geert Uytterhoeven | 2014-11-14 | 1 | -2/+2 | |
| | |/ / / | ||||||
| | | | | | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
*---. \ \ \ \ | Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp' | Rafael J. Wysocki | 2014-12-08 | 2 | -73/+208 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | / / | | | |/ / | | |/| / | | | |/ | ||||||
| | | * | PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability() | Viresh Kumar | 2014-11-29 | 1 | -1/+1 | |
| | | * | PM / OPP Introduce APIs to remove OPPs | Viresh Kumar | 2014-11-29 | 1 | -0/+102 | |
| | | * | PM / OPP mark OPPs as 'static' or 'dynamic' | Viresh Kumar | 2014-11-29 | 1 | -25/+34 |