[U-Boot] [PATCH v3 01/31] dm: core: Allow uclass to set up a device's child after it is probed

Simon Glass sjg at chromium.org
Fri Oct 19 03:27:26 UTC 2018


On 15 October 2018 at 03:20, Bin Meng <bmeng.cn at 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 at 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 at chromium.org>


More information about the U-Boot mailing list