Re: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-27 Thread Meador Inge
; Blanchard, Hollis Subject: Re: [PATCH 1/2] powerpc: document the MPIC device tree binding On 01/19/2011 04:14 PM, Yoder Stuart-B08248 wrote: +** Optional properties: + + - no-reset : The presence of this property indicates that the MPIC +should not be reset during runtime

RE: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-20 Thread Yoder Stuart-B08248
bject: Re: [PATCH 1/2] powerpc: document the MPIC device tree binding > > On 01/19/2011 04:14 PM, Yoder Stuart-B08248 wrote: > > > >> +** Optional properties: > >> + > >> + - no-reset : The presence of this property indicates that the MPIC > >&g

Re: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-19 Thread Meador Inge
On 01/19/2011 04:14 PM, Yoder Stuart-B08248 wrote: +** Optional properties: + + - no-reset : The presence of this property indicates that the MPIC +should not be reset during runtime initialization. + - protected-sources : Specifies a list of interrupt sources that are + not

RE: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-19 Thread Yoder Stuart-B08248
> +** Optional properties: > + > +   - no-reset : The presence of this property indicates that the MPIC > +                should not be reset during runtime initialization. > +   - protected-sources : Specifies a list of interrupt sources that are > + not > +                         available for

RE: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-19 Thread Yoder Stuart-B08248
> -Original Message- > From: Meador Inge [mailto:meador_i...@mentor.com] > Sent: Wednesday, January 19, 2011 2:25 PM > To: Yoder Stuart-B08248 > Cc: linuxppc-dev@lists.ozlabs.org; devicetree-disc...@lists.ozlabs.org; > Blanchard, Hollis > Subject: Re: [PATCH 1/2]

Re: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-19 Thread Meador Inge
On 01/18/2011 02:21 PM, Yoder Stuart-B08248 wrote: Documentation/powerpc/dts-bindings/mpic.txt | 78 This is really the binding for an open-pic interrupt controller and I think the name should reflect that-- open-pic.txt. Yup, agreed. +This binding specifies what properties and child nod

Re: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-18 Thread Scott Wood
On Mon, 17 Jan 2011 18:52:24 -0600 Meador Inge wrote: > +** Required properties: > + > + NOTE: Many of these descriptions were paraphrased from [1] to aid > + readability. > + > + - name : Specifies the name of the MPIC. "name" isn't really a property with flat trees. The appropriat

RE: [PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-18 Thread Yoder Stuart-B08248
> From: Meador Inge > Date: Mon, Jan 17, 2011 at 6:52 PM > Subject: [PATCH 1/2] powerpc: document the MPIC device tree binding > To: linuxppc-dev@lists.ozlabs.org > Cc: minge , > devicetree-disc...@lists.ozlabs.org, "Blanchard, Hollis" > > > > This b

[PATCH 1/2] powerpc: document the MPIC device tree binding

2011-01-17 Thread Meador Inge
This binding documents several properties that have been in use for quite some time, and adds one new property 'no-reset', which controls whether the MPIC should be reset during runtime initialization. Signed-off-by: Meador Inge CC: Hollis Blanchard --- Documentation/powerpc/dts-bindings/mpi