Re: [PATCH v2 00/47] MediaTek clocks: full module build and cleanups

From: AngeloGioacchino Del Regno
Date: Fri Feb 17 2023 - 06:48:56 EST


Il 17/02/23 09:05, Chen-Yu Tsai ha scritto:
On Tue, Feb 14, 2023 at 9:41 PM AngeloGioacchino Del Regno
<angelogioacchino.delregno@xxxxxxxxxxxxx> wrote:

Changes in v2:
- Fixed issues on MT8183 (thanks Chen-Yu!)
- Changed builtin_platform_driver() -> module_platform_driver() for
MT8167 vdecsys clocks (as that was a mistake!)
- Some patches were split, some others were reordered
- Summarized: applied changes from Chen-Yu's review

This is part 2 of the "MediaTek clocks cleanups and improvements" series,
which was already picked.

If reading this full cover letter is too boring for you, here's a short
summary of the changes of this series:
- Added mtk_clk_pdev_probe() for mtk-mmsys probed clocks;
- Added divider clock support to common probe mechanism;
- Various cleanups here and there;
- Converted most clock drivers to platform_driver;
- MediaTek clocks can now be built as modules.

NOTE: Applies on top of [1] and [2].

I think I covered all the patches. Was there any particular reason for
skipping clk-mt8135.c for the conversions?


No, for whatever reason, I missed it I don't know why and how, but I didn't
intend to actually miss it.

I'll add some commits converting that one too.

Thanks,
Angelo

Thanks
ChenYu