Re: [PATCH 3/5] OF: export of_property_notify

2013-11-12 Thread Pantelis Antoniou
Hi Grant, On Nov 11, 2013, at 5:06 PM, Grant Likely wrote: > On Tue, 5 Nov 2013 19:50:14 +0200, Pantelis Antoniou > wrote: >> of_property_notify can be utilized by other users too, export it. > > Please keep this patch in the series with the patch that actually uses > it. > OK. > g. >

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-12 Thread Pantelis Antoniou
Hi Grant, On Nov 11, 2013, at 5:06 PM, Grant Likely wrote: On Tue, 5 Nov 2013 19:50:14 +0200, Pantelis Antoniou pa...@antoniou-consulting.com wrote: of_property_notify can be utilized by other users too, export it. Please keep this patch in the series with the patch that actually uses

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-11 Thread Grant Likely
On Tue, 5 Nov 2013 19:50:14 +0200, Pantelis Antoniou wrote: > of_property_notify can be utilized by other users too, export it. Please keep this patch in the series with the patch that actually uses it. g. > > Signed-off-by: Pantelis Antoniou > --- > drivers/of/base.c | 8 +--- >

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-11 Thread Grant Likely
On Tue, 5 Nov 2013 19:50:14 +0200, Pantelis Antoniou pa...@antoniou-consulting.com wrote: of_property_notify can be utilized by other users too, export it. Please keep this patch in the series with the patch that actually uses it. g. Signed-off-by: Pantelis Antoniou

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Pantelis Antoniou
Hi Matt, On Nov 5, 2013, at 8:12 PM, Matt Porter wrote: > On Tue, Nov 05, 2013 at 07:50:14PM +0200, Pantelis Antoniou wrote: >> of_property_notify can be utilized by other users too, export it. >> >> Signed-off-by: Pantelis Antoniou >> --- >> drivers/of/base.c | 8 +--- >>

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Matt Porter
On Tue, Nov 05, 2013 at 07:50:14PM +0200, Pantelis Antoniou wrote: > of_property_notify can be utilized by other users too, export it. > > Signed-off-by: Pantelis Antoniou > --- > drivers/of/base.c | 8 +--- > include/linux/of.h | 11 +++ > 2 files changed, 12 insertions(+), 7

[PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Pantelis Antoniou
of_property_notify can be utilized by other users too, export it. Signed-off-by: Pantelis Antoniou --- drivers/of/base.c | 8 +--- include/linux/of.h | 11 +++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index

[PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Pantelis Antoniou
of_property_notify can be utilized by other users too, export it. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- drivers/of/base.c | 8 +--- include/linux/of.h | 11 +++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/drivers/of/base.c

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Matt Porter
On Tue, Nov 05, 2013 at 07:50:14PM +0200, Pantelis Antoniou wrote: of_property_notify can be utilized by other users too, export it. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- drivers/of/base.c | 8 +--- include/linux/of.h | 11 +++ 2 files changed,

Re: [PATCH 3/5] OF: export of_property_notify

2013-11-05 Thread Pantelis Antoniou
Hi Matt, On Nov 5, 2013, at 8:12 PM, Matt Porter wrote: On Tue, Nov 05, 2013 at 07:50:14PM +0200, Pantelis Antoniou wrote: of_property_notify can be utilized by other users too, export it. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- drivers/of/base.c | 8 +---