Re: [PATCH v3 0/7] clk: mediatek: use mtk_clk_simple_probe to simplify

From: Chen-Yu Tsai
Date: Mon Sep 26 2022 - 00:46:10 EST


On Thu, Sep 22, 2022 at 5:19 PM Miles Chen <miles.chen@xxxxxxxxxxxx> wrote:
>
> Hi everyone,
>
> This is v3 patches to use mtk_clk_simple_probe to simplify driver. It is almost
> a RESEND patch, the only difference is adding reviewed-by tags and a tested-by tag
> to the commit messages.
>
> I tested the series on MT8192 and MT6779.
> This patch is based on next-20220921 and [1].
>
> Change since v1:
> - Angelo's patch [1] already exported mtk_clk_simple_probe and mtk_clk_simple_remove,
> so drop this part from my v1 and depends on [1].
> - add a reviewed-by tag
>
> Change since v2:
> - add reviewed-by tags and a tested-by tag
>
> mtk_clk_simple_probe() was introduced by Chun-Jie in commit
> c58cd0e40ffa ("clk: mediatek: Add mtk_clk_simple_probe() to simplify clock providers")
> and mtk_clk_simple_remove() was added in commit
> commit 2204d96b1919 ("clk: mediatek: Add mtk_clk_simple_remove()")
>
> With mtk_clk_simple_probe and mtk_clk_simple_remove,
> we can get rid of defining the same probe function in clk drivers.
> mtk_clk_simple_probe and mtk_clk_simple_remove are used in new platforms
> now, let's apply them to old SoCs.
>
> The process is quite straightforward:
> a. Look up probe functions which can be replaced by mtk_clk_simple_probe()
> b. Add mtk_clk_desc and add .data
> c. Replace the probe function with mtk_clk_simple_probe and mtk_clk_simple_remove
>
> Thanks,
> Miles
>
> [1] https://lore.kernel.org/lkml/20220921091455.41327-1-angelogioacchino.delregno@xxxxxxxxxxxxx/
>
>
>
> Miles Chen (7):
> clk: mediatek: mt2701: use mtk_clk_simple_probe to simplify driver
> clk: mediatek: mt2712: use mtk_clk_simple_probe to simplify driver
> clk: mediatek: mt6765: use mtk_clk_simple_probe to simplify driver
> clk: mediatek: mt6779: use mtk_clk_simple_probe to simplify driver
> clk: mediatek: mt6797: use mtk_clk_simple_probe to simplify driver
> clk: mediatek: mt8183: use mtk_clk_simple_probe to simplify driver
> clk: mediatek: mt8192: add mtk_clk_simple_remove

I've queued this series up here [1] and will send a pull request to
the clock maintainer later this week.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/wens/linux.git/log/?h=clk-mtk-for-6.1