Re: [PATCH 17/19] dm: devres: Add tests

2020-01-10 Thread sjg
The devres functionality has very few users in U-Boot, but it still should have tests. Add a few basic tests of the main functions. Signed-off-by: Simon Glass --- drivers/core/devres.c | 13 +++ include/dm/devres.h | 20 + test/dm/Makefile | 1 + test/dm/devres.c | 178

[PATCH 17/19] dm: devres: Add tests

2019-12-29 Thread Simon Glass
The devres functionality has very few users in U-Boot, but it still should have tests. Add a few basic tests of the main functions. Signed-off-by: Simon Glass --- drivers/core/devres.c | 13 +++ include/dm/devres.h | 20 + test/dm/Makefile | 1 + test/dm/devres.c | 178