summaryrefslogtreecommitdiff
path: root/include/linux/pm_opp.h
AgeCommit message (Expand)Author
2019-11-11PM / OPP: Support adjusting OPP voltages at runtimeStephen Boyd
2019-07-26opp: Add dev_pm_opp_find_level_exact()Niklas Cassel
2019-07-26opp: Return genpd virtual devices from dev_pm_opp_attach_genpd()Viresh Kumar
2019-06-26Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-20opp: Attach genpds to devices from within OPP coreViresh Kumar
2019-04-10OPP: Introduce dev_pm_opp_find_freq_ceil_by_volt()Andrew-sh.Cheng
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-02-15Merge tag 'qcom-drivers-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2019-02-08Merge branch 'opp/power' into cpufreq/qcom-hwViresh Kumar
2019-02-07PM / OPP: Introduce a power estimation helperQuentin Perret
2019-01-22OPP: Add support for parsing the 'opp-level' propertyRajendra Nayak
2019-01-04cpufreq: scpi/scmi: Fix freeing of dynamic OPPsViresh Kumar
2018-12-14OPP: Don't return 0 on error from of_get_required_opp_performance_state()Viresh Kumar
2018-12-14OPP: Add dev_pm_opp_xlate_performance_state() helperViresh Kumar
2018-11-05OPP: Remove of_dev_pm_opp_find_required_opp()Viresh Kumar
2018-11-05OPP: Rename and relocate of_genpd_opp_to_performance_state()Viresh Kumar
2018-11-05OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helperViresh Kumar
2018-09-19OPP: Pass index to _of_init_opp_table()Viresh Kumar
2018-05-09PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar
2018-05-09PM / OPP: Implement dev_pm_opp_get_of_node()Viresh Kumar
2018-05-09PM / OPP: Implement of_dev_pm_opp_find_required_opp()Viresh Kumar
2018-05-09PM / OPP: Implement dev_pm_opp_of_add_table_indexed()Viresh Kumar
2017-10-14PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar
2017-10-11PM / OPP: Rename dev_pm_opp_register_put_opp_helper()Viresh Kumar
2017-06-24PM / OPP: Add dev_pm_opp_{set|put}_clkname()Viresh Kumar
2017-02-09PM / OPP: Expose _of_get_opp_desc_node as dev_pm_opp APIDave Gerlach
2017-01-30PM / OPP: Add 'struct kref' to struct dev_pm_oppViresh Kumar
2017-01-30PM / OPP: Return opp_table from dev_pm_opp_set_*() routinesViresh Kumar
2017-01-30PM / OPP: Add 'struct kref' to OPP tableViresh Kumar
2017-01-27PM / OPP: Don't expose srcu_head to register notifiersViresh Kumar
2017-01-27PM / OPP: Rename dev_pm_opp_get_suspend_opp() and return OPP rateViresh Kumar
2016-12-06PM / OPP: Allow platform specific custom set_opp() callbacksViresh Kumar
2016-12-06PM / OPP: Separate out _generic_set_opp()Viresh Kumar
2016-12-06PM / OPP: Add infrastructure to manage multiple regulatorsViresh Kumar
2016-12-06PM / OPP: Manage supply's voltage/current in a separate structureViresh Kumar
2016-11-30PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Stephen Boyd
2016-05-05PM / OPP: add non-OF versions of dev_pm_opp_{cpumask_, }remove_tableSudeep Holla
2016-05-05PM / OPP: pass cpumask by referenceArnd Bergmann
2016-04-28PM / OPP: Add dev_pm_opp_get_sharing_cpus()Viresh Kumar
2016-04-28PM / OPP: Mark cpumask as const in dev_pm_opp_set_sharing_cpus()Viresh Kumar
2016-04-28PM / OPP: -ENOSYS is applicable only to syscallsViresh Kumar
2016-04-25PM / OPP: dev_pm_opp_set_sharing_cpus() doesn't depend on CONFIG_OFViresh Kumar
2016-02-10PM / OPP: Add dev_pm_opp_set_rate()Viresh Kumar
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_transition_latency()Viresh Kumar
2016-02-10PM / OPP: Introduce dev_pm_opp_get_max_volt_latency()Viresh Kumar
2016-02-10PM / OPP: get/put regulators from OPP coreViresh Kumar
2015-12-10PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar
2015-12-10PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar