OSDN Git Service

Merge tag 'regulator-fix-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jan 2021 18:59:01 +0000 (10:59 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jan 2021 18:59:01 +0000 (10:59 -0800)
commit5bec2487ff3361d96a96b74fceaf39ca54866adb
tree330a98ebac42751bc023c412af7e891ac3ce375d
parent377bf660d07a47269510435d11f3b65d53edca20
parent14a71d509ac809dcf56d7e3ca376b15d17bd0ddd
Merge tag 'regulator-fix-v5.11-rc5' of git://git./linux/kernel/git/broonie/regulator

Pull regulator fixes from Mark Brown:
 "The main thing here is a change to make sure that we don't try to
  double resolve the supply of a regulator if we have two probes going
  on simultaneously, plus an incremental fix on top of that to resolve a
  lockdep issue it introduced.

  There's also a patch from Dmitry Osipenko adding stubs for some
  functions to avoid build issues in consumers in some configurations"

* tag 'regulator-fix-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator:
  regulator: Fix lockdep warning resolving supplies
  regulator: consumer: Add missing stubs to regulator/consumer.h
  regulator: core: avoid regulator_resolve_supply() race condition