Re: [PATCH v3 2/9] of_path: add of_find_path_by_node()

2015-10-28 Thread Marc Kleine-Budde
On 10/28/2015 07:20 AM, Sascha Hauer wrote: > On Sun, Oct 25, 2015 at 10:03:29PM +0100, Marc Kleine-Budde wrote: >> This patch adds the function of_find_path_by_node(), which is similar to >> of_find_path(), but it translates a device tree node into a barebox device >> path >> directly. >> >> Sign

Re: [PATCH v3 2/9] of_path: add of_find_path_by_node()

2015-10-27 Thread Sascha Hauer
On Sun, Oct 25, 2015 at 10:03:29PM +0100, Marc Kleine-Budde wrote: > This patch adds the function of_find_path_by_node(), which is similar to > of_find_path(), but it translates a device tree node into a barebox device > path > directly. > > Signed-off-by: Marc Kleine-Budde > --- > drivers/of/o

[PATCH v3 2/9] of_path: add of_find_path_by_node()

2015-10-25 Thread Marc Kleine-Budde
This patch adds the function of_find_path_by_node(), which is similar to of_find_path(), but it translates a device tree node into a barebox device path directly. Signed-off-by: Marc Kleine-Budde --- drivers/of/of_path.c | 17 - include/of.h | 1 + 2 files changed, 17 in