[PATCH v5 06/27] clk: mediatek: clk-gate: Refactor mtk_clk_register_gate to use mtk_gate struct
Chen-Yu Tsai
wenst at chromium.org
Thu Sep 4 21:13:44 PDT 2025
On Fri, Aug 29, 2025 at 5:21 PM Laura Nao <laura.nao at collabora.com> wrote:
>
> MT8196 uses a HW voter for gate enable/disable control, with
> set/clr/sta registers located in a separate regmap. Refactor
> mtk_clk_register_gate() to take a struct mtk_gate, and add a pointer to
> it in struct mtk_clk_gate. This allows reuse of the static gate data
> (including HW voter register offsets) without adding extra function
> arguments, and removes redundant duplication in the runtime data struct.
>
> Signed-off-by: Laura Nao <laura.nao at collabora.com>
Reviewed-by: Chen-Yu Tsai <wenst at chromium.org>
More information about the linux-arm-kernel
mailing list