summaryrefslogtreecommitdiffstats
path: root/drivers/opp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-6.13-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2024-11-271-2/+0
|\
| * Merge tag 'opp-updates-6.13' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki2024-11-191-2/+0
| |\
| | * OPP: Remove unused declarations in header fileZhang Zekun2024-10-011-2/+0
* | | OPP: Drop redundant *_opp_attach|detach_genpd()Ulf Hansson2024-10-102-132/+2
* | | OPP: Drop redundant code in _link_required_opps()Ulf Hansson2024-10-101-36/+3
* | | OPP: Rework _set_required_devs() to manage a single device per callUlf Hansson2024-10-102-29/+59
|/ /
* / OPP: fix error code in dev_pm_opp_set_config()Dan Carpenter2024-10-021-1/+3
|/
*-. Merge branches 'pm-sleep', 'pm-opp' and 'pm-tools'Rafael J. Wysocki2024-09-111-1/+1
|\ \
| | * opp: ti: Drop unnecessary of_match_ptr()Rob Herring (Arm)2024-09-041-1/+1
| |/
* / OPP: Fix support for required OPPs for multiple PM domainsUlf Hansson2024-08-231-34/+22
|/
*-. Merge branches 'pm-opp' and 'pm-tools'Rafael J. Wysocki2024-07-152-7/+40
|\ \
| * | OPP: Introduce an OF helper function to inform if required-opps is usedUlf Hansson2024-06-261-0/+32
| * | OPP: Drop a redundant in-parameter to _set_opp_level()Ulf Hansson2024-06-251-5/+4
| * | OPP: Fix missing cleanup on error in _opp_attach_genpd()Viresh Kumar2024-05-281-2/+4
| |/
* / OPP: ti: Fix ti_opp_supply_probe wrong return valuesPrimoz Fiser2024-06-111-2/+4
|/
* Merge tag 'opp-updates-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Rafael J. Wysocki2024-05-171-1/+30
|\
| * OPP: Fix required_opp_tables for multiple genpds using same tableViresh Kumar2024-05-171-1/+30
* | OPP: OF: Export dev_opp_pm_calc_power() for usage from EMLukasz Luba2024-04-081-5/+12
|/
* OPP: debugfs: Fix warning around icc_get_name()Viresh Kumar2024-03-111-2/+4
* OPP: debugfs: Fix warning with W=1 buildsViresh Kumar2024-03-111-4/+4
* OPP: Extend dev_pm_opp_data with turbo supportSibi Sankar2024-03-111-0/+1
* OPP: Rename 'rate_clk_single'Viresh Kumar2024-01-052-4/+4
* 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: Move dev_pm_opp_icc_bw to internal opp.hViresh Kumar2024-01-031-0/+12
* 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-282-3/+20
* OPP: Call dev_pm_opp_set_opp() for required OPPsViresh Kumar2023-11-283-98/+95
* OPP: Use _set_opp_level() for single genpd caseViresh Kumar2023-11-282-5/+32
* OPP: Level zero is validViresh Kumar2023-11-282-5/+27
* opp: ti: Use device_get_match_data()Rob Herring2023-11-231-10/+3
* OPP: No need to defer probe from _opp_attach_genpd()Viresh Kumar2023-10-171-8/+0
* OPP: Remove genpd_virt_dev_lockViresh Kumar2023-10-172-35/+6
* OPP: Reorder code in _opp_set_required_opps_genpd()Viresh Kumar2023-10-171-14/+18
* OPP: Add _link_required_opps() to avoid code duplicationViresh Kumar2023-10-161-33/+29
* OPP: Fix formatting of if/else blockViresh Kumar2023-10-161-2/+2
* OPP: Fix -Wunsequenced in _of_add_opp_table_v1()Nathan Chancellor2023-10-061-2/+4
* OPP: debugfs: Fix warning with W=1 buildsViresh Kumar2023-10-061-1/+1
* 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-063-17/+17
* 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