Re: [PATCH 4/7] clk: sunxi: Use a single driver for all variants

2022-06-26 Thread Andre Przywara
On Mon, 9 May 2022 00:29:34 -0500 Samuel Holland wrote: Hi, > Now that all of the variants use the same bind/probe functions and ops, > there is no need to have a separate driver for each variant. Since most > SoCs contain two variants (the main CCU and PRCM CCU), this saves a bit > of firmware

[PATCH 4/7] clk: sunxi: Use a single driver for all variants

2022-05-08 Thread Samuel Holland
Now that all of the variants use the same bind/probe functions and ops, there is no need to have a separate driver for each variant. Since most SoCs contain two variants (the main CCU and PRCM CCU), this saves a bit of firmware size and RAM. Signed-off-by: Samuel Holland --- drivers/clk/sunxi/c