summaryrefslogtreecommitdiffstats
path: root/drivers/opp
Commit message (Expand)AuthorAgeFilesLines
* OPP: Fix argument name in doc commentViresh Kumar2023-08-181-2/+2
* OPP: Fix passing 0 to PTR_ERR in _opp_attach_genpd()Manivannan Sadhasivam2023-07-241-1/+1
* OPP: Fix potential null ptr dereference in dev_pm_opp_get_required_pstate()Manivannan Sadhasivam2023-07-241-5/+3
* OPP: Reuse dev_pm_opp_get_freq_indexed()Viresh Kumar2023-07-241-21/+0
* OPP: Update _read_freq() to return the correct frequencyViresh Kumar2023-07-241-1/+1
* OPP: Add dev_pm_opp_find_freq_exact_indexed()Viresh Kumar2023-07-241-0/+28
* OPP: Introduce dev_pm_opp_get_freq_indexed() APIManivannan Sadhasivam2023-07-241-0/+20
* OPP: Introduce dev_pm_opp_find_freq_{ceil/floor}_indexed() APIsManivannan Sadhasivam2023-07-211-0/+56
* 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-194-13/+5
* OPP: pstate is only valid for genpd OPP tablesViresh Kumar2023-06-193-3/+25
* OPP: don't drop performance constraint on OPP table removalViresh Kumar2023-06-143-19/+1
* 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-083-4/+4
* opp: Fix use-after-free in lazy_opp_tables after probe deferralStephan Gerhold2023-05-311-0/+3
* OPP: rate-limit debug messages when no change in OPP is requiredAdrián Larumbe2023-05-221-1/+1
* 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-033-27/+49
* | OPP: Handle all genpd cases together in _set_required_opps()Viresh Kumar2023-04-031-7/+2
* | opp: Use of_property_present() for testing DT property presenceRob Herring2023-03-131-2/+2
|/
* OPP: fix error checking in opp_migrate_dentry()Qi Zheng2023-02-081-1/+1
* drivers/opp: Remove "select SRCU"Paul E. McKenney2023-01-051-1/+0
* 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
* OPP: Fix an un-initialized variable usageChristophe JAILLET2022-08-161-1/+1
* Merge tag 'opp-updates-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2022-08-036-922/+971
|\
| * OPP: Don't drop opp->np reference while it is still in useLiang He2022-07-193-8/+12
| * 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 config_clks helper for single clk caseViresh Kumar2022-07-121-4/+4
| * OPP: Provide a simple implementation to configure multiple clocksViresh Kumar2022-07-121-0/+34
| * OPP: Assert clk_count == 1 for single clk helpersViresh Kumar2022-07-121-6/+39
| * OPP: Add key specific assert() method to key finding helpersViresh Kumar2022-07-121-19/+33
| * OPP: Compare bandwidths for all paths in _opp_compare_key()Viresh Kumar2022-07-121-3/+17
| * OPP: Allow multiple clocks for a deviceViresh Kumar2022-07-124-82/+240
| * OPP: Make dev_pm_opp_set_opp() independent of frequencyViresh Kumar2022-07-082-16/+40
| * OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar2022-07-082-2/+8
| * OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar2022-07-083-9/+7
| * OPP: Use consistent names for OPP table instancesViresh Kumar2022-07-083-15/+16
| * OPP: Use generic key finding helpers for bandwidth keyViresh Kumar2022-07-081-68/+15
| * OPP: Use generic key finding helpers for level keyViresh Kumar2022-07-081-53/+10
| * OPP: Add generic key finding helpers and use them for freq APIsViresh Kumar2022-07-081-99/+130
| * OPP: Remove dev_pm_opp_find_freq_ceil_by_volt()Viresh Kumar2022-07-081-54/+0
| * OPP: Remove custom OPP helper supportViresh Kumar2022-07-082-137/+2
| * OPP: ti: Migrate to dev_pm_opp_set_config_regulators()Viresh Kumar2022-07-081-41/+34
| * OPP: Add dev_pm_opp_get_supplies()Viresh Kumar2022-07-081-0/+25
| * OPP: Make _generic_set_opp_regulator() a config_regulators() interfaceViresh Kumar2022-07-081-39/+12