]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pm-opp'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 10 Jun 2020 15:10:30 +0000 (17:10 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 10 Jun 2020 15:10:30 +0000 (17:10 +0200)
commitd27c5ad40552203d8a5b3246d1d721d28b41f6be
treea138d1a6460d2887ed3edc83bed55be9c7cdf8b0
parent505ed2c922baa4c28bb4a8134386f0f93145cec4
parent056defed27651b837d505b92d2631c9e5bb8aa50
Merge branch 'pm-opp'

* pm-opp:
  opp: Don't parse icc paths unnecessarily
  opp: Remove bandwidth votes when target_freq is zero
  opp: core: add regulators enable and disable
  opp: Reorder the code for !target_freq case
  opp: Expose bandwidth information via debugfs
  cpufreq: dt: Add support for interconnect bandwidth scaling
  opp: Update the bandwidth on OPP frequency changes
  opp: Add sanity checks in _read_opp_key()
  opp: Add support for parsing interconnect bandwidth
  interconnect: Remove unused module exit code from core
  interconnect: Disallow interconnect core to be built as a module
  interconnect: Add of_icc_get_by_index() helper function
  OPP: Add helpers for reading the binding properties
  dt-bindings: opp: Introduce opp-peak-kBps and opp-avg-kBps bindings