summaryrefslogtreecommitdiff
path: root/drivers/base/power/opp
AgeCommit message (Expand)AuthorFilesLines
2016-07-29PM / 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-16PM / OPP: Initialize u_volt_min/max to a valid valueViresh Kumar1-2/+8
2016-02-12PM / 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-11PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar2-15/+152
2015-12-11PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar2-0/+153
2015-11-24PM / OPP: Add missing doc commentsViresh Kumar1-1/+3
2015-11-24PM / 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/gi...Linus Torvalds3-19/+41
2015-11-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-2/+2
2015-11-07Merge branch 'pm-opp'Rafael J. Wysocki3-19/+41
2015-11-07PM / OPP: Add opp_rcu_lockdep_assert() to _find_device_opp()Viresh Kumar1-3/+7
2015-11-07PM / OPP: Hold dev_opp_list_lock for writersViresh Kumar1-0/+9
2015-11-07PM / OPP: Protect updates to list_dev with mutexViresh Kumar3-5/+8
2015-11-07PM / OPP: Propagate error properly from dev_pm_opp_set_sharing_cpus()Viresh Kumar1-1/+1
2015-11-02PM / OPP: Parse all power-supply related bindings togetherViresh Kumar1-5/+6
2015-11-02PM / OPP: Rename routines specific to old bindings with _v1Viresh Kumar1-5/+5
2015-11-02PM / OPP: Improve print messages with pr_fmtViresh Kumar2-0/+5
2015-11-02Merge branch 'pm-opp'Rafael J. Wysocki4-0/+1712
2015-10-09PM / OPP: passing NULL to PTR_ERR()Dan Carpenter1-5/+4
2015-09-15PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar3-275/+304
2015-09-15PM / OPP: Move opp core to its own directoryViresh Kumar3-0/+1677