Re: [PATCH v5 01/11] clk: Introduce Kunit Tests for the framework

2022-02-22 Thread kernel test robot
Hi Maxime, I love your patch! Yet something to improve: [auto build test ERROR on clk/clk-next] [also build test ERROR on next-20220217] [cannot apply to drm-intel/for-linux-next drm-tip/drm-tip drm-exynos/exynos-drm-next drm/drm-next tegra-drm/drm/tegra/for-next linus/master airlied/drm-next v

[PATCH v5 01/11] clk: Introduce Kunit Tests for the framework

2022-02-22 Thread Maxime Ripard
Let's test various parts of the rate-related clock API with the kunit testing framework. Cc: kunit-...@googlegroups.com Suggested-by: Stephen Boyd Signed-off-by: Maxime Ripard --- drivers/clk/.kunitconfig | 1 + drivers/clk/Kconfig | 7 + drivers/clk/Makefile | 1 + drivers/clk/c