summaryrefslogtreecommitdiffstats
path: root/drivers/opp/core.c
Commit message (Expand)AuthorAgeFilesLines
* OPP: Add dev_pm_opp_xlate_performance_state() helperViresh Kumar2018-12-141-0/+63
* OPP: Configure all required OPPsViresh Kumar2018-11-051-48/+65
* OPP: Add dev_pm_opp_{set|put}_genpd_virt_dev() helperViresh Kumar2018-11-051-0/+88
* OPP: Populate OPPs from "required-opps" propertyViresh Kumar2018-11-051-0/+1
* OPP: Populate required opp tables from "required-opps" propertyViresh Kumar2018-11-051-0/+2
* OPP: Separate out custom OPP handler specific codeViresh Kumar2018-11-051-27/+40
* OPP: Return error on error from dev_pm_opp_get_opp_count()Viresh Kumar2018-10-041-1/+1
* OPP: Prevent creating multiple OPP tables for devices sharing OPP nodesViresh Kumar2018-10-011-3/+22
* OPP: Use a single mechanism to free the OPP tableViresh Kumar2018-09-191-38/+16Star
* OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()Viresh Kumar2018-09-191-15/+5Star
* OPP: Create separate kref for static OPPs listViresh Kumar2018-09-191-1/+32
* OPP: Don't take OPP table's kref for static OPPsViresh Kumar2018-09-191-5/+6
* OPP: Pass index to _of_init_opp_table()Viresh Kumar2018-09-191-4/+15
* OPP: Protect dev_list with opp_table lockViresh Kumar2018-09-191-2/+19
* PM / OPP: Update voltage in case freq == old_freqWaldemar Rymarkiewicz2018-06-191-1/+1
* PM / OPP: Fix shared OPP table support in dev_pm_opp_register_set_opp_helper()Viresh Kumar2018-05-221-22/+5Star
* PM / OPP: Fix shared OPP table support in dev_pm_opp_set_regulators()Viresh Kumar2018-05-221-9/+6Star
* PM / OPP: Fix shared OPP table support in dev_pm_opp_set_prop_name()Viresh Kumar2018-05-221-20/+5Star
* PM / OPP: Fix shared OPP table support in dev_pm_opp_set_supported_hw()Viresh Kumar2018-05-221-21/+5Star
* PM / OPP: Remove dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar2018-05-091-75/+0Star
* PM / OPP: Get performance state using genpd helperViresh Kumar2018-05-091-3/+0Star
* PM / OPP: Implement of_dev_pm_opp_find_required_opp()Viresh Kumar2018-05-091-3/+1Star
* PM / OPP: "opp-hz" is optional for power domainsViresh Kumar2018-05-091-35/+57
* PM / OPP: Add dev_pm_opp_{un}register_get_pstate_helper()Viresh Kumar2017-10-141-0/+78
* PM / OPP: Support updating performance state of device's power domainViresh Kumar2017-10-141-1/+56
* PM / OPP: Rename dev_pm_opp_register_put_opp_helper()Viresh Kumar2017-10-111-3/+3
* PM / OPP: Move error message to debug levelFabio Estevam2017-10-111-1/+1
* PM / OPP: Move the OPP directory out of power/Viresh Kumar2017-10-031-0/+1747