Re: [PATCH 16/19] dm: test: Add a test driver for devres

2020-01-10 Thread sjg
Add a driver which does devres allocations so that we can write tests for devres. Signed-off-by: Simon Glass --- arch/sandbox/dts/test.dts | 4 include/dm/uclass-id.h| 1 + include/test/test.h | 9 test/dm/test-fdt.c| 47 +++

[PATCH 16/19] dm: test: Add a test driver for devres

2019-12-29 Thread Simon Glass
Add a driver which does devres allocations so that we can write tests for devres. Signed-off-by: Simon Glass --- arch/sandbox/dts/test.dts | 4 include/dm/uclass-id.h| 1 + include/test/test.h | 9 test/dm/test-fdt.c| 47 +++