Re: [PATCH 0/3] clk: Remove clk_free and better document clk_ops

2024-01-29 Thread Sean Anderson
On Sat, 16 Dec 2023 14:38:40 -0500, Sean Anderson wrote: > This series contains two unrelated changes. They are included together because > they touch the same files and would otherwise conflict. The first change is to > completely remove clk_free. This is because the op it calls (rfree) is > compl

[PATCH 0/3] clk: Remove clk_free and better document clk_ops

2023-12-16 Thread Sean Anderson
This series contains two unrelated changes. They are included together because they touch the same files and would otherwise conflict. The first change is to completely remove clk_free. This is because the op it calls (rfree) is completely unused. I believe the original intent of this op was to all