Re: [PATCH 3/3] clk: samsung: Use cached clk_hws instead of __clk_lookup() calls

From: Sylwester Nawrocki
Date: Tue Sep 15 2020 - 19:24:36 EST


On 26.08.2020 19:15, Sylwester Nawrocki wrote:
> For the CPU clock registration two parent clocks are required, these
> are now being passed as struct clk_hw pointers, rather than by the
> global scope names. That allows us to avoid __clk_lookup() calls
> and simplifies a bit the CPU clock registration function.
> While at it drop unneeded extern keyword in the function declaration.
>
> Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx>

Applied.