summaryrefslogtreecommitdiff
path: root/drivers/base/power/opp.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-15PM / OPP: using kfree_rcu() to simplify the codeWei Yongjun1-12/+1
2012-11-15PM / OPP: predictable fail results for opp_find* functions, v2Nishanth Menon1-8/+19
2012-11-15PM / OPP: Export symbols for module usage.Liam Girdwood1-0/+9
2012-11-15PM / OPP: RCU reclaimVincent Guittot1-5/+14
2012-09-10PM / OPP: Initialize OPP table from device treeShawn Guo1-0/+47
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2011-11-09PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer1-1/+1
2011-10-01PM / OPP: Add OPP availability change notifier.MyungJoo Ham1-0/+30
2011-07-27drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi1-1/+1
2011-07-16PM / OPP: Introduce function to free cpufreq tableNishanth Menon1-0/+17
2011-03-15PM / OPP: opp_find_freq_exact() documentation fixNishanth Menon1-1/+1
2010-10-17PM: Introduce library for device-specific OPPs (v7)Nishanth Menon1-0/+628