[U-Boot] [PATCH v3 02/31] test: dm: core: Add test case for uclass driver's child_post_probe()
Simon Glass
sjg at chromium.org
Fri Oct 19 03:27:31 UTC 2018
On 15 October 2018 at 03:20, Bin Meng <bmeng.cn at gmail.com> wrote:
> Add test case to cover uclass driver's child_post_probe() method.
>
> Signed-off-by: Bin Meng <bmeng.cn at 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 at chromium.org>
More information about the U-Boot
mailing list