Re: [PATCH v2 03/31] clk: mediatek: gate: Internalize clk implementation

From: AngeloGioacchino Del Regno
Date: Thu Feb 03 2022 - 04:51:19 EST


Il 02/02/22 14:48, Chen-Yu Tsai ha scritto:
struct mtk_clk_gate and mtk_clk_register_gate() are not used outside of
the gate clk library. Only the API that handles a list of clks is used
by the individual platform clk drivers.

Internalize the parts that aren't used outside of the implementation.

Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
Reviewed-by: Miles Chen <miles.chen@xxxxxxxxxxxx>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>