aboutsummaryrefslogtreecommitdiff
path: root/drivers/opp
AgeCommit message (Expand)AuthorFilesLines
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 4-13/+5
2023-06-19OPP: pstate is only valid for genpd OPP tablesGravatar Viresh Kumar 3-3/+25
2023-06-14OPP: don't drop performance constraint on OPP table removalGravatar Viresh Kumar 3-19/+1
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 3-4/+4
2023-05-31opp: Fix use-after-free in lazy_opp_tables after probe deferralGravatar Stephan Gerhold 1-0/+3
2023-05-22OPP: rate-limit debug messages when no change in OPP is requiredGravatar Adrián Larumbe 1-1/+1
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 3-27/+49
2023-04-03OPP: Handle all genpd cases together in _set_required_opps()Gravatar Viresh Kumar 1-7/+2
2023-03-13opp: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-2/+2
2023-02-08OPP: fix error checking in opp_migrate_dentry()Gravatar Qi Zheng 1-1/+1
2023-01-05drivers/opp: Remove "select SRCU"Gravatar Paul E. McKenney 1-1/+0
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-16OPP: Fix an un-initialized variable usageGravatar Christophe JAILLET 1-1/+1
2022-08-03Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Rafael J. Wysocki 6-922/+971
2022-07-19OPP: Don't drop opp->np reference while it is still in useGravatar Liang He 3-8/+12
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 config_clks helper for single clk caseGravatar Viresh Kumar 1-4/+4
2022-07-12OPP: Provide a simple implementation to configure multiple clocksGravatar Viresh Kumar 1-0/+34
2022-07-12OPP: Assert clk_count == 1 for single clk helpersGravatar Viresh Kumar 1-6/+39
2022-07-12OPP: Add key specific assert() method to key finding helpersGravatar Viresh Kumar 1-19/+33
2022-07-12OPP: Compare bandwidths for all paths in _opp_compare_key()Gravatar Viresh Kumar 1-3/+17
2022-07-12OPP: Allow multiple clocks for a deviceGravatar Viresh Kumar 4-82/+240
2022-07-08OPP: Make dev_pm_opp_set_opp() independent of frequencyGravatar Viresh Kumar 2-16/+40
2022-07-08OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Gravatar Viresh Kumar 2-2/+8
2022-07-08OPP: Remove rate_not_available parameter to _opp_add()Gravatar Viresh Kumar 3-9/+7
2022-07-08OPP: Use consistent names for OPP table instancesGravatar Viresh Kumar 3-15/+16
2022-07-08OPP: Use generic key finding helpers for bandwidth keyGravatar Viresh Kumar 1-68/+15
2022-07-08OPP: Use generic key finding helpers for level keyGravatar Viresh Kumar 1-53/+10
2022-07-08OPP: Add generic key finding helpers and use them for freq APIsGravatar Viresh Kumar 1-99/+130
2022-07-08OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()Gravatar Viresh Kumar 1-54/+0
2022-07-08OPP: Remove custom OPP helper supportGravatar Viresh Kumar 2-137/+2
2022-07-08OPP: ti: Migrate to dev_pm_opp_set_config_regulators()Gravatar Viresh Kumar 1-41/+34
2022-07-08OPP: Add dev_pm_opp_get_supplies()Gravatar Viresh Kumar 1-0/+25
2022-07-08OPP: Make _generic_set_opp_regulator() a config_regulators() interfaceGravatar Viresh Kumar 1-39/+12
2022-07-08OPP: Add support for config_regulators() helperGravatar Viresh Kumar 2-1/+69
2022-07-08OPP: Migrate set-prop-name helper API to use set-config helpersGravatar Viresh Kumar 1-37/+18
2022-07-08OPP: Migrate attach-genpd API to use set-config helpersGravatar Viresh Kumar 1-67/+18
2022-07-08OPP: Migrate set-opp-helper API to use set-config helpersGravatar Viresh Kumar 2-72/+23
2022-07-08OPP: Migrate set-clk-name API to use set-config helpersGravatar Viresh Kumar 1-99/+43
2022-07-08OPP: Migrate set-supported-hw API to use set-config helpersGravatar Viresh Kumar 1-67/+20
2022-07-08OPP: Migrate set-regulators API to use set-config helpersGravatar Viresh Kumar 1-72/+19