Re: [PATCH 19/19] dm: devres: Add a new OFDATA phase

2020-01-10 Thread sjg
Since the ofdata_to_platdata() method can allocate resources, add it as a new devres phase. Signed-off-by: Simon Glass --- drivers/core/devres.c | 18 +- include/test/test.h | 3 ++- test/dm/devres.c | 14 +++--- test/dm/test-fdt.c| 11 +++ 4 files ch

[PATCH 19/19] dm: devres: Add a new OFDATA phase

2019-12-29 Thread Simon Glass
Since the ofdata_to_platdata() method can allocate resources, add it as a new devres phase. Signed-off-by: Simon Glass --- drivers/core/devres.c | 18 +- include/test/test.h | 3 ++- test/dm/devres.c | 14 +++--- test/dm/test-fdt.c| 11 +++ 4 files ch