On Mon, 2026-03-02 at 18:03 -0600, David Lechner wrote: > Convert all parent clock arrays to use struct mtk_parent. This will > allow us to simplify core code later by having only one possible data > type for mux parent arrays. > > Signed-off-by: David Lechner <[email protected]> > --- > drivers/clk/mediatek/clk-mt8365.c | 522 +++++++++++++++++++--------- > ---------- > 1 file changed, 261 insertions(+), 261 deletions(-) > > diff --git a/drivers/clk/mediatek/clk-mt8365.c > b/drivers/clk/mediatek/clk-mt8365.c > index 2b1703e7203..41dd2479c5a 100644 > --- a/drivers/clk/mediatek/clk-mt8365.c > +++ b/drivers/clk/mediatek/clk-mt8365.c > @@ -298,347 +298,347 @@ static const struct mtk_fixed_factor > top_divs[] = { > PLL_FACTOR2(CLK_TOP_CLK26M_D52, "clk26m_d52", CLK_XTAL, 1, > 52),
[snip...] Reviewed-by: Macpaul Lin <[email protected]> Thanks, Macpaul Lin

