Re: [PATCH] of: Empty node & property flag accessors when !OF

2015-03-22 Thread Wolfram Sang
On Fri, Mar 20, 2015 at 12:12:23PM +, Grant Likely wrote: > On Thu, 22 Jan 2015 17:13:51 -0600 > , Rob Herring > wrote: > > +Wolfram > > > > On Wed, Jan 21, 2015 at 11:05 AM, Pantelis Antoniou > > wrote: > > > Introduce empty node and property flag accessors when CONFIG_OF is not > > >

Re: [PATCH] of: Empty node property flag accessors when !OF

2015-03-22 Thread Wolfram Sang
On Fri, Mar 20, 2015 at 12:12:23PM +, Grant Likely wrote: On Thu, 22 Jan 2015 17:13:51 -0600 , Rob Herring robherri...@gmail.com wrote: +Wolfram On Wed, Jan 21, 2015 at 11:05 AM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Introduce empty node and property flag

Re: [PATCH] of: Empty node & property flag accessors when !OF

2015-03-20 Thread Grant Likely
On Thu, 22 Jan 2015 17:13:51 -0600 , Rob Herring wrote: > +Wolfram > > On Wed, Jan 21, 2015 at 11:05 AM, Pantelis Antoniou > wrote: > > Introduce empty node and property flag accessors when CONFIG_OF is not > > defined. > > This allows us to use them without ifdef'ing them in places where it >

Re: [PATCH] of: Empty node property flag accessors when !OF

2015-03-20 Thread Grant Likely
On Thu, 22 Jan 2015 17:13:51 -0600 , Rob Herring robherri...@gmail.com wrote: +Wolfram On Wed, Jan 21, 2015 at 11:05 AM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Introduce empty node and property flag accessors when CONFIG_OF is not defined. This allows us to use them

Re: [PATCH] of: Empty node & property flag accessors when !OF

2015-01-22 Thread Rob Herring
+Wolfram On Wed, Jan 21, 2015 at 11:05 AM, Pantelis Antoniou wrote: > Introduce empty node and property flag accessors when CONFIG_OF is not > defined. > This allows us to use them without ifdef'ing them in places where it > makes sense to do so. > > Signed-off-by: Pantelis Antoniou Acked-by:

Re: [PATCH] of: Empty node property flag accessors when !OF

2015-01-22 Thread Rob Herring
+Wolfram On Wed, Jan 21, 2015 at 11:05 AM, Pantelis Antoniou pantelis.anton...@konsulko.com wrote: Introduce empty node and property flag accessors when CONFIG_OF is not defined. This allows us to use them without ifdef'ing them in places where it makes sense to do so. Signed-off-by:

[PATCH] of: Empty node & property flag accessors when !OF

2015-01-21 Thread Pantelis Antoniou
Introduce empty node and property flag accessors when CONFIG_OF is not defined. This allows us to use them without ifdef'ing them in places where it makes sense to do so. Signed-off-by: Pantelis Antoniou --- include/linux/of.h | 32 1 file changed, 32

[PATCH] of: Empty node property flag accessors when !OF

2015-01-21 Thread Pantelis Antoniou
Introduce empty node and property flag accessors when CONFIG_OF is not defined. This allows us to use them without ifdef'ing them in places where it makes sense to do so. Signed-off-by: Pantelis Antoniou pantelis.anton...@konsulko.com --- include/linux/of.h | 32