Re: [PATCHv3 1/5] of: base: Add for_each_node_by_name_from

2014-09-30 Thread Sascha Hauer
On Tue, Sep 30, 2014 at 01:15:26PM +0200, Teresa Gámez wrote: > Added for_each_node_by_name_from() to be able to > pass external root node. > > Signed-off-by: Teresa Gámez Applied all, thanks Sascha > --- > include/of.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/include/of.h

[PATCHv3 1/5] of: base: Add for_each_node_by_name_from

2014-09-30 Thread Teresa Gámez
Added for_each_node_by_name_from() to be able to pass external root node. Signed-off-by: Teresa Gámez --- include/of.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/of.h b/include/of.h index e6993fd..cd2bfe0 100644 --- a/include/of.h +++ b/include/of.h @@ -568,6 +568,9 @@ static