Re: [PATCH v11 4/4] clk: Add module for unit tests

2015-01-21 Thread Stephen Boyd
On 01/21, Tomeu Vizoso wrote: > diff --git a/drivers/clk/Kconfig.debug b/drivers/clk/Kconfig.debug > new file mode 100644 > index 000..840b790 > --- /dev/null > +++ b/drivers/clk/Kconfig.debug > @@ -0,0 +1,6 @@ > +config COMMON_CLK_TEST > + tristate "Unit tests for the Common Clock Framewor

[PATCH v11 4/4] clk: Add module for unit tests

2015-01-21 Thread Tomeu Vizoso
This module registers a clock hierarchy and performs several operations against them checking that the result is expected. Signed-off-by: Tomeu Vizoso --- drivers/clk/Kconfig | 1 + drivers/clk/Kconfig.debug | 6 + drivers/clk/Makefile | 1 + drivers/clk/clk-test.c| 325