aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-06PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Viresh Kumar1-1/+1
2016-12-06PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar2-1/+115
2016-12-06PM / OPP: Separate out _generic_set_opp()Viresh Kumar2-53/+131
2016-12-06PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar4-120/+293
2016-12-06PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()Viresh Kumar1-27/+17
2016-12-06PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar4-42/+39
2016-12-06PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar1-3/+13
2016-11-30PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd1-16/+6
2016-10-21PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()Masahiro Yamada1-2/+2
2016-10-21PM / OPP: make _of_get_opp_desc_node() a static functionMasahiro Yamada2-2/+1
2016-09-26PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach1-2/+12
2016-09-17PM / OPP: avoid maybe-uninitialized warningArnd Bergmann1-7/+3
2016-07-28PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang1-12/+19
2016-06-16PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_tableViresh Kumar3-6/+24
2016-05-06Merge back new material for v4.7.Rafael J. Wysocki5-521/+724
2016-05-06PM / OPP: Move CONFIG_OF dependent code in a separate fileViresh Kumar5-579/+618
2016-05-05PM / OPP: Remove useless checkViresh Kumar1-3/+0
2016-05-05PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_tableSudeep Holla2-30/+88
2016-05-05PM / OPP: pass cpumask by referenceArnd Bergmann1-5/+5
2016-04-28PM / OPP: Add dev_pm_opp_get_sharing_cpus()Viresh Kumar1-0/+45
2016-04-28PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()Viresh Kumar1-1/+2
2016-04-25PM / OPP: Mark shared-opp for non-dt caseViresh Kumar1-0/+3
2016-04-25PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()Viresh Kumar1-56/+56
2016-04-25PM / OPP: Add missing doc style commentsViresh Kumar1-1/+58
2016-04-25PM / OPP: Propagate the error returned by _find_opp_table()Viresh Kumar1-1/+1
2016-02-21PM / OPP: Rename structures for clarityViresh Kumar4-459/+461
2016-02-21PM / OPP: Fix incorrect commentsViresh Kumar1-3/+3
2016-02-16PM / OPP: Initialize regulator pointer to an error valueViresh Kumar1-6/+9
2016-02-15PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar1-2/+8
2016-02-11PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter1-1/+1
2016-02-10PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar1-0/+176
2016-02-10PM / OPP: Manage device clkViresh Kumar2-0/+18
2016-02-10PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar2-0/+26
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar1-0/+17
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar1-0/+59
2016-02-10PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar1-0/+22
2016-02-10PM / OPP: get/put regulators from OPP coreViresh Kumar2-0/+115
2016-01-06PM / OPP: Use snprintf() instead of sprintf()Viresh Kumar1-2/+4
2016-01-02PM / OPP: Set cpu_dev->id in cpumask firstPi-Cheng Chen1-1/+2
2015-12-28PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz1-2/+2
2015-12-10PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar2-15/+152
2015-12-10PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar2-0/+153
2015-11-23PM / OPP: Add missing doc commentsViresh Kumar1-1/+3
2015-11-23PM / OPP: Add debugfs supportViresh Kumar4-2/+281
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-19/+41
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-2/+2
2015-11-07Merge branch 'pm-opp'Rafael J. Wysocki3-19/+41
2015-11-06PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar1-3/+7
2015-11-06PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar1-0/+9
2015-11-06PM / OPP: Protect updates to list_dev with mutexViresh Kumar3-5/+8