Re: [PATCH v1 1/3] device_tree: Allow name wildcards in qemu_fdt_node_path()

2020-04-20 Thread Alistair Francis
On Sun, Apr 19, 2020 at 9:27 AM Edgar E. Iglesias wrote: > > From: "Edgar E. Iglesias" > > Allow name wildcards in qemu_fdt_node_path(). This is useful > to find all nodes with a given compatibility string. > > Signed-off-by: Edgar E. Iglesias Reviewed-by: Alistair Francis Alistair > --- >

[PATCH v1 1/3] device_tree: Allow name wildcards in qemu_fdt_node_path()

2020-04-19 Thread Edgar E. Iglesias
From: "Edgar E. Iglesias" Allow name wildcards in qemu_fdt_node_path(). This is useful to find all nodes with a given compatibility string. Signed-off-by: Edgar E. Iglesias --- device_tree.c| 2 +- include/sysemu/device_tree.h | 3 +++ 2 files changed, 4 insertions(+), 1 deleti