Re: [PATCH v6 04/19] clk: Add functions to register CCF clock structs

2020-03-17 Thread Sean Anderson
On 3/10/20 3:08 AM, Rick Chen wrote: > Hi Sean > >> This patch adds alternate versions of the clk_*_register functions for use >> with statically-allocated struct clks. This allows drivers to define clocks >> at compile-time and register them at run-time without malloc-ing. This >> increases the s

Re: [PATCH v6 04/19] clk: Add functions to register CCF clock structs

2020-03-10 Thread Rick Chen
Hi Sean > This patch adds alternate versions of the clk_*_register functions for use > with statically-allocated struct clks. This allows drivers to define clocks > at compile-time and register them at run-time without malloc-ing. This > increases the size of the binary, but should not affect ram

[PATCH v6 04/19] clk: Add functions to register CCF clock structs

2020-03-05 Thread Sean Anderson
This patch adds alternate versions of the clk_*_register functions for use with statically-allocated struct clks. This allows drivers to define clocks at compile-time and register them at run-time without malloc-ing. This increases the size of the binary, but should not affect ram usage (since the