Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
*---. | 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 | |
| | | * | PM / OPP don't match for existing OPPs when list is empty | Viresh Kumar | 2014-11-29 | 1 | -6/+9 | |
| | | * | PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type | Viresh Kumar | 2014-11-29 | 1 | -10/+10 | |
| |_|/ |/| | | ||||||
| | * | PM / clock_ops: make __pm_clk_enable more generic | Strashko, Grygorii | 2014-11-07 | 1 | -22/+16 | |
| | * | PM / clock_ops: Add pm_clk_add_clk() | Geert Uytterhoeven | 2014-11-07 | 1 | -10/+37 | |
| |/ | ||||||
* | | PM / Domains: Fix initial default state of the need_restore flag | Ulf Hansson | 2014-11-11 | 1 | -6/+32 | |
* | | PM / Domains: Change prototype for the attach and detach callbacks | Ulf Hansson | 2014-11-08 | 1 | -2/+2 | |
|/ | ||||||
* | PM / Sleep: fix async suspend_late/freeze_late error handling | Imre Deak | 2014-10-27 | 1 | -0/+2 | |
* | Merge branch 'pm-clk' | Rafael J. Wysocki | 2014-10-07 | 1 | -4/+15 | |
|\ | ||||||
| * | PM / clk: Fix crash in clocks management code if !CONFIG_PM_RUNTIME | Geert Uytterhoeven | 2014-10-03 | 1 | -4/+15 | |
* | | Merge branch 'pm-domains' | Rafael J. Wysocki | 2014-10-07 | 3 | -356/+568 | |
|\ \ | ||||||
| * | | PM / Domains: Rename cpu_data to cpuidle_data | Ulf Hansson | 2014-10-03 | 1 | -27/+27 | |
| * | | PM / Domains: Remove legacy API for adding devices through DT | Ulf Hansson | 2014-09-25 | 1 | -33/+0 | |
| * | | PM / Domains: Add genpd attach/detach callbacks | Geert Uytterhoeven | 2014-09-25 | 1 | -0/+6 | |
| * | | PM / Domains: add debugfs listing of struct generic_pm_domain-s | Maciej Matraszek | 2014-09-23 | 1 | -0/+157 | |
| * | | PM / Domains: Add APIs to attach/detach a PM domain for a device | Ulf Hansson | 2014-09-22 | 1 | -0/+52 | |
| * | | PM / Domains: Add generic OF-based PM domain look-up | Tomasz Figa | 2014-09-22 | 1 | -0/+289 | |
| * | | PM / domains: Spelling s/domian/domain/ | Geert Uytterhoeven | 2014-09-22 | 1 | -2/+2 | |
| * | | PM / domains: Remove default_stop_ok() API | Ulf Hansson | 2014-09-09 | 1 | -5/+2 | |
| * | | PM / domains: Add late_initcall to disable unused PM domains | Ulf Hansson | 2014-09-09 | 1 | -0/+7 | |
| * | | PM / domains: Remove genpd_queue_power_off_work() API | Ulf Hansson | 2014-09-09 | 1 | -1/+4 |