summaryrefslogtreecommitdiffstats
path: root/drivers/opp/of.c
Commit message (Expand)AuthorAgeFilesLines
* OPP: Properly propagate error along when failing to get icc_pathAndrew Halaney2023-06-271-1/+1
* OPP: Use dev_err_probe() when failing to get icc_pathAndrew Halaney2023-06-261-5/+1
* OPP: Simplify the over-designed pstate <-> level danceViresh Kumar2023-06-191-4/+1
* OPP: pstate is only valid for genpd OPP tablesViresh Kumar2023-06-191-0/+6
* OPP: don't drop performance constraint on OPP table removalViresh Kumar2023-06-141-8/+0
* OPP: Protect `lazy_opp_tables` list with `opp_table_lock`Viresh Kumar2023-06-141-2/+12
* OPP: Staticize `lazy_opp_tables` in of.cViresh Kumar2023-06-081-0/+3
* Merge tag 'devicetree-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-271-1/+1
|\
| * OPP: Adjust includes to remove of_device.hRob Herring2023-04-131-1/+1
* | OPP: Move required opps configuration to specialized callbackViresh Kumar2023-04-031-0/+3
* | opp: Use of_property_present() for testing DT property presenceRob Herring2023-03-131-2/+2
|/
* OPP: decouple dt properties in opp_parse_supplies()James Calligeros2022-11-041-11/+25
* OPP: Simplify opp_parse_supplies() by restructuring itViresh Kumar2022-11-041-135/+81
* OPP: Parse named opp-microwatt property tooViresh Kumar2022-11-041-3/+13
* Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2022-08-031-70/+80
|\
| * OPP: Don't drop opp->np reference while it is still in useLiang He2022-07-191-3/+9
| * OPP: Don't drop opp_table->np reference while it is still in useLiang He2022-07-191-1/+1
| * OPP: Remove dev{m}_pm_opp_of_add_table_noclk()Viresh Kumar2022-07-121-40/+8
| * OPP: Allow multiple clocks for a deviceViresh Kumar2022-07-121-14/+52
| * OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar2022-07-081-2/+2
| * OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar2022-07-081-6/+4
| * OPP: Use consistent names for OPP table instancesViresh Kumar2022-07-081-6/+6
* | PM: EM: convert power field to micro-Watts precision and align driversLukasz Luba2022-07-151-7/+8
|/
* Merge tag 'opp-updates-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2022-05-251-1/+1
|\
| * OPP: call of_node_put() on error path in _bandwidth_supported()Dan Carpenter2022-04-111-1/+1
* | PM: EM: Change the order of arguments in the .active_power() callbackLukasz Luba2022-04-131-3/+3
|/
* OPP: Add support of "opp-microwatt" for EM registrationLukasz Luba2022-03-031-1/+60
* OPP: Add "opp-microwatt" supporting codeLukasz Luba2022-03-031-2/+45
* opp: Fix return in _opp_add_static_v2()YueHaibing2021-10-081-1/+1
* opp: Add more resource-managed variants of dev_pm_opp_of_add_table()Dmitry Osipenko2021-10-041-7/+39
* opp: Fix required-opps phandle array count checkPavankumar Kondeti2021-10-041-1/+1
* Merge back new PM domains material for v5.15.Rafael J. Wysocki2021-08-301-10/+2
|\
| * opp: Don't print an error if required-opps is missingRajendra Nayak2021-08-161-10/+2
* | opp: remove WARN when no valid OPPs remainMichał Mirosław2021-08-041-2/+3
|/
* opp: Allow required-opps to be used for non genpd use casesHsin-Yi Wang2021-06-181-22/+2
* opp: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang2021-05-201-2/+1
* opp: Add devres wrapper for dev_pm_opp_of_add_tableYangtao Li2021-03-151-0/+36
* opp: Allow lazy-linking of required-oppsViresh Kumar2021-02-021-5/+117
* opp: Print OPP level in debug message of _opp_add_static_v2()Dmitry Osipenko2021-02-021-2/+3
* opp: Add dev_pm_opp_of_add_table_noclk()Viresh Kumar2021-02-021-0/+18
* opp: Defer acquiring the clk until OPPs are addedViresh Kumar2021-02-021-4/+4
* opp: Create _of_add_table_indexed() to reduce code duplicationViresh Kumar2021-02-021-48/+33
* opp: Correct debug message in _opp_add_static_v2()Dmitry Osipenko2021-02-021-2/+2
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2020-12-151-1/+1
|\
| * PM: EM: Add a flag indicating units of power values in Energy ModelLukasz Luba2020-11-101-1/+1
* | Merge branch 'opp/empty' into opp/linux-nextViresh Kumar2020-12-091-2/+5
|\ \
| * | opp: of: Allow empty opp-table with opp-sharedNicola Mazzucato2020-12-091-2/+5
* | | opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar2020-12-091-2/+2
* | | opp: Allocate the OPP table outside of opp_table_lockViresh Kumar2020-11-061-2/+3
| |/ |/|
* | opp: Don't always remove static OPPs in _of_add_opp_table_v1()Viresh Kumar2020-10-271-0/+2
|/