The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494: Linux 6.16-rc1 (2025-06-08 13:44:43 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-6.17 for you to fetch changes up to 80395c3b47577c12121d4e408e7b9478f7f88d02: clk: sunxi-ng: ccu_nm: convert from round_rate() to determine_rate() (2025-07-14 11:56:18 +0800) ---------------------------------------------------------------- Allwinner clock changes for 6.17 - Add A523's missing PPU0 reset (both DT binding and driver) The binding change is shared with the soc tree. - Fix V3s DE clock mux field width - Stop passing rate change requests to parent for V3s DE clock - Force and lock V3s DE and TCON clocks to the same parent, the video PLL ---------------------------------------------------------------- Brian Masney (4): clk: sunxi-ng: ccu_gate: convert from round_rate() to determine_rate() clk: sunxi-ng: ccu_nk: convert from round_rate() to determine_rate() clk: sunxi-ng: ccu_nkmp: convert from round_rate() to determine_rate() clk: sunxi-ng: ccu_nm: convert from round_rate() to determine_rate() Chen-Yu Tsai (2): dt-bindings: reset: sun55i-a523-r-ccu: Add missing PPU0 reset clk: sunxi-ng: sun55i-a523-r-ccu: Add missing PPU0 reset Paul Kocialkowski (2): clk: sunxi-ng: v3s: Fix de clock definition clk: sunxi-ng: v3s: Assign the de and tcon clocks to the video pll drivers/clk/sunxi-ng/ccu-sun55i-a523-r.c | 1 + drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 22 ++++++++++++-- drivers/clk/sunxi-ng/ccu_gate.c | 14 +++++---- drivers/clk/sunxi-ng/ccu_nk.c | 14 ++++----- drivers/clk/sunxi-ng/ccu_nkmp.c | 23 +++++++------- drivers/clk/sunxi-ng/ccu_nm.c | 43 ++++++++++++++------------- include/dt-bindings/reset/sun55i-a523-r-ccu.h | 1 + 7 files changed, 70 insertions(+), 48 deletions(-)