Re: [PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data

2024-07-29 Thread Stephen Boyd
Quoting Stephen Boyd (2024-07-18 14:05:07) > Test that clks registered with 'struct clk_parent_data' work as > intended and can find their parents. > > Cc: Christian Marangi > Cc: Brendan Higgins > Reviewed-by: David Gow > Cc: Rae Moar > Signed-off-by: Stephen Boyd > --- Applied to clk-next

[PATCH v8 8/8] clk: Add KUnit tests for clks registered with struct clk_parent_data

2024-07-18 Thread Stephen Boyd
Test that clks registered with 'struct clk_parent_data' work as intended and can find their parents. Cc: Christian Marangi Cc: Brendan Higgins Reviewed-by: David Gow Cc: Rae Moar Signed-off-by: Stephen Boyd --- drivers/clk/Kconfig | 2 + drivers/clk/Makefile