Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-03-30 Thread Maxime Ripard
Hi Daniel, On Mon, Mar 28, 2022 at 02:36:25PM -0500, Daniel Latypov wrote: > On Mon, Mar 28, 2022 at 2:57 AM Maxime Ripard wrote: > > On Fri, Mar 25, 2022 at 05:36:25PM -0500, Daniel Latypov wrote: > > > On Mon, Feb 28, 2022 at 4:47 AM Maxime Ripard wrote: > > > > > > > > On Fri, Feb 25, 2022 at

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-03-28 Thread Maxime Ripard
Hi, On Fri, Mar 25, 2022 at 05:36:25PM -0500, Daniel Latypov wrote: > On Mon, Feb 28, 2022 at 4:47 AM Maxime Ripard wrote: > > > > On Fri, Feb 25, 2022 at 01:29:03PM -0800, Daniel Latypov wrote: > > > On Fri, Feb 25, 2022 at 5:23 AM Maxime Ripard wrote: > > > > > > > > Hi Daniel, > > > > > > > >

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-03-25 Thread Stephen Boyd
Quoting Daniel Latypov (2022-02-24 15:21:57) > On Thu, Feb 24, 2022 at 2:54 PM Stephen Boyd wrote: > > > > Quoting Daniel Latypov (2022-02-23 14:50:59) > > > On Wed, Feb 23, 2022 at 2:56 AM Maxime Ripard wrote: > > > > > > > > Let's test various parts of the rate-related clock API with the kunit

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-02-28 Thread Maxime Ripard
On Fri, Feb 25, 2022 at 02:44:04PM -0800, Stephen Boyd wrote: > Quoting Maxime Ripard (2022-02-25 06:26:06) > > Hi Stephen, > > > > On Thu, Feb 24, 2022 at 02:54:20PM -0800, Stephen Boyd wrote: > > > Quoting Daniel Latypov (2022-02-23 14:50:59) > > > > On Wed, Feb 23, 2022 at 2:56 AM Maxime Ripard

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-02-28 Thread Maxime Ripard
On Fri, Feb 25, 2022 at 01:29:03PM -0800, Daniel Latypov wrote: > On Fri, Feb 25, 2022 at 5:23 AM Maxime Ripard wrote: > > > > Hi Daniel, > > > > On Wed, Feb 23, 2022 at 02:50:59PM -0800, Daniel Latypov wrote: > > > On Wed, Feb 23, 2022 at 2:56 AM Maxime Ripard wrote: > > > > > > > > Let's test v

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-02-25 Thread Stephen Boyd
Quoting Maxime Ripard (2022-02-25 06:26:06) > Hi Stephen, > > On Thu, Feb 24, 2022 at 02:54:20PM -0800, Stephen Boyd wrote: > > Quoting Daniel Latypov (2022-02-23 14:50:59) > > > On Wed, Feb 23, 2022 at 2:56 AM Maxime Ripard wrote: > > > Incremental coverage for 3/9 files in --diff_file > > > Tot

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-02-25 Thread Maxime Ripard
Hi Stephen, On Thu, Feb 24, 2022 at 02:54:20PM -0800, Stephen Boyd wrote: > Quoting Daniel Latypov (2022-02-23 14:50:59) > > On Wed, Feb 23, 2022 at 2:56 AM Maxime Ripard wrote: > > Incremental coverage for 3/9 files in --diff_file > > Total incremental: 99.29% coverage (281/283 lines) > > driv

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-02-25 Thread Maxime Ripard
Hi Daniel, On Wed, Feb 23, 2022 at 02:50:59PM -0800, Daniel Latypov wrote: > On Wed, Feb 23, 2022 at 2:56 AM Maxime Ripard wrote: > > > > Let's test various parts of the rate-related clock API with the kunit > > testing framework. > > > > Cc: kunit-...@googlegroups.com > > Suggested-by: Stephen B

Re: [PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-02-24 Thread Stephen Boyd
Quoting Daniel Latypov (2022-02-23 14:50:59) > On Wed, Feb 23, 2022 at 2:56 AM Maxime Ripard wrote: > > > > 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

[PATCH v6 02/12] clk: Introduce Kunit Tests for the framework

2022-02-23 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