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

2021-02-25 Thread Heiko Stübner
Hi Elaine, Am Donnerstag, 25. Februar 2021, 03:59:32 CET schrieb elaine.zhang: > 在 2021/2/23 下午6:22, Heiko Stübner 写道: > > Am Dienstag, 23. Februar 2021, 10:53:51 CET schrieb Elaine Zhang: > >> A55 supports each core to work at different frequencies, and each core > >> has an independent divider c

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

2021-02-24 Thread elaine.zhang
Hi,Heiko: 在 2021/2/23 下午6:22, Heiko Stübner 写道: Hi Elaine, Am Dienstag, 23. Februar 2021, 10:53:51 CET schrieb Elaine Zhang: 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-c

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

2021-02-23 Thread Heiko Stübner
Hi Elaine, Am Dienstag, 23. Februar 2021, 10:53:51 CET schrieb Elaine Zhang: > 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 | 25 + > dr

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

2021-02-23 Thread Elaine Zhang
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 | 25 + drivers/clk/rockchip/clk.h | 17 - 2 files changed, 41 insertions(+), 1 de