summaryrefslogtreecommitdiff
path: root/drivers/opp
AgeCommit message (Expand)AuthorFilesLines
2021-02-02opp: Implement dev_pm_opp_set_opp()Viresh Kumar1-0/+28
2021-02-02opp: Update parameters of _set_opp_custom()Viresh Kumar1-13/+9
2021-02-02opp: Allow _generic_set_opp_clk_only() to work for non-freq devicesViresh Kumar1-0/+4
2021-02-02opp: Allow _generic_set_opp_regulator() to work for non-freq devicesViresh Kumar1-13/+12
2021-02-02opp: Allow _set_opp() to work for non-freq devicesViresh Kumar1-5/+11
2021-02-02opp: Split _set_opp() out of dev_pm_opp_set_rate()Viresh Kumar1-55/+71
2021-02-02opp: Keep track of currently programmed OPPViresh Kumar2-31/+55
2021-02-02opp: No need to check clk for errorsViresh Kumar1-13/+4
2021-02-02opp: Rename _opp_set_rate_zero()Viresh Kumar1-2/+2
2021-02-02opp: Make _set_opp_custom() work without regulatorsDmitry Osipenko1-11/+18
2021-02-02opp: Prepare for ->set_opp() helper to work without regulatorsViresh Kumar2-38/+48
2021-02-02opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko1-2/+3
2021-02-02opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()Dmitry Osipenko1-1/+1
2021-02-02opp: Add devm_pm_opp_attach_genpdDmitry Osipenko1-0/+36
2021-02-02opp: Add devm_pm_opp_register_set_opp_helperDmitry Osipenko1-0/+34
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar1-0/+18
2021-02-02opp: Defer acquiring the clk until OPPs are addedViresh Kumar3-33/+50
2021-02-02opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar1-48/+33
2021-02-02opp: Add dev_pm_opp_sync_regulators()Dmitry Osipenko1-0/+41
2021-02-02opp: Add dev_pm_opp_get_required_pstate()Dmitry Osipenko1-0/+22
2021-02-02opp: Add dev_pm_opp_find_level_ceil()Dmitry Osipenko1-0/+49
2021-02-02opp: Staticize _add_opp_table()Viresh Kumar2-2/+1
2021-02-02opp: Correct debug message in _opp_add_static_v2()Dmitry Osipenko1-2/+2
2021-02-02opp: Filter out OPPs based on availability of a required-OPPDmitry Osipenko1-0/+11
2021-02-02opp: Fix adding OPP entries in a wrong order if rate is unavailableDmitry Osipenko1-6/+4
2020-12-28opp: Call the missing clk_put() on errorViresh Kumar1-1/+4
2020-12-28opp: fix memory leak in _allocate_opp_tableQuanyang Wang1-2/+4
2020-12-15Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2020-12-09Merge branch 'opp/empty' into opp/linux-nextViresh Kumar1-2/+5
2020-12-09opp: of: Allow empty opp-table with opp-sharedNicola Mazzucato1-2/+5
2020-12-09opp: Allow dev_pm_opp_put_*() APIs to accept NULL opp_tableViresh Kumar1-0/+18
2020-12-09opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar3-16/+16
2020-12-09opp: Reduce the size of critical section in _opp_kref_release()Viresh Kumar1-47/+47
2020-11-10PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba1-1/+1
2020-11-06opp: Don't return opp_dev from _find_opp_dev()Viresh Kumar1-12/+10
2020-11-06opp: Allocate the OPP table outside of opp_table_lockViresh Kumar2-7/+45
2020-11-02opp: Always add entries in dev_list with opp_table->lock heldViresh Kumar1-15/+5
2020-10-27opp: Reduce the size of critical section in _opp_table_kref_release()Viresh Kumar1-3/+4
2020-10-27opp: Fix early exit from dev_pm_opp_register_set_opp_helper()Viresh Kumar1-1/+1
2020-10-27opp: Don't always remove static OPPs in _of_add_opp_table_v1()Viresh Kumar1-0/+2
2020-10-05Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki4-157/+193
2020-09-16opp: Allow opp-level to be set to 0Viresh Kumar2-16/+7
2020-09-16opp: Prevent memory leak in dev_pm_opp_attach_genpd()Viresh Kumar1-0/+6
2020-09-16opp: Allow opp-supported-hw to contain multiple versionsViresh Kumar1-14/+33
2020-09-16opp: Set required OPPs in reverse order when scaling downStephan Gerhold1-8/+19
2020-09-16opp: Reduce code duplication in _set_required_opps()Stephan Gerhold1-21/+22
2020-09-16opp: Drop unnecessary check from dev_pm_opp_attach_genpd()Viresh Kumar1-6/+0
2020-09-16Merge branch 'opp/defer-probe' into HEADViresh Kumar2-37/+59
2020-09-16opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1()Viresh Kumar1-11/+24
2020-09-01Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki2-7/+17