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-mt8188.c | 1704 ++++++++++++++++++--------- > ---------- > 1 file changed, 852 insertions(+), 852 deletions(-) > > diff --git a/drivers/clk/mediatek/clk-mt8188.c > b/drivers/clk/mediatek/clk-mt8188.c > index 9d1da23d066..22764e744f6 100644 > --- a/drivers/clk/mediatek/clk-mt8188.c > +++ b/drivers/clk/mediatek/clk-mt8188.c > @@ -190,375 +190,375 @@ static const struct mtk_fixed_factor > top_fixed_divs[] = { > FACTOR1(CLK_TOP_ULPOSC1_D16, CLK_TOP_ULPOSC1, 1, 16), > };
[snip...] Reviewed-by: Macpaul Lin <[email protected]> Thanks, Macpaul Lin

