aboutsummaryrefslogtreecommitdiff
path: root/drivers/opp/of.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08OPP: OF: Export dev_opp_pm_calc_power() for usage from EMGravatar Lukasz Luba 1-5/+12
2023-11-28OPP: Don't set OPP recursively for a parent genpdGravatar Viresh Kumar 1-2/+5
2023-11-28OPP: Call dev_pm_opp_set_opp() for required OPPsGravatar Viresh Kumar 1-7/+10
2023-11-28OPP: Use _set_opp_level() for single genpd caseGravatar Viresh Kumar 1-3/+28
2023-11-28OPP: Level zero is validGravatar Viresh Kumar 1-1/+7
2023-10-16OPP: Add _link_required_opps() to avoid code duplicationGravatar Viresh Kumar 1-33/+29
2023-10-16OPP: Fix formatting of if/else blockGravatar Viresh Kumar 1-2/+2
2023-10-06OPP: Fix -Wunsequenced in _of_add_opp_table_v1()Gravatar Nathan Chancellor 1-2/+4
2023-10-06OPP: Add dev_pm_opp_add_dynamic() to allow more flexibilityGravatar Ulf Hansson 1-4/+6
2023-06-27OPP: Properly propagate error along when failing to get icc_pathGravatar Andrew Halaney 1-1/+1
2023-06-26OPP: Use dev_err_probe() when failing to get icc_pathGravatar Andrew Halaney 1-5/+1
2023-06-19OPP: Simplify the over-designed pstate <-> level danceGravatar Viresh Kumar 1-4/+1
2023-06-19OPP: pstate is only valid for genpd OPP tablesGravatar Viresh Kumar 1-0/+6
2023-06-14OPP: don't drop performance constraint on OPP table removalGravatar Viresh Kumar 1-8/+0
2023-06-14OPP: Protect `lazy_opp_tables` list with `opp_table_lock`Gravatar Viresh Kumar 1-2/+12
2023-06-08OPP: Staticize `lazy_opp_tables` in of.cGravatar Viresh Kumar 1-0/+3
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-04-13OPP: Adjust includes to remove of_device.hGravatar Rob Herring 1-1/+1
2023-04-03OPP: Move required opps configuration to specialized callbackGravatar Viresh Kumar 1-0/+3
2023-03-13opp: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-2/+2
2022-11-04OPP: decouple dt properties in opp_parse_supplies()Gravatar James Calligeros 1-11/+25
2022-11-04OPP: Simplify opp_parse_supplies() by restructuring itGravatar Viresh Kumar 1-135/+81
2022-11-04OPP: Parse named opp-microwatt property tooGravatar Viresh Kumar 1-3/+13
2022-08-03Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Rafael J. Wysocki 1-70/+80
2022-07-19OPP: Don't drop opp->np reference while it is still in useGravatar Liang He 1-3/+9
2022-07-19OPP: Don't drop opp_table->np reference while it is still in useGravatar Liang He 1-1/+1
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversGravatar Lukasz Luba 1-7/+8
2022-07-12OPP: Remove dev{m}_pm_opp_of_add_table_noclk()Gravatar Viresh Kumar 1-40/+8
2022-07-12OPP: Allow multiple clocks for a deviceGravatar Viresh Kumar 1-14/+52
2022-07-08OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Gravatar Viresh Kumar 1-2/+2
2022-07-08OPP: Remove rate_not_available parameter to _opp_add()Gravatar Viresh Kumar 1-6/+4
2022-07-08OPP: Use consistent names for OPP table instancesGravatar Viresh Kumar 1-6/+6
2022-05-25Merge tag 'opp-updates-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Rafael J. Wysocki 1-1/+1
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackGravatar Lukasz Luba 1-3/+3
2022-04-11OPP: call of_node_put() on error path in _bandwidth_supported()Gravatar Dan Carpenter 1-1/+1
2022-03-03OPP: Add support of "opp-microwatt" for EM registrationGravatar Lukasz Luba 1-1/+60
2022-03-03OPP: Add "opp-microwatt" supporting codeGravatar Lukasz Luba 1-2/+45
2021-10-08opp: Fix return in _opp_add_static_v2()Gravatar YueHaibing 1-1/+1
2021-10-04opp: Add more resource-managed variants of dev_pm_opp_of_add_table()Gravatar Dmitry Osipenko 1-7/+39
2021-10-04opp: Fix required-opps phandle array count checkGravatar Pavankumar Kondeti 1-1/+1
2021-08-30Merge back new PM domains material for v5.15.Gravatar Rafael J. Wysocki 1-10/+2
2021-08-16opp: Don't print an error if required-opps is missingGravatar Rajendra Nayak 1-10/+2
2021-08-04opp: remove WARN when no valid OPPs remainGravatar Michał Mirosław 1-2/+3
2021-06-18opp: Allow required-opps to be used for non genpd use casesGravatar Hsin-Yi Wang 1-22/+2
2021-05-20opp: use list_del_init instead of list_del/INIT_LIST_HEADGravatar Yang Yingliang 1-2/+1
2021-03-15opp: Add devres wrapper for dev_pm_opp_of_add_tableGravatar Yangtao Li 1-0/+36
2021-02-02opp: Allow lazy-linking of required-oppsGravatar Viresh Kumar 1-5/+117
2021-02-02opp: Print OPP level in debug message of _opp_add_static_v2()Gravatar Dmitry Osipenko 1-2/+3
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Gravatar Viresh Kumar 1-0/+18
2021-02-02opp: Defer acquiring the clk until OPPs are addedGravatar Viresh Kumar 1-4/+4