summaryrefslogtreecommitdiff
path: root/drivers/opp/of.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-16OPP: Add _link_required_opps() to avoid code duplicationViresh Kumar1-33/+29
2023-10-16OPP: Fix formatting of if/else blockViresh Kumar1-2/+2
2023-10-06OPP: Fix -Wunsequenced in _of_add_opp_table_v1()Nathan Chancellor1-2/+4
2023-10-06OPP: Add dev_pm_opp_add_dynamic() to allow more flexibilityUlf Hansson1-4/+6
2023-06-27OPP: Properly propagate error along when failing to get icc_pathAndrew Halaney1-1/+1
2023-06-26OPP: Use dev_err_probe() when failing to get icc_pathAndrew Halaney1-5/+1
2023-06-19OPP: Simplify the over-designed pstate <-> level danceViresh Kumar1-4/+1
2023-06-19OPP: pstate is only valid for genpd OPP tablesViresh Kumar1-0/+6
2023-06-14OPP: don't drop performance constraint on OPP table removalViresh Kumar1-8/+0
2023-06-14OPP: Protect `lazy_opp_tables` list with `opp_table_lock`Viresh Kumar1-2/+12
2023-06-08OPP: Staticize `lazy_opp_tables` in of.cViresh Kumar1-0/+3
2023-04-27Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2023-04-14OPP: Adjust includes to remove of_device.hRob Herring1-1/+1
2023-04-03OPP: Move required opps configuration to specialized callbackViresh Kumar1-0/+3
2023-03-13opp: Use of_property_present() for testing DT property presenceRob Herring1-2/+2
2022-11-04OPP: decouple dt properties in opp_parse_supplies()James Calligeros1-11/+25
2022-11-04OPP: Simplify opp_parse_supplies() by restructuring itViresh Kumar1-135/+81
2022-11-04OPP: Parse named opp-microwatt property tooViresh Kumar1-3/+13
2022-08-03Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki1-70/+80
2022-07-19OPP: Don't drop opp->np reference while it is still in useLiang He1-3/+9
2022-07-19OPP: Don't drop opp_table->np reference while it is still in useLiang He1-1/+1
2022-07-15PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba1-7/+8
2022-07-12OPP: Remove dev{m}_pm_opp_of_add_table_noclk()Viresh Kumar1-40/+8
2022-07-12OPP: Allow multiple clocks for a deviceViresh Kumar1-14/+52
2022-07-08OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar1-2/+2
2022-07-08OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar1-6/+4
2022-07-08OPP: Use consistent names for OPP table instancesViresh Kumar1-6/+6
2022-05-25Merge tag 'opp-updates-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki1-1/+1
2022-04-13PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba1-3/+3
2022-04-11OPP: call of_node_put() on error path in _bandwidth_supported()Dan Carpenter1-1/+1
2022-03-03OPP: Add support of "opp-microwatt" for EM registrationLukasz Luba1-1/+60
2022-03-03OPP: Add "opp-microwatt" supporting codeLukasz Luba1-2/+45
2021-10-08opp: Fix return in _opp_add_static_v2()YueHaibing1-1/+1
2021-10-04opp: Add more resource-managed variants of dev_pm_opp_of_add_table()Dmitry Osipenko1-7/+39
2021-10-04opp: Fix required-opps phandle array count checkPavankumar Kondeti1-1/+1
2021-08-30Merge back new PM domains material for v5.15.Rafael J. Wysocki1-10/+2
2021-08-16opp: Don't print an error if required-opps is missingRajendra Nayak1-10/+2
2021-08-04opp: remove WARN when no valid OPPs remainMichał Mirosław1-2/+3
2021-06-18opp: Allow required-opps to be used for non genpd use casesHsin-Yi Wang1-22/+2
2021-05-20opp: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang1-2/+1
2021-03-15opp: Add devres wrapper for dev_pm_opp_of_add_tableYangtao Li1-0/+36
2021-02-02opp: Allow lazy-linking of required-oppsViresh Kumar1-5/+117
2021-02-02opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko1-2/+3
2021-02-02opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar1-0/+18
2021-02-02opp: Defer acquiring the clk until OPPs are addedViresh Kumar1-4/+4
2021-02-02opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar1-48/+33
2021-02-02opp: Correct debug message in _opp_add_static_v2()Dmitry Osipenko1-2/+2
2020-12-15Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+1
2020-12-09Merge branch 'opp/empty' into opp/linux-nextViresh Kumar1-2/+5
2020-12-09opp: of: Allow empty opp-table with opp-sharedNicola Mazzucato1-2/+5