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

2013-11-06 Thread Pantelis Antoniou
Hi Dinh, On Nov 6, 2013, at 10:41 PM, Dinh Nguyen wrote: > Hi Pantelis, > > On 11/5/13 12:41 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 lo

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

2013-11-06 Thread Dinh Nguyen
Hi Pantelis, On 11/5/13 12:41 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. > > Note

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

2013-11-06 Thread Ionut Nicu
Hi, On 06.11.2013 17:00, Alexander Sverdlin wrote: > Hi! > > On 05/11/13 19:41, ext 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 2/3] OF: Introduce DT overlay support.

2013-11-06 Thread Alexander Sverdlin
Hi! On 05/11/13 19:41, ext 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. > > Note that t

[PATCH 2/3] OF: Introduce DT overlay support.

2013-11-05 Thread Pantelis Antoniou
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. Note that the I2C client devices are 'special', as in they're not platform d