Re: [PATCH v3 1/3] OF: Introduce Device Tree resolve support.

2013-11-13 Thread Pantelis Antoniou
Hi Grant, On Nov 13, 2013, at 2:39 AM, Grant Likely wrote: > On Tue, 12 Nov 2013 09:28:42 +0100, Pantelis Antoniou > wrote: >> >> On Nov 11, 2013, at 7:17 PM, Grant Likely wrote: >> >>> On Fri, 8 Nov 2013 17:06:08 +0200, Pantelis Antoniou >>> wrote: Introduce support for dynamic devic

Re: [PATCH v3 1/3] OF: Introduce Device Tree resolve support.

2013-11-12 Thread Grant Likely
On Tue, 12 Nov 2013 09:28:42 +0100, Pantelis Antoniou wrote: > > On Nov 11, 2013, at 7:17 PM, Grant Likely wrote: > > > On Fri, 8 Nov 2013 17:06:08 +0200, Pantelis Antoniou > > wrote: > >> Introduce support for dynamic device tree resolution. > >> Using it, it is possible to prepare a device

Re: [PATCH v3 1/3] OF: Introduce Device Tree resolve support.

2013-11-12 Thread Pantelis Antoniou
On Nov 11, 2013, at 7:17 PM, Grant Likely wrote: > On Fri, 8 Nov 2013 17:06:08 +0200, Pantelis Antoniou > wrote: >> Introduce support for dynamic device tree resolution. >> Using it, it is possible to prepare a device tree that's >> been loaded on runtime to be modified and inserted at the ker

Re: [PATCH v3 1/3] OF: Introduce Device Tree resolve support.

2013-11-11 Thread Grant Likely
On Fri, 8 Nov 2013 17:06:08 +0200, Pantelis Antoniou wrote: > Introduce support for dynamic device tree resolution. > Using it, it is possible to prepare a device tree that's > been loaded on runtime to be modified and inserted at the kernel > live tree. > > Export of of_resolve by Guenter Roec

[PATCH v3 1/3] OF: Introduce Device Tree resolve support.

2013-11-08 Thread Pantelis Antoniou
Introduce support for dynamic device tree resolution. Using it, it is possible to prepare a device tree that's been loaded on runtime to be modified and inserted at the kernel live tree. Export of of_resolve by Guenter Roeck Signed-off-by: Pantelis Antoniou --- .../devicetree/dynamic-resolutio