
24 Oct
2018
24 Oct
'18
7:32 p.m.
On 15 October 2018 at 03:20, Bin Meng bmeng.cn@gmail.com wrote:
Some buses need to set up their child devices after they are probed. Support a common child_post_probe() method for the uclass.
With this change, the two APIs uclass_pre_probe_device() and uclass_post_probe_device() become symmetric.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Changes in v3: None Changes in v2: None
drivers/core/uclass.c | 13 ++++++++++++- include/dm/uclass.h | 4 +++- 2 files changed, 15 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot-dm/next, thanks!