]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 29 Jun 2021 13:05:57 +0000 (15:05 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 29 Jun 2021 13:05:57 +0000 (15:05 +0200)
commit8bea4429d99bf615877f3cec4c6ed7b140bcdb9d
tree8ff2bbbb6ebcab51bbc4b00f5c32f635b177f268
parent2a7e5e96f3d2bd3974a6a4d3721da1f29f4b1349
parent71b3d40450c56ef5244ac6a7b69f9038de48f095
Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm

Pull operating performance points (OPP) framework updates for v5.14
from Viresh Kumar:

"This pull request:

- allows partial use of required-opps for non-genpd users.

- does a minor cleanup and uses list_del_init()."

* 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm:
  opp: Allow required-opps to be used for non genpd use cases
  opp: use list_del_init instead of list_del/INIT_LIST_HEAD