Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-16 Thread Pantelis Antoniou
Hi Grant, On Nov 15, 2013, at 8:27 AM, Grant Likely wrote: > On Thu, 14 Nov 2013 10:51:05 +0100, Pantelis Antoniou > wrote: >> Hi Grant, >> >> On Nov 14, 2013, at 2:44 AM, Grant Likely wrote: >> >>> On Wed, 13 Nov 2013 10:03:37 +0100, Pantelis Antoniou >>> wrote: On Nov 13, 2013, at 2:

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-15 Thread Grant Likely
On Thu, 14 Nov 2013 10:51:05 +0100, Pantelis Antoniou wrote: > Hi Grant, > > On Nov 14, 2013, at 2:44 AM, Grant Likely wrote: > > > On Wed, 13 Nov 2013 10:03:37 +0100, Pantelis Antoniou > > wrote: > >> On Nov 13, 2013, at 2:34 AM, Grant Likely wrote: > >>> On Tue, 12 Nov 2013 11:39:08 +0100,

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-14 Thread Pantelis Antoniou
Hi Grant, On Nov 14, 2013, at 2:44 AM, Grant Likely wrote: > On Wed, 13 Nov 2013 10:03:37 +0100, Pantelis Antoniou > wrote: >> On Nov 13, 2013, at 2:34 AM, Grant Likely wrote: >>> On Tue, 12 Nov 2013 11:39:08 +0100, Pantelis Antoniou >>> wrote: > On Tue, 5 Nov 2013 19:50:16 +0200, Pantel

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-13 Thread Grant Likely
On Wed, 13 Nov 2013 10:03:37 +0100, Pantelis Antoniou wrote: > On Nov 13, 2013, at 2:34 AM, Grant Likely wrote: > > On Tue, 12 Nov 2013 11:39:08 +0100, Pantelis Antoniou > > wrote: > >>> On Tue, 5 Nov 2013 19:50:16 +0200, Pantelis Antoniou > >>> wrote: > +} else { > +

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-13 Thread Pantelis Antoniou
Hi Grant, On Nov 13, 2013, at 2:34 AM, Grant Likely wrote: > On Tue, 12 Nov 2013 11:39:08 +0100, Pantelis Antoniou > wrote: >> Hi Grant, >> >> On Nov 11, 2013, at 5:37 PM, Grant Likely wrote: >> >>> On Tue, 5 Nov 2013 19:50:16 +0200, Pantelis Antoniou >>> wrote: Introduce helper funct

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-12 Thread Grant Likely
On Tue, 12 Nov 2013 11:39:08 +0100, Pantelis Antoniou wrote: > Hi Grant, > > On Nov 11, 2013, at 5:37 PM, Grant Likely wrote: > > > On Tue, 5 Nov 2013 19:50:16 +0200, Pantelis Antoniou > > wrote: > >> Introduce helper functions for working with the live DT tree. > >> > >> __of_free_property

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-12 Thread Pantelis Antoniou
Hi Grant, On Nov 11, 2013, at 5:37 PM, Grant Likely wrote: > On Tue, 5 Nov 2013 19:50:16 +0200, Pantelis Antoniou > wrote: >> Introduce helper functions for working with the live DT tree. >> >> __of_free_property() frees a dynamically created property >> __of_free_tree() recursively frees a d

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-11 Thread Grant Likely
On Wed, 06 Nov 2013 06:53:13 -0800, Guenter Roeck wrote: > Hi Pantelis, > > On 11/06/2013 01:34 AM, Pantelis Antoniou wrote: > > > > > As I mentioned earlier I'm trying to get this accepted in general term and > > then we'll > > get around fixing any minor problems. > > > > I think it is quite

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-11 Thread Grant Likely
On Tue, 5 Nov 2013 19:50:16 +0200, Pantelis Antoniou wrote: > Introduce helper functions for working with the live DT tree. > > __of_free_property() frees a dynamically created property > __of_free_tree() recursively frees a device node tree > __of_copy_property() copies a property dynamically

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-06 Thread Pantelis Antoniou
Hi Guenter, On Nov 6, 2013, at 4:53 PM, Guenter Roeck wrote: > Hi Pantelis, > > On 11/06/2013 01:34 AM, Pantelis Antoniou wrote: > >> >> As I mentioned earlier I'm trying to get this accepted in general term and >> then we'll >> get around fixing any minor problems. >> > > I think it is qui

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-06 Thread Guenter Roeck
Hi Pantelis, On 11/06/2013 01:34 AM, Pantelis Antoniou wrote: As I mentioned earlier I'm trying to get this accepted in general term and then we'll get around fixing any minor problems. I think it is quite likely at this point that your series will be accepted. However, from my experience

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-06 Thread Pantelis Antoniou
Hi Ionut, On Nov 6, 2013, at 11:21 AM, Ionut Nicu wrote: > Hi, > > First of all, good to see this patch set being submitted again! > > We're using an older version of your patch set for some time and > they're working good for us. > Thanks, that's good to know. > On 05.11.2013 18:50, ext Pan

Re: [PATCH 5/5] OF: Introduce utility helper functions

2013-11-06 Thread Ionut Nicu
Hi, First of all, good to see this patch set being submitted again! We're using an older version of your patch set for some time and they're working good for us. On 05.11.2013 18:50, ext Pantelis Antoniou wrote: > Introduce helper functions for working with the live DT tree. > > __of_free_prope

[PATCH 5/5] OF: Introduce utility helper functions

2013-11-05 Thread Pantelis Antoniou
Introduce helper functions for working with the live DT tree. __of_free_property() frees a dynamically created property __of_free_tree() recursively frees a device node tree __of_copy_property() copies a property dynamically __of_create_empty_node() creates an empty node __of_find_node_by_full_nam