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

Sylwester Nawrocki s.nawrocki at samsung.com
Tue Sep 15 09:21:12 EDT 2020


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 at samsung.com>

Applied.



More information about the linux-arm-kernel mailing list