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

2021-03-04 Thread Kever Yang
On 2021/3/1 下午2:47, Elaine Zhang wrote: 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 Patch looks good to me. Reviewed-by: Kever Yang

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

2021-02-28 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 --- drivers/clk/rockchip/clk-cpu.c| 53 +--