RE: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path

2020-09-18 Thread Salil Mehta
nongnu.org; > > > alistair.fran...@wdc.com; imamm...@redhat.com > > > Subject: Re: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path > > > > > > On Thu, Sep 17, 2020 at 11:20:25AM +0800, Ying Fang wrote: > > > > From: Andrew Jones > > > &

Re: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path

2020-09-17 Thread Andrew Jones
mayd...@linaro.org; Zhanghailiang > > ; > > Alexander Graf ; qemu-devel@nongnu.org; Chenzhendong (alex) > > ; shannon.zha...@gmail.com; qemu-...@nongnu.org; > > alistair.fran...@wdc.com; imamm...@redhat.com > > Subject: Re: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path >

RE: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path

2020-09-17 Thread Salil Mehta
x) > ; shannon.zha...@gmail.com; qemu-...@nongnu.org; > alistair.fran...@wdc.com; imamm...@redhat.com > Subject: Re: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path > > On Thu, Sep 17, 2020 at 11:20:25AM +0800, Ying Fang wrote: > > From: Andrew Jones > > > > qemu_f

Re: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path

2020-09-17 Thread Ying Fang
On 9/17/2020 4:12 PM, Andrew Jones wrote: On Thu, Sep 17, 2020 at 11:20:25AM +0800, Ying Fang wrote: From: Andrew Jones qemu_fdt_add_path works like qemu_fdt_add_subnode, except it also recursively adds any missing parent nodes. Cc: Peter Crosthwaite Cc: Alexander Graf Signed-off-by: And

Re: [RFC PATCH 04/12] device_tree: add qemu_fdt_add_path

2020-09-17 Thread Andrew Jones
On Thu, Sep 17, 2020 at 11:20:25AM +0800, Ying Fang wrote: > From: Andrew Jones > > qemu_fdt_add_path works like qemu_fdt_add_subnode, except it > also recursively adds any missing parent nodes. > > Cc: Peter Crosthwaite > Cc: Alexander Graf > Signed-off-by: Andrew Jones > --- > device_tree.

[RFC PATCH 04/12] device_tree: add qemu_fdt_add_path

2020-09-16 Thread Ying Fang
From: Andrew Jones qemu_fdt_add_path works like qemu_fdt_add_subnode, except it also recursively adds any missing parent nodes. Cc: Peter Crosthwaite Cc: Alexander Graf Signed-off-by: Andrew Jones --- device_tree.c| 24 include/sysemu/device_tree.h |