aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-15PM / OPP: Move opp core to its own directoryViresh Kumar1-1559/+0
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar1-20/+21
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar1-21/+20
2015-09-15PM / OPP: reuse of_parse_phandle()Viresh Kumar1-54/+17
2015-09-11Merge branch 'pm-opp'Rafael J. Wysocki1-0/+28
2015-09-09PM / OPP: Return suspend_opp only if it is enabledViresh Kumar1-7/+5
2015-09-09PM / OPP: add dev_pm_opp_get_suspend_opp() helperBartlomiej Zolnierkiewicz1-0/+30
2015-09-01Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-181/+822
2015-08-28PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar1-3/+3
2015-08-28PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar1-3/+6
2015-08-28PM / OPP: Free resources and properly return error on failureViresh Kumar1-14/+16
2015-08-07PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz1-0/+34
2015-08-07PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar1-0/+175
2015-08-07PM / OPP: Add support for opp-suspendViresh Kumar1-0/+11
2015-08-07PM / OPP: Add OPP sharing information to OPP libraryViresh Kumar1-24/+150
2015-08-07PM / OPP: Add clock-latency-ns supportViresh Kumar1-2/+39
2015-08-07PM / OPP: Add support to parse "operating-points-v2" bindingsViresh Kumar1-24/+233
2015-08-07PM / OPP: Break _opp_add_dynamic() into smaller functionsViresh Kumar1-49/+76
2015-08-07PM / OPP: Allocate dev_opp from _add_device_opp()Viresh Kumar1-23/+27
2015-08-07PM / OPP: Create _remove_device_opp() for freeing dev_oppViresh Kumar1-5/+17
2015-08-07PM / OPP: Relocate few routinesViresh Kumar1-138/+139
2015-07-22rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney1-2/+2
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert1-6/+2
2015-01-23PM / OPP: Assert RCU lock in exported functionsKrzysztof Kozlowski1-0/+4
2015-01-23PM / OPP: Update kernel documentationNishanth Menon1-13/+114
2015-01-23PM / OPP: Ensure consistent naming of static functionsNishanth Menon1-31/+31
2015-01-23PM / OPP: export dev_pm_opp_get_notifierNishanth Menon1-0/+1
2014-12-18PM / OPP: take RCU lock in dev_pm_opp_get_opp_countDmitry Torokhov1-7/+8
2014-12-18PM / OPP: fix warning in of_free_opp_table()Dmitry Torokhov1-2/+8
2014-12-18PM / OPP: add some lockdep annotationsDmitry Torokhov1-0/+16
2014-12-10PM / OPP: do error handling at the bottom of dev_pm_opp_add_dynamic()Viresh Kumar1-7/+10
2014-12-10PM / OPP: handle allocation of device_opp in a separate routineViresh Kumar1-15/+22
2014-12-10PM / OPP: reuse find_device_opp() instead of duplicating codeViresh Kumar1-7/+2
2014-12-10PM / OPP: Staticize __dev_pm_opp_remove()Viresh Kumar1-1/+2
2014-12-10PM / OPP: replace kfree with kfree_rcu while freeing 'struct device_opp'Viresh Kumar1-2/+6
2014-12-10PM / OPP: remove double calls to find_device_opp()Viresh Kumar1-1/+1
2014-12-10PM / OPP: set new_opp->dev_opp to a valid dev_oppViresh Kumar1-1/+1
2014-11-29PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar1-1/+1
2014-11-29PM / OPP Introduce APIs to remove OPPsViresh Kumar1-0/+102
2014-11-29PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar1-25/+34
2014-11-29PM / OPP don't match for existing OPPs when list is emptyViresh Kumar1-6/+9
2014-11-29PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar1-10/+10
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