summaryrefslogtreecommitdiffstats
path: root/drivers/opp/core.c
Commit message (Expand)AuthorAgeFilesLines
* opp: Reduce the size of critical section in _opp_table_kref_release()Viresh Kumar2020-10-271-3/+4
* opp: Fix early exit from dev_pm_opp_register_set_opp_helper()Viresh Kumar2020-10-271-1/+1
* Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-10-051-110/+121
|\
| * opp: Allow opp-level to be set to 0Viresh Kumar2020-09-161-3/+0
| * opp: Prevent memory leak in dev_pm_opp_attach_genpd()Viresh Kumar2020-09-161-0/+6
| * opp: Set required OPPs in reverse order when scaling downStephan Gerhold2020-09-161-8/+19
| * opp: Reduce code duplication in _set_required_opps()Stephan Gerhold2020-09-161-21/+22
| * opp: Drop unnecessary check from dev_pm_opp_attach_genpd()Viresh Kumar2020-09-161-6/+0
| * Merge branch 'opp/defer-probe' into HEADViresh Kumar2020-09-161-22/+31
| |\
| | * opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold2020-08-251-22/+31
| * | opp: Remove _dev_pm_opp_find_and_remove_table() wrapperViresh Kumar2020-08-241-13/+8
| * | opp: Split out _opp_set_rate_zero()Viresh Kumar2020-08-241-23/+29
| * | opp: Reuse the enabled flag in !target_freq pathViresh Kumar2020-08-241-18/+11
| * | opp: Rename regulator_enabled and use it as status of all resourcesViresh Kumar2020-08-241-10/+9
* | | Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki2020-09-011-6/+16
|\ \ \ | |/ / |/| |
| * | opp: Don't drop reference for an OPP table that was never parsedViresh Kumar2020-08-311-6/+16
| |/
* | opp: Enable resources again if they were disabled earlierRajendra Nayak2020-08-201-4/+7
* | opp: Put opp table in dev_pm_opp_set_rate() if _set_opp_bw() failsStephen Boyd2020-08-171-1/+1
* | opp: Put opp table in dev_pm_opp_set_rate() for empty tablesStephen Boyd2020-08-171-2/+4
|/
* Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-08-041-0/+31
|\
| * OPP: Add and export helper to set bandwidthSibi Sankar2020-07-301-0/+31
* | opp: Allow disabled OPPs in dev_pm_opp_get_freq()Andrew-sh.Cheng2020-07-241-1/+1
* | opp: core: Add missing export for dev_pm_opp_adjust_voltageValdis Klētnieks2020-07-241-0/+1
|/
* opp: Remove bandwidth votes when target_freq is zeroViresh Kumar2020-05-291-12/+37
* opp: core: add regulators enable and disableKamil Konieczny2020-05-291-2/+26
* opp: Reorder the code for !target_freq caseViresh Kumar2020-05-291-4/+10
* opp: Update the bandwidth on OPP frequency changesGeorgi Djakov2020-05-291-1/+12
* opp: Add support for parsing interconnect bandwidthGeorgi Djakov2020-05-291-4/+24
* OPP: Add helpers for reading the binding propertiesSaravana Kannan2020-05-131-2/+13
* opp: Manage empty OPP tables with clk handleRajendra Nayak2020-04-131-0/+14
* opp: Replace list_kref with a local counterViresh Kumar2019-12-101-29/+19
* PM / OPP: Support adjusting OPP voltages at runtimeStephen Boyd2019-11-111-0/+69
* opp: core: Revert "add regulators enable and disable"Marek Szyprowski2019-10-211-13/+3
* opp: core: add regulators enable and disablek.konieczny@partner.samsung.com2019-07-261-3/+13
* opp: Don't decrement uninitialized list_krefViresh Kumar2019-07-261-0/+1
* opp: Add dev_pm_opp_find_level_exact()Niklas Cassel2019-07-261-0/+48
* opp: Return genpd virtual devices from dev_pm_opp_attach_genpd()Viresh Kumar2019-07-261-1/+5
* opp: Not all power-domains are scalableViresh Kumar2019-07-261-9/+5
* 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/+1
|/
* 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/+7
|\
| * Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2019-02-121-15/+7
| |\
| | * opp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-071-9/+2