
24 Oct
2018
24 Oct
'18
7:32 p.m.
On 15 October 2018 at 03:20, Bin Meng bmeng.cn@gmail.com wrote:
Add test case to cover uclass driver's child_post_probe() method.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v3: None Changes in v2:
- new patch to add test case for uclass driver's child_post_probe()
include/dm/test.h | 1 + test/dm/bus.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ test/dm/test-fdt.c | 7 +++++-- 3 files changed, 51 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!