During linux-next testing on Allwinner H6, I found several issues with clock driver. This patch series fixes them.
Patch 1 fixes masking of unused factors in nkmp clocks. Patch 2 fixes H6 hdmi-cec clock. Patch 3 allows video and vpu related clocks to set parent rate. Please take a look. Best regards, Jernej Jernej Skrabec (3): clk: sunxi-ng: nkmp: Avoid GENMASK(-1, 0) clk: sunxi-ng: h6: Preset hdmi-cec clock parent clk: sunxi-ng: h6: Allow video & vpu clocks to change parent rate drivers/clk/sunxi-ng/ccu-sun50i-h6.c | 17 ++++++++++++++--- drivers/clk/sunxi-ng/ccu_nkmp.c | 18 +++++++++++++----- 2 files changed, 27 insertions(+), 8 deletions(-) -- 2.21.0