Re: [PATCH v2 18/47] clk: mediatek: mt8183: Move apmixedsys clock driver to its own file

From: Chen-Yu Tsai
Date: Thu Feb 16 2023 - 03:12:14 EST


On Tue, Feb 14, 2023 at 9:42 PM AngeloGioacchino Del Regno
<angelogioacchino.delregno@xxxxxxxxxxxxx> wrote:
>
> In preparation for migrating all other mt8183 clocks to the common
> mtk_clk_simple_probe(), move apmixedsys clocks to a different file.
> While at it, use the builtin_platform_driver() macro for it and fix
> some indentation issues in the PLLs table.

You also implemented error handling. That probably deserves a separate
patch with a Fixes tag.

ChenYu