summaryrefslogtreecommitdiff
path: root/drivers/base/power/opp.c
AgeCommit message (Expand)Author
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert
2015-01-23PM / OPP: Assert RCU lock in exported functionsKrzysztof Kozlowski
2015-01-23PM / OPP: Update kernel documentationNishanth Menon
2015-01-23PM / OPP: Ensure consistent naming of static functionsNishanth Menon
2015-01-23PM / OPP: export dev_pm_opp_get_notifierNishanth Menon
2014-12-18PM / OPP: take RCU lock in dev_pm_opp_get_opp_countDmitry Torokhov
2014-12-18PM / OPP: fix warning in of_free_opp_table()Dmitry Torokhov
2014-12-18PM / OPP: add some lockdep annotationsDmitry Torokhov
2014-12-10PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar
2014-12-10PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar
2014-12-10PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar
2014-12-10PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar
2014-12-10PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar
2014-12-10PM / OPP: remove double calls to find_device_opp()Viresh Kumar
2014-12-10PM / OPP: set new_opp->dev_opp to a valid dev_oppViresh Kumar
2014-11-29PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar
2014-11-29PM / OPP Introduce APIs to remove OPPsViresh Kumar
2014-11-29PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar
2014-11-29PM / OPP don't match for existing OPPs when list is emptyViresh Kumar
2014-11-29PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar
2014-06-03Merge branch 'pm-cpufreq'Rafael J. Wysocki
2014-05-26PM / OPP: discard duplicate OPPsChander Kashyap
2014-05-19PM / OPP: fix incorrect OPP count handling in of_init_opp_tableChander Kashyap
2014-05-06PM / OPP: Move cpufreq specific OPP functions out of generic OPP libraryNishanth Menon
2014-05-06PM / OPP: Remove cpufreq wrapper dependency on internal data organizationNishanth Menon
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon
2013-08-06PM / OPP: Export opp_add()Viresh Kumar
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar
2013-04-05PM / OPP: add documentation to RCU head in struct oppNishanth Menon
2013-02-01PM / OPP: Export more symbols for module usageMark Langsdorf
2013-02-01PM / OPP: switch exported symbols to GPL variantNishanth Menon
2012-11-14PM / OPP: using kfree_rcu() to simplify the codeWei Yongjun
2012-11-14PM / OPP: predictable fail results for opp_find* functions, v2Nishanth Menon
2012-11-14PM / OPP: Export symbols for module usage.Liam Girdwood
2012-11-14PM / OPP: RCU reclaimVincent Guittot
2012-09-09PM / OPP: Initialize OPP table from device treeShawn Guo
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker
2011-11-08PM / OPP: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Thomas Meyer
2011-09-30PM / OPP: Add OPP availability change notifier.MyungJoo Ham
2011-07-26drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi
2011-07-15PM / OPP: Introduce function to free cpufreq tableNishanth Menon
2011-03-14PM / OPP: opp_find_freq_exact() documentation fixNishanth Menon
2010-10-16PM: Introduce library for device-specific OPPs (v7)Nishanth Menon