Re: [PATCH v2 2/4] ARM: vexpress: Add DT support in v2m

2011-11-28 Thread Dave Martin
On Mon, Nov 28, 2011 at 10:54:22AM +, Pawel Moll wrote: > On Fri, 2011-11-25 at 16:18 +, Dave Martin wrote: > > [Since this text is now stable enough to be proofread, I'll list minor > > pedantic nits along with the other comments -- they aren't vital to the > > meaning though, and the docu

Re: [PATCH v2 2/4] ARM: vexpress: Add DT support in v2m

2011-11-28 Thread Pawel Moll
On Fri, 2011-11-25 at 16:18 +, Dave Martin wrote: > [Since this text is now stable enough to be proofread, I'll list minor > pedantic nits along with the other comments -- they aren't vital to the > meaning though, and the documentation still "works" if they aren't > acted on.] [snip] Most ap

Re: [PATCH v2 2/4] ARM: vexpress: Add DT support in v2m

2011-11-25 Thread Dave Martin
On Wed, Nov 23, 2011 at 03:01:46PM +, Pawel Moll wrote: > This patch provides hooks for DT-based tile machine implementations > and adds Device Tree description for the motherboard. > > Signed-off-by: Pawel Moll > --- > Documentation/devicetree/bindings/arm/vexpress| 101 +++ >

Re: [PATCH v2 2/4] ARM: vexpress: Add DT support in v2m

2011-11-23 Thread Pawel Moll
On Wed, 2011-11-23 at 15:01 +, Pawel Moll wrote: > diff --git a/arch/arm/mach-vexpress/v2m.c b/arch/arm/mach-vexpress/v2m.c > index ee52b35..fd7ee1f 100644 > --- a/arch/arm/mach-vexpress/v2m.c > +++ b/arch/arm/mach-vexpress/v2m.c [...] > + node = of_find_compatible_node(NULL, NULL,

[PATCH v2 2/4] ARM: vexpress: Add DT support in v2m

2011-11-23 Thread Pawel Moll
This patch provides hooks for DT-based tile machine implementations and adds Device Tree description for the motherboard. Signed-off-by: Pawel Moll --- Documentation/devicetree/bindings/arm/vexpress| 101 +++ arch/arm/boot/dts/vexpress-v2m.dtsi | 191 +