The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731: Linux 7.1-rc1 (2026-04-26 14:19:00 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus for you to fetch changes up to de019f203b0d472c98ead4081ad4f05d92c9b826: clk: rk808: fix OF node reference imbalance (2026-04-28 20:55:53 -0700) ---------------------------------------------------------------- Fixes for clk drivers: - 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 ---------------------------------------------------------------- Brian Masney (1): MAINTAINERS: add myself as a reviewer for the clk subsystem Jerome Brunet (1): clk: eyeq: use the auxiliary device creation helper Johan Hovold (1): clk: rk808: fix OF node reference imbalance Théo Lebrun (2): clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs reset: eyeq: drop device_set_of_node_from_dev() done by parent Troy Mitchell (1): clk: spacemit: k3: mark top_dclk as CLK_IS_CRITICAL MAINTAINERS | 1 + drivers/clk/clk-eyeq.c | 60 +++++++++++-------------------------------- drivers/clk/clk-rk808.c | 2 +- drivers/clk/spacemit/ccu-k3.c | 2 +- drivers/reset/reset-eyeq.c | 24 ++--------------- 5 files changed, 20 insertions(+), 69 deletions(-) -- https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git