Re: [PATCH] clk: mediatek: Drop __initconst from gates
From: Stephen Boyd <sboyd@kernel.org>
Date: 2026-01-23 01:43:19
Also in:
linux-clk, linux-mediatek, lkml, stable
From: Stephen Boyd <sboyd@kernel.org>
Date: 2026-01-23 01:43:19
Also in:
linux-clk, linux-mediatek, lkml, stable
Quoting Sjoerd Simons (2025-12-23 04:05:17)
Since commit 8ceff24a754a ("clk: mediatek: clk-gate: Refactor
mtk_clk_register_gate to use mtk_gate struct") the mtk_gate structs
are no longer just used for initialization/registration, but also at
runtime. So drop __initconst annotations.
Fixes: 8ceff24a754a ("clk: mediatek: clk-gate: Refactor mtk_clk_register_gate to use mtk_gate struct")
Signed-off-by: Sjoerd Simons <redacted>
---Applied to clk-next