summaryrefslogtreecommitdiffstats
path: root/drivers/opp/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2019-06-261-59/+115
|\
| * opp: Don't use IS_ERR on invalid suppliesDmitry Osipenko2019-06-241-1/+1
| * opp: Make dev_pm_opp_set_rate() handle freq = 0 to drop performance votesRajendra Nayak2019-06-171-8/+13
| * opp: Don't overwrite rounded clk rateStephen Boyd2019-06-171-5/+10
| * opp: Allocate genpd_virt_devs from dev_pm_opp_attach_genpd()Viresh Kumar2019-05-201-0/+10
| * opp: Attach genpds to devices from within OPP coreViresh Kumar2019-05-201-46/+82
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
|/
* OPP: Introduce dev_pm_opp_find_freq_ceil_by_volt()Andrew-sh.Cheng2019-04-101-0/+54
* PM / OPP: Update performance state when freq == old_freqViresh Kumar2019-03-121-1/+1
* Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-03-061-15/+7Star
|\
| * Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2019-02-121-15/+7Star
| |\
| | * opp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-071-9/+2Star
| | * PM / OPP: Remove unused parameter of _generic_set_opp_clk_only()Viresh Kumar2019-02-071-6/+5Star
* | | Merge tag 'qcom-drivers-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2019-02-151-0/+18
|\ \ \ | |/ / |/| |
| * | OPP: Add support for parsing the 'opp-level' propertyRajendra Nayak2019-01-221-0/+18
| |/
* / cpufreq: scpi/scmi: Fix freeing of dynamic OPPsViresh Kumar2019-01-041-5/+58
|/
* Merge branch 'opp/genpd/propagation' into opp/linux-nextViresh Kumar2018-12-141-70/+254
|\
| * OPP: Add dev_pm_opp_xlate_performance_state() helperViresh Kumar2018-12-141-0/+63
| * OPP: Configure all required OPPsViresh Kumar2018-11-051-48/+65
| * OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helperViresh Kumar2018-11-051-0/+88
| * OPP: Populate OPPs from "required-opps" propertyViresh Kumar2018-11-051-0/+1
| * OPP: Populate required opp tables from "required-opps" propertyViresh Kumar2018-11-051-0/+2
| * OPP: Separate out custom OPP handler specific codeViresh Kumar2018-11-051-27/+40
* | OPP: Fix missing debugfs supply directory for OPPsViresh Kumar2018-12-111-3/+9
* | OPP: Use opp_table->regulators to verify no regulator caseViresh Kumar2018-12-111-4/+7
|/
* OPP: Return error on error from dev_pm_opp_get_opp_count()Viresh Kumar2018-10-041-1/+1
* OPP: Prevent creating multiple OPP tables for devices sharing OPP nodesViresh Kumar2018-10-011-3/+22
* OPP: Use a single mechanism to free the OPP tableViresh Kumar2018-09-191-38/+16Star
* OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()Viresh Kumar2018-09-191-15/+5Star
* OPP: Create separate kref for static OPPs listViresh Kumar2018-09-191-1/+32
* OPP: Don't take OPP table's kref for static OPPsViresh Kumar2018-09-191-5/+6
* OPP: Pass index to _of_init_opp_table()Viresh Kumar2018-09-191-4/+15
* OPP: Protect dev_list with opp_table lockViresh Kumar2018-09-191-2/+19
* PM / OPP: Update voltage in case freq == old_freqWaldemar Rymarkiewicz2018-06-191-1/+1
* PM / OPP: Fix shared OPP table support in dev_pm_opp_register_set_opp_helper()Viresh Kumar2018-05-221-22/+5Star
* PM / OPP: Fix shared OPP table support in dev_pm_opp_set_regulators()Viresh Kumar2018-05-221-9/+6Star
* PM / OPP: Fix shared OPP table support in dev_pm_opp_set_prop_name()Viresh Kumar2018-05-221-20/+5Star
* PM / OPP: Fix shared OPP table support in dev_pm_opp_set_supported_hw()Viresh Kumar2018-05-221-21/+5Star
* PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar2018-05-091-75/+0Star
* PM / OPP: Get performance state using genpd helperViresh Kumar2018-05-091-3/+0Star
* PM / OPP: Implement of_dev_pm_opp_find_required_opp()Viresh Kumar2018-05-091-3/+1Star
* PM / OPP: "opp-hz" is optional for power domainsViresh Kumar2018-05-091-35/+57
* PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar2017-10-141-0/+78
* PM / OPP: Support updating performance state of device's power domainViresh Kumar2017-10-141-1/+56
* PM / OPP: Rename dev_pm_opp_register_put_opp_helper()Viresh Kumar2017-10-111-3/+3
* PM / OPP: Move error message to debug levelFabio Estevam2017-10-111-1/+1
* PM / OPP: Move the OPP directory out of power/Viresh Kumar2017-10-031-0/+1747