]> git.ipfire.org Git - thirdparty/u-boot.git/commit
clk: Add dump operation to clk_ops
authorIgor Prusov <ivprusov@sberdevices.ru>
Thu, 9 Nov 2023 10:55:13 +0000 (13:55 +0300)
committerSean Anderson <seanga2@gmail.com>
Fri, 15 Dec 2023 18:05:54 +0000 (13:05 -0500)
commit505ef5f627d8bac4281310fe4800cc6c789627e9
tree8cfa6da2b5d7971f1dc3a05954ec88446192e730
parent4f48202ba82ee336ee9cc1bd12fb2fca8661d5ec
clk: Add dump operation to clk_ops

This adds dump function to struct clk_ops which should replace
soc_clk_dump. It allows clock drivers to provide custom dump
implementation without overriding generic CCF dump function.

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
Signed-off-by: Igor Prusov <ivprusov@sberdevices.ru>
[ Fixed parameter name in documentation ]
Signed-off-by: Sean Anderson <seanga2@gmail.com>
Link: https://lore.kernel.org/r/20231109105516.24892-6-ivprusov@sberdevices.ru
include/clk-uclass.h