]> Git Repo - J-u-boot.git/commit
clk: Add dump operation to clk_ops
authorIgor Prusov <[email protected]>
Thu, 9 Nov 2023 10:55:13 +0000 (13:55 +0300)
committerSean Anderson <[email protected]>
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 <[email protected]>
Tested-by: Patrice Chotard <[email protected]>
Reviewed-by: Sean Anderson <[email protected]>
Signed-off-by: Igor Prusov <[email protected]>
[ Fixed parameter name in documentation ]
Signed-off-by: Sean Anderson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
include/clk-uclass.h
This page took 0.034548 seconds and 4 git commands to generate.