]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 May 2026 15:10:47 +0000 (08:10 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 10 May 2026 15:10:47 +0000 (08:10 -0700)
commita1a10cdbc6551ba359169a3033f193b7f8c1b95d
treec6860829503420e552a7d0b32a5bcdc75ec2d196
parent515186b7be488f37c63c2436fc2d1a160ef9bb95
parentde019f203b0d472c98ead4081ad4f05d92c9b826
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk driver fixes from Stephen Boyd:

 - Mark the DDR bus clk critical in the SpaceMiT driver so that
   boot doesn't fail

 - Fix boot on Mobile EyeQ by creating the auxiliary device for
   the ethernet PHY

 - Plug an OF node leak in Rockchip rk808 clk driver

* tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: rk808: fix OF node reference imbalance
  MAINTAINERS: add myself as a reviewer for the clk subsystem
  reset: eyeq: drop device_set_of_node_from_dev() done by parent
  clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs
  clk: eyeq: use the auxiliary device creation helper
  clk: spacemit: k3: mark top_dclk as CLK_IS_CRITICAL
MAINTAINERS