summaryrefslogtreecommitdiffstats
path: root/drivers/opp/core.c
Commit message (Expand)AuthorAgeFilesLines
* OPP: Don't drop opp->np reference while it is still in useLiang He2022-07-191-1/+1
* OPP: Allow config_clks helper for single clk caseViresh Kumar2022-07-121-4/+4
* OPP: Provide a simple implementation to configure multiple clocksViresh Kumar2022-07-121-0/+34
* OPP: Assert clk_count == 1 for single clk helpersViresh Kumar2022-07-121-6/+39
* OPP: Add key specific assert() method to key finding helpersViresh Kumar2022-07-121-19/+33
* OPP: Compare bandwidths for all paths in _opp_compare_key()Viresh Kumar2022-07-121-3/+17
* OPP: Allow multiple clocks for a deviceViresh Kumar2022-07-121-58/+155
* OPP: Make dev_pm_opp_set_opp() independent of frequencyViresh Kumar2022-07-081-14/+38
* OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar2022-07-081-0/+6
* OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar2022-07-081-2/+2
* OPP: Use consistent names for OPP table instancesViresh Kumar2022-07-081-3/+4
* OPP: Use generic key finding helpers for bandwidth keyViresh Kumar2022-07-081-68/+15
* OPP: Use generic key finding helpers for level keyViresh Kumar2022-07-081-53/+10
* OPP: Add generic key finding helpers and use them for freq APIsViresh Kumar2022-07-081-99/+130
* OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()Viresh Kumar2022-07-081-54/+0
* OPP: Remove custom OPP helper supportViresh Kumar2022-07-081-130/+2
* OPP: Add dev_pm_opp_get_supplies()Viresh Kumar2022-07-081-0/+25
* OPP: Make _generic_set_opp_regulator() a config_regulators() interfaceViresh Kumar2022-07-081-39/+12
* OPP: Add support for config_regulators() helperViresh Kumar2022-07-081-1/+67
* OPP: Migrate set-prop-name helper API to use set-config helpersViresh Kumar2022-07-081-37/+18
* OPP: Migrate attach-genpd API to use set-config helpersViresh Kumar2022-07-081-67/+18
* OPP: Migrate set-opp-helper API to use set-config helpersViresh Kumar2022-07-081-69/+20
* OPP: Migrate set-clk-name API to use set-config helpersViresh Kumar2022-07-081-99/+43
* OPP: Migrate set-supported-hw API to use set-config helpersViresh Kumar2022-07-081-67/+20
* OPP: Migrate set-regulators API to use set-config helpersViresh Kumar2022-07-081-72/+19
* OPP: Add dev_pm_opp_set_config() and friendsViresh Kumar2022-07-081-1/+228
* OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar2022-07-081-6/+12
* OPP: Track if clock name is configured by platformViresh Kumar2022-06-091-0/+7
* OPP: Fix typo in commentViresh Kumar2022-06-091-1/+1
* opp: Fix some kernel-doc commentsYang Li2022-06-061-2/+2
* opp: Fix error check in dev_pm_opp_attach_genpd()Tang Bin2022-06-061-2/+2
* opp: Reorder definition of ceil/floor helpersViresh Kumar2022-05-041-97/+97
* opp: Add apis to retrieve opps with interconnect bandwidthKrzysztof Kozlowski2022-05-041-0/+120
* opp: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-111-6/+5
* PM: opp: simplify with dev_err_probe()Krzysztof Kozlowski2022-04-111-9/+5
* OPP: Add "opp-microwatt" supporting codeLukasz Luba2022-03-031-0/+25
* opp: Change type of dev_pm_opp_attach_genpd(names) argumentDmitry Osipenko2021-10-041-3/+3
* opp: core: Check for pending links before reading required_opp pointersMarijn Suijten2021-08-231-4/+4
* opp: Drop empty-table checks from _put functionsDmitry Osipenko2021-08-161-15/+0
* opp: Allow required-opps to be used for non genpd use casesHsin-Yi Wang2021-06-181-0/+10
* opp: Change return type of devm_pm_opp_attach_genpd()Dmitry Osipenko2021-03-161-12/+6
* opp: Change return type of devm_pm_opp_register_set_opp_helper()Dmitry Osipenko2021-03-161-12/+6
* opp: Add devres wrapper for dev_pm_opp_set_supported_hwYangtao Li2021-03-151-0/+29
* opp: Add devres wrapper for dev_pm_opp_set_regulatorsYangtao Li2021-03-151-0/+30
* opp: Add devres wrapper for dev_pm_opp_set_clknameYangtao Li2021-03-151-0/+27
* opp: Don't drop extra references to OPPs accidentallyBeata Michalska2021-03-121-23/+25
* opp: Don't skip freq update for different frequencyJonathan Marek2021-02-181-3/+5
* OPP: Add function to look up required OPP's for a given OPPSaravana Kannan2021-02-041-0/+55
* opp: Don't ignore clk_get() errors other than -ENOENTViresh Kumar2021-02-021-7/+11
* opp: Update bandwidth requirements based on scaling up/downViresh Kumar2021-02-021-13/+27