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)
commita52a8e9eaf4a12dd58953fc622bb2bc08fd1d32c
tree9396d3fa0c7bce6de275d050d39afc85afa2b56f
parentfa36bbe6d43f3bbce1f10a187e153587c7584d83
parent54baf56eaa40aa5cdcd02b3c20d593e4e1211220
Merge tag 'clk-fixes-for-linus' of git://git./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