aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/opp/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16OPP: Fix an un-initialized variable usageChristophe JAILLET1-1/+1
2022-07-19OPP: Don't drop opp->np reference while it is still in useLiang He1-1/+1
2022-07-12OPP: Allow config_clks helper for single clk caseViresh Kumar1-4/+4
2022-07-12OPP: Provide a simple implementation to configure multiple clocksViresh Kumar1-0/+34
2022-07-12OPP: Assert clk_count == 1 for single clk helpersViresh Kumar1-6/+39
2022-07-12OPP: Add key specific assert() method to key finding helpersViresh Kumar1-19/+33
2022-07-12OPP: Compare bandwidths for all paths in _opp_compare_key()Viresh Kumar1-3/+17
2022-07-12OPP: Allow multiple clocks for a deviceViresh Kumar1-58/+155
2022-07-08OPP: Make dev_pm_opp_set_opp() independent of frequencyViresh Kumar1-14/+38
2022-07-08OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar1-0/+6
2022-07-08OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar1-2/+2
2022-07-08OPP: Use consistent names for OPP table instancesViresh Kumar1-3/+4
2022-07-08OPP: Use generic key finding helpers for bandwidth keyViresh Kumar1-68/+15
2022-07-08OPP: Use generic key finding helpers for level keyViresh Kumar1-53/+10
2022-07-08OPP: Add generic key finding helpers and use them for freq APIsViresh Kumar1-99/+130
2022-07-08OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()Viresh Kumar1-54/+0
2022-07-08OPP: Remove custom OPP helper supportViresh Kumar1-130/+2
2022-07-08OPP: Add dev_pm_opp_get_supplies()Viresh Kumar1-0/+25
2022-07-08OPP: Make _generic_set_opp_regulator() a config_regulators() interfaceViresh Kumar1-39/+12
2022-07-08OPP: Add support for config_regulators() helperViresh Kumar1-1/+67
2022-07-08OPP: Migrate set-prop-name helper API to use set-config helpersViresh Kumar1-37/+18
2022-07-08OPP: Migrate attach-genpd API to use set-config helpersViresh Kumar1-67/+18
2022-07-08OPP: Migrate set-opp-helper API to use set-config helpersViresh Kumar1-69/+20
2022-07-08OPP: Migrate set-clk-name API to use set-config helpersViresh Kumar1-99/+43
2022-07-08OPP: Migrate set-supported-hw API to use set-config helpersViresh Kumar1-67/+20
2022-07-08OPP: Migrate set-regulators API to use set-config helpersViresh Kumar1-72/+19
2022-07-08OPP: Add dev_pm_opp_set_config() and friendsViresh Kumar1-1/+228
2022-07-08OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar1-6/+12
2022-06-09OPP: Track if clock name is configured by platformViresh Kumar1-0/+7
2022-06-09OPP: Fix typo in commentViresh Kumar1-1/+1
2022-06-06opp: Fix some kernel-doc commentsYang Li1-2/+2
2022-06-06opp: Fix error check in dev_pm_opp_attach_genpd()Tang Bin1-2/+2
2022-05-04opp: Reorder definition of ceil/floor helpersViresh Kumar1-97/+97
2022-05-04opp: Add apis to retrieve opps with interconnect bandwidthKrzysztof Kozlowski1-0/+120
2022-04-11opp: replace usage of found with dedicated list iterator variableJakob Koschel1-6/+5
2022-04-11PM: opp: simplify with dev_err_probe()Krzysztof Kozlowski1-9/+5
2022-03-03OPP: Add "opp-microwatt" supporting codeLukasz Luba1-0/+25
2021-10-04opp: Change type of dev_pm_opp_attach_genpd(names) argumentDmitry Osipenko1-3/+3
2021-08-23opp: core: Check for pending links before reading required_opp pointersMarijn Suijten1-4/+4
2021-08-16opp: Drop empty-table checks from _put functionsDmitry Osipenko1-15/+0
2021-06-18opp: Allow required-opps to be used for non genpd use casesHsin-Yi Wang1-0/+10
2021-03-16opp: Change return type of devm_pm_opp_attach_genpd()Dmitry Osipenko1-12/+6
2021-03-16opp: Change return type of devm_pm_opp_register_set_opp_helper()Dmitry Osipenko1-12/+6
2021-03-15opp: Add devres wrapper for dev_pm_opp_set_supported_hwYangtao Li1-0/+29
2021-03-15opp: Add devres wrapper for dev_pm_opp_set_regulatorsYangtao Li1-0/+30
2021-03-15opp: Add devres wrapper for dev_pm_opp_set_clknameYangtao Li1-0/+27
2021-03-12opp: Don't drop extra references to OPPs accidentallyBeata Michalska1-23/+25
2021-02-18opp: Don't skip freq update for different frequencyJonathan Marek1-3/+5
2021-02-04OPP: Add function to look up required OPP's for a given OPPSaravana Kannan1-0/+55
2021-02-02opp: Don't ignore clk_get() errors other than -ENOENTViresh Kumar1-7/+11