Message ID | 20220926102523.2367530-1-wenst@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | clk: mediatek: More cleanups | expand |
On Mon, Sep 26, 2022 at 6:25 PM Chen-Yu Tsai <wenst@chromium.org> wrote: > > Here's some more cleanups for the MedaiTek clk drivers. > > Patches 1 and 2 fixes and cleans up some parts that were missed in the > previous clk_hw conversion series. > > Patch 3 drops the duplicate registration of the top_early_divs clks for > MT8192. Currently this only contains a fixed divider. > > Patch 4 prevents having a duplicate OF clk provider for the topckgen > controller, but removing the previously registered instance. > > Patch 5 deduplicates the parent clock lists for MT8192. > > Patch 6 adds proper error handling to the clock probe functions for > MT8192. > > > Please have a look. > > > Thanks > ChenYu > > > Chen-Yu Tsai (6): > clk: mediatek: fix unregister function in mtk_clk_register_dividers > cleanup > clk: mediatek: Migrate remaining clk_unregister_*() to > clk_hw_unregister_*() > clk: mediatek: mt8192: Do not re-register top_early_divs in probe > function > clk: mediatek: mt8192: Avoid duplicate OF clk provider for topckgen > clk: mediatek: mt8192: deduplicate parent clock lists > clk: mediatek: mt8192: Implement error handling in probe functions I've queued patches 1, 2 and 5 up here [1] and will send a pull request to the clock maintainer later this week. The remaining three are related and still under discussion. ChenYu [1] https://git.kernel.org/pub/scm/linux/kernel/git/wens/linux.git/log/?h=clk-mtk-for-6.1