Re: [PATCH v3 4/9] clk: rockchip: support more rates for cpuclk

2017-08-08 Thread Heiko Stuebner
Am Dienstag, 8. August 2017, 15:15:42 CEST schrieb Elaine Zhang: > fix up the cpuclk rates table for support more freqs. > fix up the mux_core_mask describe error. > > Signed-off-by: Elaine Zhang already applied the one from Andy's v2, so ignored this one

Re: [PATCH v3 4/9] clk: rockchip: support more rates for cpuclk

2017-08-08 Thread Heiko Stuebner
Am Dienstag, 8. August 2017, 15:15:42 CEST schrieb Elaine Zhang: > fix up the cpuclk rates table for support more freqs. > fix up the mux_core_mask describe error. > > Signed-off-by: Elaine Zhang already applied the one from Andy's v2, so ignored this one

[PATCH v3 4/9] clk: rockchip: support more rates for cpuclk

2017-08-08 Thread Elaine Zhang
fix up the cpuclk rates table for support more freqs. fix up the mux_core_mask describe error. Signed-off-by: Elaine Zhang --- drivers/clk/rockchip/clk-rv1108.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git

[PATCH v3 4/9] clk: rockchip: support more rates for cpuclk

2017-08-08 Thread Elaine Zhang
fix up the cpuclk rates table for support more freqs. fix up the mux_core_mask describe error. Signed-off-by: Elaine Zhang --- drivers/clk/rockchip/clk-rv1108.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/drivers/clk/rockchip/clk-rv1108.c