Re: [PATCH 3/3] test: dm: add test for phandle access functions

2020-10-05 Thread Simon Glass
On Fri, 25 Sep 2020 at 01:41, Patrick Delaunay wrote: > > Add unitary test for phandle access functions > - ofnode_count_phandle_with_args > - ofnode_parse_phandle_with_args > - dev_count_phandle_with_args > - dev_read_phandle_with_args > > Signed-off-by: Patrick Delaunay > --- > > arch/sandbox/

Re: [PATCH 3/3] test: dm: add test for phandle access functions

2020-10-04 Thread Simon Glass
On Fri, 25 Sep 2020 at 01:41, Patrick Delaunay wrote: > > Add unitary test for phandle access functions > - ofnode_count_phandle_with_args > - ofnode_parse_phandle_with_args > - dev_count_phandle_with_args > - dev_read_phandle_with_args > > Signed-off-by: Patrick Delaunay > --- > > arch/sandbox/

[PATCH 3/3] test: dm: add test for phandle access functions

2020-09-25 Thread Patrick Delaunay
Add unitary test for phandle access functions - ofnode_count_phandle_with_args - ofnode_parse_phandle_with_args - dev_count_phandle_with_args - dev_read_phandle_with_args Signed-off-by: Patrick Delaunay --- arch/sandbox/dts/test.dts | 1 + test/dm/ofnode.c | 75 +++