summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp.c
Commit message (Expand)AuthorAgeFilesLines
* PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-281-3/+3
* PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar2015-08-281-3/+6
* PM / OPP: Free resources and properly return error on failureViresh Kumar2015-08-281-14/+16
* PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz2015-08-071-0/+34
* PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar2015-08-071-0/+175
* PM / OPP: Add support for opp-suspendViresh Kumar2015-08-071-0/+11
* PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar2015-08-071-24/+150
* PM / OPP: Add clock-latency-ns supportViresh Kumar2015-08-071-2/+39
* PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar2015-08-071-24/+233
* PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar2015-08-071-49/+76
* PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar2015-08-071-23/+27
* PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar2015-08-071-5/+17
* PM / OPP: Relocate few routinesViresh Kumar2015-08-071-138/+139
* PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert2015-02-121-6/+2Star
* 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 / 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
* 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
* 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
* 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
* PM / OPP don't match for existing OPPs when list is emptyViresh Kumar2014-11-291-6/+9
* PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar2014-11-291-10/+10
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-06-031-91/+0Star
|\
| * PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon2014-05-071-92/+0Star
| * PM / OPP: Remove cpufreq wrapper dependency on internal data organizationNishanth Menon2014-05-071-27/+28
* | PM / OPP: discard duplicate OPPsChander Kashyap2014-05-271-2/+25
* | PM / OPP: fix incorrect OPP count handling in of_init_opp_tableChander Kashyap2014-05-191-3/+1Star
|/
* drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-141-1/+0Star
* PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-251-1/+1
* PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-251-19/+22
* PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-251-41/+41
* PM / OPP: Export opp_add()Viresh Kumar2013-08-061-0/+1
* cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar2013-06-041-2/+2
* PM / OPP: add documentation to RCU head in struct oppNishanth Menon2013-04-051-0/+1
* PM / OPP: Export more symbols for module usageMark Langsdorf2013-02-021-0/+3
* PM / OPP: switch exported symbols to GPL variantNishanth Menon2013-02-021-8/+8
* PM / OPP: using kfree_rcu() to simplify the codeWei Yongjun2012-11-151-12/+1Star
* PM / OPP: predictable fail results for opp_find* functions, v2Nishanth Menon2012-11-151-8/+19
* PM / OPP: Export symbols for module usage.Liam Girdwood2012-11-151-0/+9