summaryrefslogtreecommitdiffstats
path: root/drivers/opp/core.c
Commit message (Expand)AuthorAgeFilesLines
* OPP: Extend dev_pm_opp_data with turbo supportSibi Sankar2024-03-111-0/+1
* OPP: Rename 'rate_clk_single'Viresh Kumar2024-01-051-2/+2
* OPP: Pass rounded rate to _set_opp()Viresh Kumar2024-01-051-3/+3
* OPP: Relocate dev_pm_opp_sync_regulators()Viresh Kumar2024-01-051-41/+41
* OPP: Fix _set_required_opps when opp is NULLBryan O'Donoghue2023-12-281-1/+4
* OPP: The level field is always of unsigned int typeViresh Kumar2023-12-271-2/+7
* OPP: Check for invalid OPP in dev_pm_opp_find_level_ceil()Viresh Kumar2023-11-281-0/+2
* OPP: Don't set OPP recursively for a parent genpdViresh Kumar2023-11-281-1/+15
* OPP: Call dev_pm_opp_set_opp() for required OPPsViresh Kumar2023-11-281-86/+82
* OPP: Use _set_opp_level() for single genpd caseViresh Kumar2023-11-281-2/+4
* OPP: Level zero is validViresh Kumar2023-11-281-4/+20
* OPP: No need to defer probe from _opp_attach_genpd()Viresh Kumar2023-10-171-8/+0
* OPP: Remove genpd_virt_dev_lockViresh Kumar2023-10-171-33/+6
* OPP: Reorder code in _opp_set_required_opps_genpd()Viresh Kumar2023-10-171-14/+18
* OPP: Remove doc style comments for internal routinesViresh Kumar2023-10-061-72/+7
* OPP: Add dev_pm_opp_find_level_floor()Krishna chaitanya chundru2023-10-061-0/+25
* OPP: Extend support for the opp-level beyond required-oppsUlf Hansson2023-10-061-0/+35
* OPP: Switch to use dev_pm_domain_set_performance_state()Ulf Hansson2023-10-061-1/+1
* OPP: Extend dev_pm_opp_data with a levelUlf Hansson2023-10-061-0/+1
* OPP: Add dev_pm_opp_add_dynamic() to allow more flexibilityUlf Hansson2023-10-061-12/+10
* 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: Simplify the over-designed pstate <-> level danceViresh Kumar2023-06-191-4/+4
* OPP: pstate is only valid for genpd OPP tablesViresh Kumar2023-06-191-2/+16
* OPP: don't drop performance constraint on OPP table removalViresh Kumar2023-06-141-9/+1
* OPP: Staticize `lazy_opp_tables` in of.cViresh Kumar2023-06-081-3/+0
* 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
* OPP: Move required opps configuration to specialized callbackViresh Kumar2023-04-031-27/+42
* OPP: Handle all genpd cases together in _set_required_opps()Viresh Kumar2023-04-031-7/+2
* OPP: Fix an un-initialized variable usageChristophe JAILLET2022-08-161-1/+1
* OPP: Don't drop opp->np reference while it is still in useLiang He2022-07-191-1/+1
* 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-121-58/+155
* OPP: Make dev_pm_opp_set_opp() independent of frequencyViresh Kumar2022-07-081-14/+38
* OPP: Reuse _opp_compare_key() in _opp_add_static_v2()Viresh Kumar2022-07-081-0/+6
* OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar2022-07-081-2/+2
* OPP: Use consistent names for OPP table instancesViresh Kumar2022-07-081-3/+4
* 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