Re: [PATCH v5 5/8] clk: Add dump operation to clk_ops

2023-11-04 Thread Igor Prusov
On Sat, Nov 04, 2023 at 02:40:34PM -0400, Sean Anderson wrote: > On 11/4/23 14:09, Igor Prusov wrote: > > On Sat, Nov 04, 2023 at 11:24:32AM -0400, Sean Anderson wrote: > > > On 11/2/23 08:20, Igor Prusov wrote: > > > > This adds dump function to struct clk_ops which should replace > > > > soc_clk_

Re: [PATCH v5 5/8] clk: Add dump operation to clk_ops

2023-11-04 Thread Sean Anderson
On 11/4/23 14:09, Igor Prusov wrote: On Sat, Nov 04, 2023 at 11:24:32AM -0400, Sean Anderson wrote: On 11/2/23 08:20, 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

Re: [PATCH v5 5/8] clk: Add dump operation to clk_ops

2023-11-04 Thread Igor Prusov
On Sat, Nov 04, 2023 at 11:24:32AM -0400, Sean Anderson wrote: > On 11/2/23 08:20, 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.

Re: [PATCH v5 5/8] clk: Add dump operation to clk_ops

2023-11-04 Thread Sean Anderson
On 11/2/23 08:20, 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 Reviewed-by: Patrice Chotard Tested-by: Patri

[PATCH v5 5/8] clk: Add dump operation to clk_ops

2023-11-02 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 Reviewed-by: Patrice Chotard Tested-by: Patrice Chotard --- include/clk-uclass.h |