[PATCH v5 01/14] dm: core: Add function to get child count of ofnode or device

Weijie Gao weijie.gao at mediatek.com
Wed Apr 15 09:10:12 CEST 2020


On Fri, 2020-04-10 at 13:45 +0800, Chunfeng Yun wrote:
> This patch add function used to get the child count of
> a ofnode or a device
> 
> Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
> ---
> v4~v5: no changes
> 
> v3:
>     1. add non/inline function dev_get_child_count() instead of macro suggested by Simon
> 
> v2:
>     1. move ofnode_get_child_count() into ofnode.c suggested by Simon
>     2. add a new macro dev_get_child_count()
> ---
>  drivers/core/ofnode.c | 11 +++++++++++
>  drivers/core/read.c   |  5 +++++
>  include/dm/ofnode.h   |  8 ++++++++
>  include/dm/read.h     | 13 +++++++++++++
>  4 files changed, 37 insertions(+)
> 

Reviewed-by: Weijie Gao <weijie.gao at mediatek.com>


More information about the U-Boot mailing list