From: Gabriel Fernandez <[email protected]> Changes: v2: - add more explanation in commit mesages - add one comment to the code
This patch-set fixes minor corrections (fixes and documentation alignment) - add missing parent clocks - don't change parent on set rate for kernel clocks - set ck_csi clock as critical - fix divider configuration Gabriel Fernandez (7): clk: stm32mp1: parent clocks update clk: stm32mp1: add CLK_SET_RATE_NO_REPARENT to Kernel clocks clk: stm32mp1: set ck_csi as critical clock clk: stm32mp1: fix mcu divider table clk: stm32mp1: fix HSI divider flag clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag clk: stm32mp1: fix bit width of hse_rtc divider drivers/clk/clk-stm32mp1.c | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) -- 2.17.0

