Hi,
On Thu, Feb 3, 2022 at 5:47 PM AngeloGioacchino Del Regno
<angelogioacchino.delregno@xxxxxxxxxxxxx> wrote:
Il 02/02/22 14:48, Chen-Yu Tsai ha scritto:
mtk_clk_register_fixed_clks(), as the name suggests, is used to register
a given list of fixed rate clks. However it is lacking a counterpart
unregister API.
Implement said unregister API so that the various clock platform drivers
can utilize it to do proper unregistration, cleanup and removal.
In the header file, the register function's declaration is also
reformatted to fit code style guidelines.
Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
Reviewed-by: Miles Chen <miles.chen@xxxxxxxxxxxx>
Hello Chen-Yu,
I like this entire series, but I had to manually apply this patch (and some of
the other ones)...
This was based on linux-next, which already has a couple clk patches queued
up.
Especially for the ones that will be touching MT8195 clock drivers, can you
please rebase over series [1] by Chun-Jie?
I think this series supersedes the first patch in that series? As for the
other two, I think the discussion about the bindings is ongoing, which
might affect the third patch as well?
ChenYu
[1] https://patchwork.kernel.org/project/linux-mediatek/list/?series=603955
Thanks,
Angelo