Re: [PATCH 01/16] regulator: max77686: Use of_get_child_by_name

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 05:19:47PM +0530, Sachin Kamat wrote: > of_find_node_by_name walks the allnodes list, and can thus walk > outside of the parent node. Use of_get_child_by_name instead. Applied, thanks - and thanks for doing this cleanup series. signature.asc Description: Digital

Re: [PATCH 01/16] regulator: max77686: Use of_get_child_by_name

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 05:19:47PM +0530, Sachin Kamat wrote: of_find_node_by_name walks the allnodes list, and can thus walk outside of the parent node. Use of_get_child_by_name instead. Applied, thanks - and thanks for doing this cleanup series. signature.asc Description: Digital signature

[PATCH 01/16] regulator: max77686: Use of_get_child_by_name

2014-02-14 Thread Sachin Kamat
of_find_node_by_name walks the allnodes list, and can thus walk outside of the parent node. Use of_get_child_by_name instead. Signed-off-by: Sachin Kamat --- Series compile tested. Some max* regulators tested on h/w. --- drivers/regulator/max77686.c |2 +- 1 file changed, 1 insertion(+), 1

[PATCH 01/16] regulator: max77686: Use of_get_child_by_name

2014-02-14 Thread Sachin Kamat
of_find_node_by_name walks the allnodes list, and can thus walk outside of the parent node. Use of_get_child_by_name instead. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- Series compile tested. Some max* regulators tested on h/w. --- drivers/regulator/max77686.c |2 +- 1 file