Re: [PATCH v3 4/7] clk: Add dump operation to clk_ops

2023-08-28 Thread Patrice CHOTARD
On 7/14/23 17:24, Igor Prusov wrote: > 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. > > Signed-off-by: Igor Prusov > --- > include/clk-uclass.h | 3

[PATCH v3 4/7] clk: Add dump operation to clk_ops

2023-07-14 Thread Igor Prusov
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. Signed-off-by: Igor Prusov --- include/clk-uclass.h | 3 +++ 1 file changed, 3 insertions(+) diff --git