Re: [PATCH] libfdt: fdt_path_offset_*(): Fix handling of paths with options in them

2015-07-02 Thread David Gibson
On Sat, May 30, 2015 at 09:52:23AM +0200, Hans de Goede wrote: > Hi, > > On 29-05-15 14:26, David Gibson wrote: > >On Thu, May 21, 2015 at 03:00:52PM +0200, Hans de Goede wrote: > >>This is another approach at fixing the issues with paths with have options > >>appended seperated by a ':' character

Re: [PATCH] libfdt: fdt_path_offset_*(): Fix handling of paths with options in them

2015-06-03 Thread Peter Hurley
On 05/30/2015 03:52 AM, Hans de Goede wrote: > Hi, > > On 29-05-15 14:26, David Gibson wrote: >> On Thu, May 21, 2015 at 03:00:52PM +0200, Hans de Goede wrote: >>> This is another approach at fixing the issues with paths with have options >>> appended seperated by a ':' character. >>> >>> commit b

Re: [PATCH] libfdt: fdt_path_offset_*(): Fix handling of paths with options in them

2015-05-30 Thread Hans de Goede
Hi, On 29-05-15 14:26, David Gibson wrote: On Thu, May 21, 2015 at 03:00:52PM +0200, Hans de Goede wrote: This is another approach at fixing the issues with paths with have options appended seperated by a ':' character. commit b4150b59ae ("libfdt: Add fdt_path_offset_namelen()") Is related to

Re: [PATCH] libfdt: fdt_path_offset_*(): Fix handling of paths with options in them

2015-05-29 Thread David Gibson
On Thu, May 21, 2015 at 03:00:52PM +0200, Hans de Goede wrote: > This is another approach at fixing the issues with paths with have options > appended seperated by a ':' character. > > commit b4150b59ae ("libfdt: Add fdt_path_offset_namelen()") > > Is related to this, it allows the caller to spec

[PATCH] libfdt: fdt_path_offset_*(): Fix handling of paths with options in them

2015-05-21 Thread Hans de Goede
This is another approach at fixing the issues with paths with have options appended seperated by a ':' character. commit b4150b59ae ("libfdt: Add fdt_path_offset_namelen()") Is related to this, it allows the caller to specify to only look at part of the passed in path. But as experience with usin