]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Oct 2020 17:55:51 +0000 (18:55 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Oct 2020 17:55:51 +0000 (18:55 +0100)
commit96b734864bc884a002197f51a9c609d90eb9488f
tree8a449e6404c277d65197e0e4f042b1ac688c13f6
parenta1fe7c755400af92f0070a66f48f00b659aeacac
parent5e813ef88b7db83f4e05a535646c525c8a4c1ac2
Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm

Pull operating performance points (OPP) framework fixes for 5.10-rc2
from Viresh Kumar:

"- Don't remove the static OPPs erroneously.

 - Check for the right condition before making an early exit.

 - Avoid a lockdep by reducing the size of the critical section."

* 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm:
  opp: Reduce the size of critical section in _opp_table_kref_release()
  opp: Fix early exit from dev_pm_opp_register_set_opp_helper()
  opp: Don't always remove static OPPs in _of_add_opp_table_v1()