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?
Thanks
ChenYu