summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp
Commit message (Expand)AuthorAgeFilesLines
* PM / OPP: fix off-by-one bug in dev_pm_opp_get_max_volt_latency loopAndrzej Hajda2017-02-231-1/+2
* PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp APIDave Gerlach2017-02-091-4/+5
* PM / OPP: Make _find_opp_table_unlocked() staticWei Yongjun2017-02-071-1/+1
* PM / OPP: Simplify dev_pm_opp_get_max_volt_latency()Viresh Kumar2017-01-301-25/+9
* PM / OPP: Simplify _opp_set_availability()Viresh Kumar2017-01-301-22/+5
* PM / OPP: Move away from RCU lockingViresh Kumar2017-01-304-294/+80
* PM / OPP: Take kref from _find_opp_table()Viresh Kumar2017-01-302-122/+95
* PM / OPP: Update OPP users to put referenceViresh Kumar2017-01-302-67/+69
* PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar2017-01-302-15/+15
* PM / OPP: Use dev_pm_opp_get_opp_table() instead of _add_opp_table()Viresh Kumar2017-01-303-89/+29
* PM / OPP: Take reference of the OPP table while adding/removing OPPsViresh Kumar2017-01-301-5/+4
* PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar2017-01-301-193/+50
* PM / OPP: Add 'struct kref' to OPP tableViresh Kumar2017-01-302-2/+52
* PM / OPP: Add per OPP table mutexViresh Kumar2017-01-302-4/+29
* PM / OPP: Split out part of _add_opp_table() and _remove_opp_table()Viresh Kumar2017-01-271-32/+44
* PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar2017-01-271-16/+50
* PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar2017-01-271-14/+13
* PM / OPP: Don't allocate OPP table from _opp_allocate()Viresh Kumar2017-01-273-73/+78
* PM / OPP: Rename and split _dev_pm_opp_remove_table()Viresh Kumar2017-01-273-15/+24
* PM / OPP: Add light weight _opp_free() routineViresh Kumar2017-01-273-11/+13
* 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-273-4/+4
* PM / OPP: Remove useless TODOViresh Kumar2017-01-271-2/+0
* PM / OPP: Fix memory leak while adding duplicate OPPsViresh Kumar2017-01-272-3/+21
* PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Viresh Kumar2016-12-061-1/+1
* PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar2016-12-062-1/+115
* PM / OPP: Separate out _generic_set_opp()Viresh Kumar2016-12-062-53/+131
* PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar2016-12-064-120/+293
* PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()Viresh Kumar2016-12-061-27/+17
* PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar2016-12-064-42/+39
* PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar2016-12-061-3/+13
* PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd2016-11-301-16/+6
* 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-212-2/+1
* PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach2016-09-261-2/+12
* PM / OPP: avoid maybe-uninitialized warningArnd Bergmann2016-09-171-7/+3
* PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang2016-07-281-12/+19
* PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_tableViresh Kumar2016-06-163-6/+24
* Merge back new material for v4.7.Rafael J. Wysocki2016-05-065-521/+724
|\
| * PM / OPP: Move CONFIG_OF dependent code in a separate fileViresh Kumar2016-05-065-579/+618
| * PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_tableSudeep Holla2016-05-052-30/+88
| * PM / OPP: pass cpumask by referenceArnd Bergmann2016-05-051-5/+5
| * PM / OPP: Add dev_pm_opp_get_sharing_cpus()Viresh Kumar2016-04-281-0/+45
| * PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()Viresh Kumar2016-04-281-1/+2
| * PM / OPP: Mark shared-opp for non-dt caseViresh Kumar2016-04-251-0/+3
| * PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()Viresh Kumar2016-04-251-56/+56
| * PM / OPP: Add missing doc style commentsViresh Kumar2016-04-251-1/+58
| * PM / OPP: Propagate the error returned by _find_opp_table()Viresh Kumar2016-04-251-1/+1
* | PM / OPP: Remove useless checkViresh Kumar2016-05-051-3/+0
|/
* PM / OPP: Rename structures for clarityViresh Kumar2016-02-214-459/+461
OpenPOWER on IntegriCloud