
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 completely unused. I believe the original intent of this op was to allow clock drivers to free resources allocated in request. However, no clock drivers do this, so we can remove the function and all its callers.
[...]
Applied, thanks!
[1/3] clk: Remove rfree https://source.denx.de/u-boot/custodians/u-boot-clk/-/commit/82719d3f409f [2/3] treewide: Remove clk_free https://source.denx.de/u-boot/custodians/u-boot-clk/-/commit/c9309f40a683 [3/3] clk: Document clk_ops return codes and behavior https://source.denx.de/u-boot/custodians/u-boot-clk/-/commit/0bfbb830554f
Best regards,