Re: [PATCH v4 3/3] dtc: Document the dynamic plugin internals

2015-03-04 Thread David Gibson
On Wed, Mar 04, 2015 at 03:16:32PM +0200, Pantelis Antoniou wrote: > Hi David, > > > On Mar 4, 2015, at 13:29 , David Gibson wrote: > > > > On Fri, Feb 27, 2015 at 08:55:46PM +0200, Pantelis Antoniou wrote: > >> Provides the document explaining the internal mechanics of > >> plugins and options.

Re: [PATCH v4 3/3] dtc: Document the dynamic plugin internals

2015-03-04 Thread Pantelis Antoniou
Hi David, > On Mar 4, 2015, at 13:29 , David Gibson wrote: > > On Fri, Feb 27, 2015 at 08:55:46PM +0200, Pantelis Antoniou wrote: >> Provides the document explaining the internal mechanics of >> plugins and options. >> >> Signed-off-by: Pantelis Antoniou >> --- >> Documentation/dt-object-inter

Re: [PATCH v4 3/3] dtc: Document the dynamic plugin internals

2015-03-04 Thread David Gibson
On Fri, Feb 27, 2015 at 08:55:46PM +0200, Pantelis Antoniou wrote: > Provides the document explaining the internal mechanics of > plugins and options. > > Signed-off-by: Pantelis Antoniou > --- > Documentation/dt-object-internal.txt | 301 > +++ > 1 file changed,

Re: [PATCH v4 3/3] dtc: Document the dynamic plugin internals

2015-03-03 Thread Pantelis Antoniou
Hi Jan, > On Mar 3, 2015, at 15:42 , Jan Lübbe wrote: > > Hi Pantelis, > > On Fr, 2015-02-27 at 20:55 +0200, Pantelis Antoniou wrote: >> +3.b) The Device Tree fragments must be compiled with the same option but >> they >> +must also have a tag (/plugin/) that allows undefined references to lab

Re: [PATCH v4 3/3] dtc: Document the dynamic plugin internals

2015-03-03 Thread Jan Lübbe
Hi Pantelis, On Fr, 2015-02-27 at 20:55 +0200, Pantelis Antoniou wrote: > +3.b) The Device Tree fragments must be compiled with the same option but they > +must also have a tag (/plugin/) that allows undefined references to labels > +that are not present at compilation time to be recorded so that

[PATCH v4 3/3] dtc: Document the dynamic plugin internals

2015-02-27 Thread Pantelis Antoniou
Provides the document explaining the internal mechanics of plugins and options. Signed-off-by: Pantelis Antoniou --- Documentation/dt-object-internal.txt | 301 +++ 1 file changed, 301 insertions(+) create mode 100644 Documentation/dt-object-internal.txt diff --