Re: [PATCH v1 1/1] device property: Add test cases for fwnode_property_count_*() APIs

2021-03-08 Thread Andy Shevchenko
On Fri, Feb 12, 2021 at 06:25:39PM +0200, Andy Shevchenko wrote: > Add test cases for fwnode_property_count_*() APIs. > > While at it, modify the arrays of integers to be size of non-power-of-2 > for better test coverage and decreasing stack usage. Any comments on this? > Signed-off-by: Andy She

[PATCH v1 1/1] device property: Add test cases for fwnode_property_count_*() APIs

2021-02-12 Thread Andy Shevchenko
Add test cases for fwnode_property_count_*() APIs. While at it, modify the arrays of integers to be size of non-power-of-2 for better test coverage and decreasing stack usage. Signed-off-by: Andy Shevchenko --- drivers/base/test/property-entry-test.c | 50 +++-- 1 file chang