[PATCH] clk: sunxi-ng: Deduplicate ccu_clks arrays

Jernej Škrabec jernej.skrabec at gmail.com
Mon Jun 6 14:14:31 PDT 2022


Dne torek, 31. maj 2022 ob 06:35:39 CEST je Samuel Holland napisal(a):
> The ccu_clks arrays are used to link ccu_common objects to a platform
> device during probe. There is no requirement that the clk_hw inside the
> ccu_common object ever gets registered with the clock framework. So the
> drivers do not need a separate ccu_clks array for each CCU variant.
> A single array per driver, containing the union of the CCU clocks from
> all variants, is sufficient.
> 
> Let's save some space by combining the ccu_clks arrays in each driver.
> 
> Signed-off-by: Samuel Holland <samuel at sholland.org>

Applied, thanks!





More information about the linux-arm-kernel mailing list