Re: [PATCH 05/13] clk: amlogic: Add composite clock driver
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-02-09 13:18:07
Also in:
linux-amlogic, linux-clk, lkml
From: Krzysztof Kozlowski <krzk@kernel.org>
Date: 2026-02-09 13:18:07
Also in:
linux-amlogic, linux-clk, lkml
On 09/02/2026 06:48, Chuan Liu via B4 Relay wrote:
From: Chuan Liu <redacted> 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 <redacted> --- 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