Re: [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

2024-02-15 Thread Stephen Boyd
Quoting Rob Herring (2024-02-13 09:52:00) > On Fri, Feb 9, 2024 at 8:59 PM Stephen Boyd wrote: > > > > ---8<--- > > diff --git a/init/main.c b/init/main.c > > index e24b0780fdff..02f5cf8be6c1 100644 > > --- a/init/main.c > > +++ b/init/main.c > > @@ -97,6 +97,8 @@ > > #include > > #include >

Re: [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

2024-02-13 Thread Rob Herring
On Fri, Feb 9, 2024 at 8:59 PM Stephen Boyd wrote: > > Quoting Geert Uytterhoeven (2024-02-05 11:55:29) > > On Mon, Feb 5, 2024 at 8:19 PM Stephen Boyd wrote: > > > Quoting David Gow (2024-02-02 20:10:17) > > > > On Sat, 3 Feb 2024 at 03:59, Stephen Boyd wrote: > > > > > Add a KUnit test that

Re: [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

2024-02-09 Thread Stephen Boyd
Quoting Geert Uytterhoeven (2024-02-05 11:55:29) > On Mon, Feb 5, 2024 at 8:19 PM Stephen Boyd wrote: > > Quoting David Gow (2024-02-02 20:10:17) > > > On Sat, 3 Feb 2024 at 03:59, Stephen Boyd wrote: > > > > Add a KUnit test that confirms a DTB has been loaded, i.e. there is a > > > > root

Re: [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

2024-02-05 Thread Geert Uytterhoeven
Hi Stephen, On Mon, Feb 5, 2024 at 8:19 PM Stephen Boyd wrote: > Quoting David Gow (2024-02-02 20:10:17) > > On Sat, 3 Feb 2024 at 03:59, Stephen Boyd wrote: > > > Add a KUnit test that confirms a DTB has been loaded, i.e. there is a > > > root node, and that the of_have_populated_dt() API

Re: [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

2024-02-05 Thread Stephen Boyd
Quoting David Gow (2024-02-02 20:10:17) > On Sat, 3 Feb 2024 at 03:59, Stephen Boyd wrote: > > > > Add a KUnit test that confirms a DTB has been loaded, i.e. there is a > > root node, and that the of_have_populated_dt() API works properly. > > > > Cc: Rob Herring > > Cc: Frank Rowand > > Cc:

Re: [PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

2024-02-02 Thread David Gow
On Sat, 3 Feb 2024 at 03:59, Stephen Boyd wrote: > > Add a KUnit test that confirms a DTB has been loaded, i.e. there is a > root node, and that the of_have_populated_dt() API works properly. > > Cc: Rob Herring > Cc: Frank Rowand > Cc: David Gow > Cc: Brendan Higgins > Signed-off-by: Stephen

[PATCH v3 7/7] of: Add KUnit test to confirm DTB is loaded

2024-02-02 Thread Stephen Boyd
Add a KUnit test that confirms a DTB has been loaded, i.e. there is a root node, and that the of_have_populated_dt() API works properly. Cc: Rob Herring Cc: Frank Rowand Cc: David Gow Cc: Brendan Higgins Signed-off-by: Stephen Boyd --- drivers/of/.kunitconfig | 3 +++ drivers/of/Kconfig