summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp/of.c
Commit message (Expand)AuthorAgeFilesLines
* PM / OPP: Move the OPP directory out of power/Viresh Kumar2017-10-031-633/+0Star
* PM / OPP: Fix get sharing CPUs when hotplug is usedWaldemar Rymarkiewicz2017-08-011-12/+17
* PM / OPP: OF: Use pr_debug() instead of pr_err() while adding OPP tableViresh Kumar2017-07-161-2/+6
* PM / OPP: opp-microvolt is not optional if regulators are setViresh Kumar2017-06-221-2/+8
* PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp APIDave Gerlach2017-02-091-4/+5
* PM / OPP: Move away from RCU lockingViresh Kumar2017-01-301-38/+2Star
* PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar2017-01-301-30/+24Star
* PM / OPP: Don't allocate OPP table from _opp_allocate()Viresh Kumar2017-01-271-37/+38
* PM / OPP: Rename and split _dev_pm_opp_remove_table()Viresh Kumar2017-01-271-1/+1
* PM / OPP: Add light weight _opp_free() routineViresh Kumar2017-01-271-1/+1
* PM / OPP: Error out on failing to add static OPPs for v1 bindingsViresh Kumar2017-01-271-4/+8
* PM / OPP: Rename _allocate_opp() to _opp_allocate()Viresh Kumar2017-01-271-1/+1
* PM / OPP: Remove useless TODOViresh Kumar2017-01-271-2/+0Star
* PM / OPP: Fix memory leak while adding duplicate OPPsViresh Kumar2017-01-271-1/+5
* PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar2016-12-061-29/+74
* PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar2016-12-061-9/+9
* PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()Masahiro Yamada2016-10-211-2/+2
* PM / OPP: make _of_get_opp_desc_node() a static functionMasahiro Yamada2016-10-211-1/+1
* PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach2016-09-261-2/+12
* PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_tableViresh Kumar2016-06-161-2/+8
* PM / OPP: Move CONFIG_OF dependent code in a separate fileViresh Kumar2016-05-061-0/+591