[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220926102523.2367530-1-wenst@chromium.org>
Date: Mon, 26 Sep 2022 18:25:17 +0800
From: Chen-Yu Tsai <wenst@...omium.org>
To: Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: Chen-Yu Tsai <wenst@...omium.org>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>,
Miles Chen <miles.chen@...iatek.com>,
linux-clk@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] clk: mediatek: More cleanups
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
drivers/clk/mediatek/clk-mt8192-aud.c | 15 +-
drivers/clk/mediatek/clk-mt8192-mm.c | 17 +-
drivers/clk/mediatek/clk-mt8192.c | 296 +++++++++-----------------
drivers/clk/mediatek/clk-mtk.c | 12 +-
4 files changed, 130 insertions(+), 210 deletions(-)
--
2.37.3.998.g577e59143f-goog
Powered by blists - more mailing lists