summaryrefslogtreecommitdiff
path: root/drivers/opp/opp.h
AgeCommit message (Expand)Author
2024-01-05OPP: Rename 'rate_clk_single'Viresh Kumar
2024-01-03OPP: Move dev_pm_opp_icc_bw to internal opp.hViresh Kumar
2023-11-28OPP: Call dev_pm_opp_set_opp() for required OPPsViresh Kumar
2023-10-17OPP: Remove genpd_virt_dev_lockViresh Kumar
2023-10-06OPP: Add dev_pm_opp_add_dynamic() to allow more flexibilityUlf Hansson
2023-06-19OPP: Simplify the over-designed pstate <-> level danceViresh Kumar
2023-06-14OPP: don't drop performance constraint on OPP table removalViresh Kumar
2023-06-08OPP: Staticize `lazy_opp_tables` in of.cViresh Kumar
2023-04-03OPP: Move required opps configuration to specialized callbackViresh Kumar
2022-07-19OPP: Don't drop opp->np reference while it is still in useLiang He
2022-07-12OPP: Allow multiple clocks for a deviceViresh Kumar
2022-07-08OPP: Make dev_pm_opp_set_opp() independent of frequencyViresh Kumar
2022-07-08OPP: Remove rate_not_available parameter to _opp_add()Viresh Kumar
2022-07-08OPP: Remove custom OPP helper supportViresh Kumar
2022-07-08OPP: Add support for config_regulators() helperViresh Kumar
2022-07-08OPP: Add dev_pm_opp_set_config() and friendsViresh Kumar
2022-06-09OPP: Track if clock name is configured by platformViresh Kumar
2022-02-11opp: Expose of-node's name in debugfsViresh Kumar
2021-03-12opp: Don't drop extra references to OPPs accidentallyBeata Michalska
2021-02-18opp: Don't skip freq update for different frequencyJonathan Marek
2021-02-02opp: Allow lazy-linking of required-oppsViresh Kumar
2021-02-02opp: Keep track of currently programmed OPPViresh Kumar
2021-02-02opp: Prepare for ->set_opp() helper to work without regulatorsViresh Kumar
2021-02-02opp: Defer acquiring the clk until OPPs are addedViresh Kumar
2021-02-02opp: Staticize _add_opp_table()Viresh Kumar
2020-12-09opp: Don't create an OPP table from dev_pm_opp_get_opp_table()Viresh Kumar
2020-10-05Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2020-08-31opp: Don't drop reference for an OPP table that was never parsedViresh Kumar
2020-08-24opp: Remove _dev_pm_opp_find_and_remove_table() wrapperViresh Kumar
2020-08-24opp: Rename regulator_enabled and use it as status of all resourcesViresh Kumar
2020-05-29opp: core: add regulators enable and disableKamil Konieczny
2020-05-29opp: Add support for parsing interconnect bandwidthGeorgi Djakov
2020-05-13OPP: Add helpers for reading the binding propertiesSaravana Kannan
2019-12-10opp: Replace list_kref with a local counterViresh Kumar
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-02-07opp: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-22OPP: Add support for parsing the 'opp-level' propertyRajendra Nayak
2018-12-14Merge branch 'opp/genpd/propagation' into opp/linux-nextViresh Kumar
2018-12-11OPP: Fix missing debugfs supply directory for OPPsViresh Kumar
2018-11-05OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helperViresh Kumar
2018-11-05OPP: Populate OPPs from "required-opps" propertyViresh Kumar
2018-11-05OPP: Populate required opp tables from "required-opps" propertyViresh Kumar
2018-11-05OPP: Identify and mark genpd OPP tablesViresh Kumar
2018-10-01OPP: Prevent creating multiple OPP tables for devices sharing OPP nodesViresh Kumar
2018-09-19OPP: Use a single mechanism to free the OPP tableViresh Kumar
2018-09-19OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()Viresh Kumar
2018-09-19OPP: Create separate kref for static OPPs listViresh Kumar
2018-09-19OPP: Parse OPP table's DT properties from _of_init_opp_table()Viresh Kumar
2018-09-19OPP: Pass index to _of_init_opp_table()Viresh Kumar