aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp/core.c
Commit message (Expand)AuthorAge
* PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loopAndrzej Hajda2017-02-23
* PM / OPP: Make _find_opp_table_unlocked() staticWei Yongjun2017-02-07
* PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()Viresh Kumar2017-01-30
* PM / OPP: Simplify _opp_set_availability()Viresh Kumar2017-01-30
* PM / OPP: Move away from RCU lockingViresh Kumar2017-01-30
* PM / OPP: Take kref from _find_opp_table()Viresh Kumar2017-01-30
* PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-30
* PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar2017-01-30
* PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar2017-01-30
* PM / OPP: Take reference of the OPP table while adding/removing OPPsViresh Kumar2017-01-30
* PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar2017-01-30
* PM / OPP: Add 'struct kref' to OPP tableViresh Kumar2017-01-30
* PM / OPP: Add per OPP table mutexViresh Kumar2017-01-30
* PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()Viresh Kumar2017-01-27
* PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-27
* PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar2017-01-27
* PM / OPP: Don't allocate OPP table from _opp_allocate()Viresh Kumar2017-01-27
* PM / OPP: Rename and split _dev_pm_opp_remove_table()Viresh Kumar2017-01-27
* PM / OPP: Add light weight _opp_free() routineViresh Kumar2017-01-27
* PM / OPP: Rename _allocate_opp() to _opp_allocate()Viresh Kumar2017-01-27
* PM / OPP: Fix memory leak while adding duplicate OPPsViresh Kumar2017-01-27
* PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Viresh Kumar2016-12-05
* PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar2016-12-05
* PM / OPP: Separate out _generic_set_opp()Viresh Kumar2016-12-05
* PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar2016-12-05
* PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()Viresh Kumar2016-12-05
* PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar2016-12-05
* PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar2016-12-05
* PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd2016-11-30
* PM / OPP: avoid maybe-uninitialized warningArnd Bergmann2016-09-16
* PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang2016-07-28
* Merge back new material for v4.7.Rafael J. Wysocki2016-05-06
|\
| * PM / OPP: Move CONFIG_OF dependent code in a separate fileViresh Kumar2016-05-06
| * PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_tableSudeep Holla2016-05-04
* | PM / OPP: Remove useless checkViresh Kumar2016-05-04
|/
* PM / OPP: Rename structures for clarityViresh Kumar2016-02-21
* PM / OPP: Fix incorrect commentsViresh Kumar2016-02-21
* PM / OPP: Initialize regulator pointer to an error valueViresh Kumar2016-02-16
* PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar2016-02-15
* PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter2016-02-11
* PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar2016-02-09
* PM / OPP: Manage device clkViresh Kumar2016-02-09
* PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar2016-02-09
* PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar2016-02-09
* PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar2016-02-09
* PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar2016-02-09
* PM / OPP: get/put regulators from OPP coreViresh Kumar2016-02-09
* PM / OPP: Use snprintf() instead of sprintf()Viresh Kumar2016-01-05
* PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz2015-12-27
* PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar2015-12-10