]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 8 Dec 2014 18:57:41 +0000 (19:57 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 8 Dec 2014 18:57:41 +0000 (19:57 +0100)
commit9399e6c5b0d8844605a8cab3742c261ada644542
treed489cf50efbf9b145f95ff7b4dfabc6aed8fffc2
parent4023e74a1d1e0e49e591e8f31fa4c6e447b2e667
parent1038ad0e8c6b3861a0d0b5ba2237ca08b5c28cc3
parentcf898de874bf703f0bb77cb7eff4962a3196fdce
parent5b3153d6bf89d45ec4d104b6beb0f4c02f2ac0f1
parent62f98647a9fa7e81d0a882f80a6c770bafeb2af1
Merge branches 'powercap', 'pm-clk', 'pm-config' and 'pm-opp'

* powercap:
  powercap / RAPL: fix build dependency on iosf_mbi
  powercap / RAPL: add new model ids
  powercap / RAPL: handle atom and core differences
  powercap / RAPL: abstract per cpu type functions

* pm-clk:
  PM / clock_ops: make __pm_clk_enable more generic
  PM / clock_ops: Add pm_clk_add_clk()

* pm-config:
  PM: Kconfig: fix unmet dependency for CPU_PM

* pm-opp:
  PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()
  PM / OPP Introduce APIs to remove OPPs
  PM / OPP mark OPPs as 'static' or 'dynamic'
  PM / OPP don't match for existing OPPs when list is empty
  PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its type