Re: [U-Boot] [PATCH] fdt: introudce fdt_get_child_count

2016-01-31 Thread Peng Fan
Hi Simon, On Sun, Jan 31, 2016 at 08:37:45AM -0700, Simon Glass wrote: >Hi Peng, > >On 30 January 2016 at 23:38, Peng Fan wrote: >> Introudce fdt_get_child_count for get the number of subnodes of >> one parent node. >> >> Signed-off-by: Peng Fan >> Cc: Simon Glass >> --- >> include/libfdt.h |

Re: [U-Boot] [PATCH] fdt: introudce fdt_get_child_count

2016-01-31 Thread Simon Glass
Hi Peng, On 30 January 2016 at 23:38, Peng Fan wrote: > Introudce fdt_get_child_count for get the number of subnodes of > one parent node. > > Signed-off-by: Peng Fan > Cc: Simon Glass > --- > include/libfdt.h | 18 ++ > 1 file changed, 18 insertions(+) > > diff --git a/include

Re: [U-Boot] [PATCH] fdt: introudce fdt_get_child_count

2016-01-31 Thread Fabio Estevam
On Sun, Jan 31, 2016 at 4:38 AM, Peng Fan wrote: > Introudce fdt_get_child_count for get the number of subnodes of s/Introudce/Introduce Same error in Subject. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] fdt: introudce fdt_get_child_count

2016-01-30 Thread Peng Fan
Introudce fdt_get_child_count for get the number of subnodes of one parent node. Signed-off-by: Peng Fan Cc: Simon Glass --- include/libfdt.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/include/libfdt.h b/include/libfdt.h index e48c21a..94d29e6 100644 --- a/include/l