aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp
Commit message (Expand)AuthorAge
* PM / OPP: Don't use OPP structure outside of rcu protected sectionViresh Kumar2017-01-06
* PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd2017-01-06
* PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach2016-09-26
* PM / OPP: avoid maybe-uninitialized warningArnd Bergmann2016-09-16
* PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang2016-07-28
* PM / OPP: Add 'UNKNOWN' status for shared_opp in struct opp_tableViresh Kumar2016-06-16
* 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: pass cpumask by referenceArnd Bergmann2016-05-04
| * PM / OPP: Add dev_pm_opp_get_sharing_cpus()Viresh Kumar2016-04-28
| * PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()Viresh Kumar2016-04-28
| * PM / OPP: Mark shared-opp for non-dt caseViresh Kumar2016-04-25
| * PM / OPP: Relocate dev_pm_opp_set_sharing_cpus()Viresh Kumar2016-04-25
| * PM / OPP: Add missing doc style commentsViresh Kumar2016-04-25
| * PM / OPP: Propagate the error returned by _find_opp_table()Viresh Kumar2016-04-25
* | 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: Set cpu_dev->id in cpumask firstPi-Cheng Chen2016-01-01
* PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz2015-12-27
* PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar2015-12-10
* PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar2015-12-10
* PM / OPP: Add missing doc commentsViresh Kumar2015-11-23
* PM / OPP: Add debugfs supportViresh Kumar2015-11-23
* Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-12
|\
| * Merge branch 'pm-opp'Rafael J. Wysocki2015-11-06
| |\
| | * PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar2015-11-06
| | * PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar2015-11-06
| | * PM / OPP: Protect updates to list_dev with mutexViresh Kumar2015-11-06
| | * PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()Viresh Kumar2015-11-06
| | * PM / OPP: Parse all power-supply related bindings togetherViresh Kumar2015-11-01
| | * PM / OPP: Rename routines specific to old bindings with _v1Viresh Kumar2015-11-01
| | * PM / OPP: Improve print messages with pr_fmtViresh Kumar2015-11-01
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-11
|/ /
* / Merge branch 'pm-opp'Rafael J. Wysocki2015-11-01
|/
* PM / OPP: passing NULL to PTR_ERR()Dan Carpenter2015-10-09
* PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar2015-09-14
* PM / OPP: Move opp core to its own directoryViresh Kumar2015-09-14