Re: [PATCH v2 3/3] clk: samsung: Introduce Exynos5515 clock driver

From: Krzysztof Kozlowski

Date: Mon Sep 07 2026 - 06:15:52 EST


On 18/08/2026 23:58, Aiden Isik via B4 Relay wrote:
> From: Aiden Isik <aidenisik@xxxxxxxxxxxxxx>
>
> CMU_TOP is the top level clock management unit which contains PLLs,
> muxes, dividers and gates that feed the other clock management units.
>
> CMU_PERI provides clocks for USI blocks and their children, PWM, MCT,
> and watchdog timers.
>
> CMU_FSYS provides clocks for MMC, USB, GPIO, etc.
>

You have checkpatch warning.

CHECK: Blank lines aren't necessary after an open brace '{'
#494: FILE: drivers/clk/samsung/clk-exynos5515.c:457:
+static const struct samsung_div_clock top_div_clks[] __initconst = {

Be sure you address all of them before posting patches.

Fixed it up.


Best regards,
Krzysztof