Re: [PATCH] clk: sunxi-ng: Deduplicate ccu_clks arrays
From: Jernej Škrabec <jernej.skrabec@gmail.com>
Date: 2022-06-06 21:14:45
Also in:
linux-clk, linux-sunxi, lkml
From: Jernej Škrabec <jernej.skrabec@gmail.com>
Date: 2022-06-06 21:14:45
Also in:
linux-clk, linux-sunxi, lkml
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@sholland.org>
Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel