[PATCH v6 04/19] clk: Add functions to register CCF clock structs
Sean Anderson
seanga2 at gmail.com
Tue Mar 17 20:00:29 CET 2020
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 size of the binary, but should not affect ram usage (since
>> the clocks now no longer live on the heap).
>>
>> Signed-off-by: Sean Anderson <seanga2 at gmail.com>
>> ---
>>
>
> This is a new patch since v5 and still lack of tag of MAINTAINERs.
> I will prefer to exclude it in the later pull request of riscv tree.
>
> Thanks,
> Rick
Lukas, can you comment one way or the other on this?
Thanks,
Sean
More information about the U-Boot
mailing list