summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/opp
Commit message (Expand)AuthorAgeFilesLines
* 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
* PM / OPP: Fix incorrect commentsViresh Kumar2016-02-211-3/+3
* PM / OPP: Initialize regulator pointer to an error valueViresh Kumar2016-02-161-6/+9
* PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar2016-02-151-2/+8
* PM / OPP: Fix NULL pointer dereference crash when disabling OPPsJon Hunter2016-02-111-1/+1
* PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar2016-02-101-0/+176
* PM / OPP: Manage device clkViresh Kumar2016-02-102-0/+18
* PM / OPP: Parse clock-latency and voltage-tolerance for v1 bindingsViresh Kumar2016-02-102-0/+26
* PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar2016-02-101-0/+17
* PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar2016-02-101-0/+59
* PM / OPP: Disable OPPs that aren't supported by the regulatorViresh Kumar2016-02-101-0/+22
* PM / OPP: get/put regulators from OPP coreViresh Kumar2016-02-102-0/+115
* PM / OPP: Use snprintf() instead of sprintf()Viresh Kumar2016-01-061-2/+4
* PM / OPP: Set cpu_dev->id in cpumask firstPi-Cheng Chen2016-01-021-1/+2
* PM / OPP: Fix parsing of opp-microvolt and opp-microamp propertiesBartlomiej Zolnierkiewicz2015-12-281-2/+2
* PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar2015-12-102-15/+152
* PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar2015-12-102-0/+153
* PM / OPP: Add missing doc commentsViresh Kumar2015-11-231-1/+3
* PM / OPP: Add debugfs supportViresh Kumar2015-11-234-2/+281
* Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-123-19/+41
|\
| * Merge branch 'pm-opp'Rafael J. Wysocki2015-11-073-19/+41
| |\
| | * PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar2015-11-061-3/+7
| | * PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar2015-11-061-0/+9
| | * PM / OPP: Protect updates to list_dev with mutexViresh Kumar2015-11-063-5/+8
| | * PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()Viresh Kumar2015-11-061-1/+1
| | * PM / OPP: Parse all power-supply related bindings togetherViresh Kumar2015-11-021-5/+6
| | * PM / OPP: Rename routines specific to old bindings with _v1Viresh Kumar2015-11-021-5/+5
| | * PM / OPP: Improve print messages with pr_fmtViresh Kumar2015-11-022-0/+5
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2015-11-111-2/+2
|/ /
* | Merge branch 'pm-opp'Rafael J. Wysocki2015-11-021-5/+12
|/
* PM / OPP: passing NULL to PTR_ERR()Dan Carpenter2015-10-091-5/+4
* PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar2015-09-153-275/+304
* PM / OPP: Move opp core to its own directoryViresh Kumar2015-09-153-0/+1677
OpenPOWER on IntegriCloud