Re: [PATCH 6/6] OF: Introduce DT overlay support.

2013-01-24 Thread David Gibson
On Wed, Jan 23, 2013 at 01:01:58PM +0200, Pantelis Antoniou wrote: > On Jan 23, 2013, at 7:12 AM, David Gibson wrote: > > On Tue, Jan 22, 2013 at 01:08:04PM +0200, Pantelis Antoniou wrote: > >> Hi > >> > >> On Jan 22, 2013, at 5:50 AM, David Gibson wrote: > >> > >>> On Fri, Jan 04, 2013 at 09:31:

Re: [PATCH 6/6] OF: Introduce DT overlay support.

2013-01-23 Thread Pantelis Antoniou
On Jan 23, 2013, at 7:12 AM, David Gibson wrote: > On Tue, Jan 22, 2013 at 01:08:04PM +0200, Pantelis Antoniou wrote: >> Hi >> >> On Jan 22, 2013, at 5:50 AM, David Gibson wrote: >> >>> On Fri, Jan 04, 2013 at 09:31:10PM +0200, Pantelis Antoniou wrote: Introduce DT overlay support. Us

Re: [PATCH 6/6] OF: Introduce DT overlay support.

2013-01-22 Thread David Gibson
On Tue, Jan 22, 2013 at 01:08:04PM +0200, Pantelis Antoniou wrote: > Hi > > On Jan 22, 2013, at 5:50 AM, David Gibson wrote: > > > On Fri, Jan 04, 2013 at 09:31:10PM +0200, Pantelis Antoniou wrote: > >> Introduce DT overlay support. > >> Using this functionality it is possible to dynamically over

Re: [PATCH 6/6] OF: Introduce DT overlay support.

2013-01-22 Thread Pantelis Antoniou
Hi On Jan 22, 2013, at 5:50 AM, David Gibson wrote: > On Fri, Jan 04, 2013 at 09:31:10PM +0200, Pantelis Antoniou wrote: >> Introduce DT overlay support. >> Using this functionality it is possible to dynamically overlay a part of >> the kernel's tree with another tree that's been dynamically load

Re: [PATCH 6/6] OF: Introduce DT overlay support.

2013-01-21 Thread David Gibson
On Fri, Jan 04, 2013 at 09:31:10PM +0200, Pantelis Antoniou wrote: > Introduce DT overlay support. > Using this functionality it is possible to dynamically overlay a part of > the kernel's tree with another tree that's been dynamically loaded. > It is also possible to remove node and properties. >

Re: [PATCH 6/6] OF: Introduce DT overlay support.

2013-01-07 Thread Pantelis Antoniou
Hi Rob, On Jan 6, 2013, at 4:24 AM, Rob Landley wrote: > On 01/04/2013 01:31:10 PM, Pantelis Antoniou wrote: >> Introduce DT overlay support. >> Using this functionality it is possible to dynamically overlay a part of >> the kernel's tree with another tree that's been dynamically loaded. >> It is

Re: [PATCH 6/6] OF: Introduce DT overlay support.

2013-01-05 Thread Rob Landley
On 01/04/2013 01:31:10 PM, Pantelis Antoniou wrote: Introduce DT overlay support. Using this functionality it is possible to dynamically overlay a part of the kernel's tree with another tree that's been dynamically loaded. It is also possible to remove node and properties. Signed-off-by: Pant