Re: [PATCH v3 10/12] riscv: Add K210 clock support

2020-02-06 Thread Lukasz Majewski
Hi Sean, > Due to the large number of clocks, I decided to use the CCF. The > overall structure is modeled after the imx code. A common pattern is > to create a composite clock composed of several component clocks. For > these component clocks, the clk_register_* functions are not used, > since th

[PATCH v3 10/12] riscv: Add K210 clock support

2020-02-02 Thread Sean Anderson
Due to the large number of clocks, I decided to use the CCF. The overall structure is modeled after the imx code. A common pattern is to create a composite clock composed of several component clocks. For these component clocks, the clk_register_* functions are not used, since they will be registere