aboutsummaryrefslogtreecommitdiff
path: root/drivers/opp/opp.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-05OPP: Rename 'rate_clk_single'Gravatar Viresh Kumar 1-2/+2
2024-01-03OPP: Move dev_pm_opp_icc_bw to internal opp.hGravatar Viresh Kumar 1-0/+12
2023-11-28OPP: Call dev_pm_opp_set_opp() for required OPPsGravatar Viresh Kumar 1-5/+3
2023-10-17OPP: Remove genpd_virt_dev_lockGravatar Viresh Kumar 1-2/+0
2023-10-06OPP: Add dev_pm_opp_add_dynamic() to allow more flexibilityGravatar Ulf Hansson 1-1/+1
2023-06-19OPP: Simplify the over-designed pstate <-> level danceGravatar Viresh Kumar 1-2/+0
2023-06-14OPP: don't drop performance constraint on OPP table removalGravatar Viresh Kumar 1-2/+0
2023-06-08OPP: Staticize `lazy_opp_tables` in of.cGravatar Viresh Kumar 1-1/+1
2023-04-03OPP: Move required opps configuration to specialized callbackGravatar Viresh Kumar 1-0/+4
2022-07-19OPP: Don't drop opp->np reference while it is still in useGravatar Liang He 1-4/+2
2022-07-12OPP: Allow multiple clocks for a deviceGravatar Viresh Kumar 1-6/+10
2022-07-08OPP: Make dev_pm_opp_set_opp() independent of frequencyGravatar Viresh Kumar 1-2/+2
2022-07-08OPP: Remove rate_not_available parameter to _opp_add()Gravatar Viresh Kumar 1-1/+1
2022-07-08OPP: Remove custom OPP helper supportGravatar Viresh Kumar 1-7/+0
2022-07-08OPP: Add support for config_regulators() helperGravatar Viresh Kumar 1-0/+2
2022-07-08OPP: Add dev_pm_opp_set_config() and friendsGravatar Viresh Kumar 1-0/+21
2022-06-09OPP: Track if clock name is configured by platformGravatar Viresh Kumar 1-0/+2
2022-02-11opp: Expose of-node's name in debugfsGravatar Viresh Kumar 1-0/+1
2021-03-12opp: Don't drop extra references to OPPs accidentallyGravatar Beata Michalska 1-0/+2
2021-02-18opp: Don't skip freq update for different frequencyGravatar Jonathan Marek 1-0/+2
2021-02-02opp: Allow lazy-linking of required-oppsGravatar Viresh Kumar 1-2/+8
2021-02-02opp: Keep track of currently programmed OPPGravatar Viresh Kumar 1-0/+2
2021-02-02opp: Prepare for ->set_opp() helper to work without regulatorsGravatar Viresh Kumar 1-0/+2
2021-02-02opp: Defer acquiring the clk until OPPs are addedGravatar Viresh Kumar 1-1/+1
2021-02-02opp: Staticize _add_opp_table()Gravatar Viresh Kumar 1-1/+0
2020-12-09opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Gravatar Viresh Kumar 1-0/+1
2020-10-05Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Rafael J. Wysocki 1-3/+2
2020-08-31opp: Don't drop reference for an OPP table that was never parsedGravatar Viresh Kumar 1-1/+1
2020-08-24opp: Remove _dev_pm_opp_find_and_remove_table() wrapperGravatar Viresh Kumar 1-1/+0
2020-08-24opp: Rename regulator_enabled and use it as status of all resourcesGravatar Viresh Kumar 1-2/+2
2020-05-29opp: core: add regulators enable and disableGravatar Kamil Konieczny 1-0/+2
2020-05-29opp: Add support for parsing interconnect bandwidthGravatar Georgi Djakov 1-0/+7
2020-05-13OPP: Add helpers for reading the binding propertiesGravatar Saravana Kannan 1-0/+1
2019-12-10opp: Replace list_kref with a local counterGravatar Viresh Kumar 1-4/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 1-8/+7
2019-02-07opp: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 1-8/+7
2019-01-22OPP: Add support for parsing the 'opp-level' propertyGravatar Rajendra Nayak 1-0/+2
2018-12-14Merge branch 'opp/genpd/propagation' into opp/linux-nextGravatar Viresh Kumar 1-0/+20
2018-12-11OPP: Fix missing debugfs supply directory for OPPsGravatar Viresh Kumar 1-2/+4
2018-11-05OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helperGravatar Viresh Kumar 1-0/+4
2018-11-05OPP: Populate OPPs from "required-opps" propertyGravatar Viresh Kumar 1-0/+6
2018-11-05OPP: Populate required opp tables from "required-opps" propertyGravatar Viresh Kumar 1-0/+8
2018-11-05OPP: Identify and mark genpd OPP tablesGravatar Viresh Kumar 1-0/+2
2018-10-01OPP: Prevent creating multiple OPP tables for devices sharing OPP nodesGravatar Viresh Kumar 1-0/+2
2018-09-19OPP: Use a single mechanism to free the OPP tableGravatar Viresh Kumar 1-1/+1
2018-09-19OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()Gravatar Viresh Kumar 1-3/+3
2018-09-19OPP: Create separate kref for static OPPs listGravatar Viresh Kumar 1-0/+3
2018-09-19OPP: Parse OPP table's DT properties from _of_init_opp_table()Gravatar Viresh Kumar 1-0/+2
2018-09-19OPP: Pass index to _of_init_opp_table()Gravatar Viresh Kumar 1-2/+2