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-mt8195.c | 1578 ++++++++++++++++++--------- > ---------- > 1 file changed, 789 insertions(+), 789 deletions(-) > > diff --git a/drivers/clk/mediatek/clk-mt8195.c > b/drivers/clk/mediatek/clk-mt8195.c > index d9d63601cc4..1df5f875534 100644 > --- a/drivers/clk/mediatek/clk-mt8195.c > +++ b/drivers/clk/mediatek/clk-mt8195.c > @@ -232,890 +232,890 @@ static const struct mtk_fixed_factor > top_fixed_divs[] = { > FACTOR0(CLK_TOP_HDMIRX_APLL, CLK_APMIXED_HDMIRX_APLL, 1, 1), > };
[snip...] Reviewed-by: Macpaul Lin <[email protected]> Thanks, Macpaul Lin

