summaryrefslogtreecommitdiffstats
path: root/drivers/opp
Commit message (Expand)AuthorAgeFilesLines
...
* opp: Rename _opp_set_rate_zero()Viresh Kumar2021-02-021-2/+2
* opp: Make _set_opp_custom() work without regulatorsDmitry Osipenko2021-02-021-11/+18
* opp: Prepare for ->set_opp() helper to work without regulatorsViresh Kumar2021-02-022-38/+48
* opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko2021-02-021-2/+3
* opp: Handle missing OPP table in dev_pm_opp_xlate_performance_state()Dmitry Osipenko2021-02-021-1/+1
* opp: Add devm_pm_opp_attach_genpdDmitry Osipenko2021-02-021-0/+36
* opp: Add devm_pm_opp_register_set_opp_helperDmitry Osipenko2021-02-021-0/+34
* opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar2021-02-021-0/+18
* opp: Defer acquiring the clk until OPPs are addedViresh Kumar2021-02-023-33/+50
* opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar2021-02-021-48/+33
* opp: Add dev_pm_opp_sync_regulators()Dmitry Osipenko2021-02-021-0/+41
* opp: Add dev_pm_opp_get_required_pstate()Dmitry Osipenko2021-02-021-0/+22
* opp: Add dev_pm_opp_find_level_ceil()Dmitry Osipenko2021-02-021-0/+49
* opp: Staticize _add_opp_table()Viresh Kumar2021-02-022-2/+1
* opp: Correct debug message in _opp_add_static_v2()Dmitry Osipenko2021-02-021-2/+2
* opp: Filter out OPPs based on availability of a required-OPPDmitry Osipenko2021-02-021-0/+11
* opp: Fix adding OPP entries in a wrong order if rate is unavailableDmitry Osipenko2021-02-021-6/+4
* opp: Call the missing clk_put() on errorViresh Kumar2020-12-281-1/+4
* opp: fix memory leak in _allocate_opp_tableQuanyang Wang2020-12-281-2/+4
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-151-1/+1
|\
| * PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba2020-11-101-1/+1
* | Merge branch 'opp/empty' into opp/linux-nextViresh Kumar2020-12-091-2/+5
|\ \
| * | opp: of: Allow empty opp-table with opp-sharedNicola Mazzucato2020-12-091-2/+5
* | | opp: Allow dev_pm_opp_put_*() APIs to accept NULL opp_tableViresh Kumar2020-12-091-0/+18
* | | opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar2020-12-093-16/+16
* | | opp: Reduce the size of critical section in _opp_kref_release()Viresh Kumar2020-12-091-47/+47
* | | opp: Don't return opp_dev from _find_opp_dev()Viresh Kumar2020-11-061-12/+10
* | | opp: Allocate the OPP table outside of opp_table_lockViresh Kumar2020-11-062-7/+45
* | | opp: Always add entries in dev_list with opp_table->lock heldViresh Kumar2020-11-021-15/+5
| |/ |/|
* | 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
* | opp: Don't always remove static OPPs in _of_add_opp_table_v1()Viresh Kumar2020-10-271-0/+2
|/
* Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2020-10-054-157/+193
|\
| * opp: Allow opp-level to be set to 0Viresh Kumar2020-09-162-16/+7
| * opp: Prevent memory leak in dev_pm_opp_attach_genpd()Viresh Kumar2020-09-161-0/+6
| * opp: Allow opp-supported-hw to contain multiple versionsViresh Kumar2020-09-161-14/+33
| * 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-162-37/+59
| |\
| | * opp: Handle multiple calls for same OPP table in _of_add_opp_table_v1()Viresh Kumar2020-09-161-11/+24
| | * opp: Allow dev_pm_opp_get_opp_table() to return -EPROBE_DEFERStephan Gerhold2020-08-252-26/+35
| * | opp: Remove _dev_pm_opp_find_and_remove_table() wrapperViresh Kumar2020-08-244-16/+10
| * | 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-242-12/+11
* | | Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki2020-09-012-7/+17
|\ \ \ | |/ / |/| |
| * | opp: Don't drop reference for an OPP table that was never parsedViresh Kumar2020-08-312-7/+17
| |/
* | 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