Re: [PATCH v3 02/11] clk: k210: Rewrite to remove CCF

2021-06-15 Thread Leo Liang
On Fri, Jun 11, 2021 at 12:16:08PM +0800, Sean Anderson wrote: > This is effectively a complete rewrite to remove all dependency on CCF. > The code is now smaller, and so is the binary. It also takes up less memory > at runtime (since we don't have to create 40 udevices). In general, I am > much ha

[PATCH v3 02/11] clk: k210: Rewrite to remove CCF

2021-06-10 Thread Sean Anderson
This is effectively a complete rewrite to remove all dependency on CCF. The code is now smaller, and so is the binary. It also takes up less memory at runtime (since we don't have to create 40 udevices). In general, I am much happier with this driver as much of the complexity and late binding has b