aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/opp/of.c
AgeCommit message (Expand)Author
2023-11-28OPP: Don't set OPP recursively for a parent genpdViresh Kumar
2023-11-28OPP: Call dev_pm_opp_set_opp() for required OPPsViresh Kumar
2023-11-28OPP: Use _set_opp_level() for single genpd caseViresh Kumar
2023-11-28OPP: Level zero is validViresh Kumar
2023-10-16OPP: Add _link_required_opps() to avoid code duplicationViresh Kumar
2023-10-16OPP: Fix formatting of if/else blockViresh Kumar
2023-10-06OPP: Fix -Wunsequenced in _of_add_opp_table_v1()Nathan Chancellor
2023-10-06OPP: Add dev_pm_opp_add_dynamic() to allow more flexibilityUlf Hansson
2023-06-27OPP: Properly propagate error along when failing to get icc_pathAndrew Halaney
2023-06-26OPP: Use dev_err_probe() when failing to get icc_pathAndrew Halaney
2023-06-19OPP: Simplify the over-designed pstate <-> level danceViresh Kumar
2023-06-19OPP: pstate is only valid for genpd OPP tablesViresh Kumar
2023-06-14OPP: don't drop performance constraint on OPP table removalViresh Kumar
2023-06-14OPP: Protect `lazy_opp_tables` list with `opp_table_lock`Viresh Kumar
2023-06-08OPP: Staticize `lazy_opp_tables` in of.cViresh Kumar
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-04-13OPP: Adjust includes to remove of_device.hRob Herring
2023-04-03OPP: Move required opps configuration to specialized callbackViresh Kumar
2023-03-13opp: Use of_property_present() for testing DT property presenceRob Herring
2022-11-04OPP: decouple dt properties in opp_parse_supplies()James Calligeros
2022-11-04OPP: Simplify opp_parse_supplies() by restructuring itViresh Kumar
2022-11-04OPP: Parse named opp-microwatt property tooViresh Kumar
2022-08-03Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki
2022-07-19OPP: Don't drop opp->np reference while it is still in useLiang He
2022-07-19OPP: Don't drop opp_table->np reference while it is still in useLiang He
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba
2022-07-12OPP: Remove dev{m}_pm_opp_of_add_table_noclk()Viresh Kumar
2022-07-12OPP: Allow multiple clocks for a deviceViresh Kumar
2022-07-08OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar
2022-07-08OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar
2022-07-08OPP: Use consistent names for OPP table instancesViresh Kumar
2022-05-25Merge tag 'opp-updates-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba
2022-04-11OPP: call of_node_put() on error path in _bandwidth_supported()Dan Carpenter
2022-03-03OPP: Add support of "opp-microwatt" for EM registrationLukasz Luba
2022-03-03OPP: Add "opp-microwatt" supporting codeLukasz Luba
2021-10-08opp: Fix return in _opp_add_static_v2()YueHaibing
2021-10-04opp: Add more resource-managed variants of dev_pm_opp_of_add_table()Dmitry Osipenko
2021-10-04opp: Fix required-opps phandle array count checkPavankumar Kondeti
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki
2021-08-16opp: Don't print an error if required-opps is missingRajendra Nayak
2021-08-04opp: remove WARN when no valid OPPs remainMichał Mirosław
2021-06-18opp: Allow required-opps to be used for non genpd use casesHsin-Yi Wang
2021-05-20opp: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang
2021-03-15opp: Add devres wrapper for dev_pm_opp_of_add_tableYangtao Li
2021-02-02opp: Allow lazy-linking of required-oppsViresh Kumar
2021-02-02opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar
2021-02-02opp: Defer acquiring the clk until OPPs are addedViresh Kumar
2021-02-02opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar