Re: [PATCH RESEND v2] clk: tests: Add tests for clk lookup by name

From: Brian Masney

Date: Wed Feb 25 2026 - 08:28:51 EST


On Wed, Feb 25, 2026 at 04:34:11PM +0800, Chen-Yu Tsai wrote:
> Clk lookup (by name) recently gained some performance improvements at
> the expense of more complexity within the lookup code.
>
> To make sure that this works as intended and doesn't break, add some
> basic tests for this part of the CCF.
>
> A new "clk_hw_lookup()" function is added purely for running kunit
> tests.
>
> Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>

Reviewed-by: Brian Masney <bmasney@xxxxxxxxxx>