aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki1-91/+0
2014-05-27PM / OPP: discard duplicate OPPsChander Kashyap1-2/+25
2014-05-19PM / OPP: fix incorrect OPP count handling in of_init_opp_tableChander Kashyap1-3/+1
2014-05-07PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon1-92/+0
2014-05-07PM / OPP: Remove cpufreq wrapper dependency on internal data organizationNishanth Menon1-27/+28
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon1-1/+1
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon1-19/+22
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon1-41/+41
2013-08-06PM / OPP: Export opp_add()Viresh Kumar1-0/+1
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-2/+2
2013-04-05PM / OPP: add documentation to RCU head in struct oppNishanth Menon1-0/+1
2013-02-02PM / OPP: Export more symbols for module usageMark Langsdorf1-0/+3
2013-02-02PM / OPP: switch exported symbols to GPL variantNishanth Menon1-8/+8
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-09PM / 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-08PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer1-1/+1
2011-09-30PM / OPP: Add OPP availability change notifier.MyungJoo Ham1-0/+30
2011-07-26drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi1-1/+1
2011-07-15PM / 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