Re: [PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-21 Thread Grant Likely
On Tue, 18 Mar 2014 23:52:40 +0200, Pantelis Antoniou wrote: > __of_find_node_by_full_name recursively searches for a matching node > with the given full name without taking any locks. > > of_find_node_by_full_name takes locks and takes a reference on the > matching node. > > Signed-off-by:

Re: [PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-21 Thread Grant Likely
On Tue, 18 Mar 2014 23:52:40 +0200, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: __of_find_node_by_full_name recursively searches for a matching node with the given full name without taking any locks. of_find_node_by_full_name takes locks and takes a reference on the matching

Re: [PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-19 Thread Grant Likely
On Wed, Mar 19, 2014 at 12:26 PM, Rob Herring wrote: > On Tue, Mar 18, 2014 at 4:52 PM, Pantelis Antoniou > wrote: >> __of_find_node_by_full_name recursively searches for a matching node >> with the given full name without taking any locks. >> >> of_find_node_by_full_name takes locks and takes a

Re: [PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-19 Thread Rob Herring
On Tue, Mar 18, 2014 at 4:52 PM, Pantelis Antoniou wrote: > __of_find_node_by_full_name recursively searches for a matching node > with the given full name without taking any locks. > > of_find_node_by_full_name takes locks and takes a reference on the > matching node. > > Signed-off-by: Pantelis

Re: [PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-19 Thread Rob Herring
On Tue, Mar 18, 2014 at 4:52 PM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: __of_find_node_by_full_name recursively searches for a matching node with the given full name without taking any locks. of_find_node_by_full_name takes locks and takes a reference on the matching node.

Re: [PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-19 Thread Grant Likely
On Wed, Mar 19, 2014 at 12:26 PM, Rob Herring robherri...@gmail.com wrote: On Tue, Mar 18, 2014 at 4:52 PM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: __of_find_node_by_full_name recursively searches for a matching node with the given full name without taking any locks.

[PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-18 Thread Pantelis Antoniou
__of_find_node_by_full_name recursively searches for a matching node with the given full name without taking any locks. of_find_node_by_full_name takes locks and takes a reference on the matching node. Signed-off-by: Pantelis Antoniou --- drivers/of/base.c | 58

[PATCH] OF: Add [__]of_find_node_by_full_name

2014-03-18 Thread Pantelis Antoniou
__of_find_node_by_full_name recursively searches for a matching node with the given full name without taking any locks. of_find_node_by_full_name takes locks and takes a reference on the matching node. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com --- drivers/of/base.c | 58