]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Dec 2021 19:48:59 +0000 (11:48 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Dec 2021 19:48:59 +0000 (11:48 -0800)
commit08347219060e675058d32850a121610536300d23
tree9396d3fa0c7bce6de275d050d39afc85afa2b56f
parent7384f22f517c62ef70eb598bb8d34cddc06bbe4d
parent1a154453ee9ae34cceb049caf80e617a9e965c02
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
 "A single fix for the clk framework that needed some more bake time in
  linux-next.

  The problem is that two clks being registered at the same time can
  lead to a busted clk tree if the parent isn't fully registered by the
  time the child finds the parent. We rejigger the place where we mark
  the parent as fully registered so that the child can't find the parent
  until things are proper"

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: Don't parent clks until the parent is fully registered