
15 Apr
2020
15 Apr
'20
3:57 p.m.
On Thu, 9 Apr 2020 at 23:46, Chunfeng Yun chunfeng.yun@mediatek.com wrote:
This patch add function used to get the child count of a ofnode or a device
Signed-off-by: Chunfeng Yun chunfeng.yun@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: Simon Glass sjg@chromium.org