]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'pm-opp' and 'powercap'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 18 Oct 2018 10:27:51 +0000 (12:27 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 18 Oct 2018 10:27:51 +0000 (12:27 +0200)
commitdbfbf6f9ed68518948d11d805e9a878554e6fdac
tree2fcf5b7a1ee28dbaf1e5f9d532b5c8ca2a4a2f77
parent1dc63dc53335f96aa148273058d76b80955f7af9
parent47e6ce52098c04ef16ddd1d701c2126d1ef7150c
parentc61aaec6c33f45c7cdf1dd6c6fec8688ca19b85e
Merge branches 'pm-opp' and 'powercap'

* pm-opp:
  PM / OPP: _of_add_opp_table_v2(): increment count only if OPP is added
  cpufreq: dt: Try freeing static OPPs only if we have added them
  OPP: Return error on error from dev_pm_opp_get_opp_count()
  OPP: Improve error handling in dev_pm_opp_of_cpumask_add_table()
  OPP: Pass OPP table to _of_add_opp_table_v{1|2}()
  OPP: Prevent creating multiple OPP tables for devices sharing OPP nodes
  OPP: Use a single mechanism to free the OPP table
  OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()
  cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()
  OPP: Create separate kref for static OPPs list
  OPP: Don't take OPP table's kref for static OPPs
  OPP: Parse OPP table's DT properties from _of_init_opp_table()
  OPP: Pass index to _of_init_opp_table()
  OPP: Protect dev_list with opp_table lock
  OPP: Don't try to remove all OPP tables on failure
  OPP: Free OPP table properly on performance state irregularities

* powercap:
  powercap: RAPL: Get rid of custom RAPL_CPU() macro