[PATCH 05/13] clk: amlogic: Add composite clock driver

Krzysztof Kozlowski krzk at kernel.org
Mon Feb 9 05:18:03 PST 2026


On 09/02/2026 06:48, Chuan Liu via B4 Relay wrote:
> From: Chuan Liu <chuan.liu at amlogic.com>
> 
> Implement clk_ops support for Amlogic composite clocks. Composite clocks
> are commonly used clock control units in Amlogic SoCs that integrate
> multiplexer, divider, and gate functionality into a single block.
> 
> Signed-off-by: Chuan Liu <chuan.liu at amlogic.com>
> ---
>  drivers/clk/amlogic/Makefile        |   1 +
>  drivers/clk/amlogic/clk-composite.c | 280 ++++++++++++++++++++++++++++++++++++
>  drivers/clk/amlogic/clk-composite.h |  20 +++
>  drivers/clk/amlogic/clk.c           |   7 +
>  drivers/clk/amlogic/clk.h           |   1 +

Why did you duplicate the directory? It's already there under name
meson. That's your vendor.

Best regards,
Krzysztof



More information about the linux-amlogic mailing list