Re: [PATCH v4 3/4] clk: rockchip: support more core div setting

2021-03-15 Thread kernel test robot
Hi Elaine, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on rockchip/for-next] [also build test WARNING on v5.12-rc3 next-20210315] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as do

[PATCH v4 3/4] clk: rockchip: support more core div setting

2021-03-14 Thread Elaine Zhang
Use arrays to support more core independent div settings. A55 supports each core to work at different frequencies, and each core has an independent divider control. Signed-off-by: Elaine Zhang Reviewed-by: Kever Yang --- drivers/clk/rockchip/clk-cpu.c| 53 +-- dr