Re: [PATCH v3 19/44] metag: Device tree

2013-02-06 Thread James Hogan
On 06/02/13 13:06, Vineet Gupta wrote: > On Thursday 10 January 2013 09:00 PM, James Hogan wrote: >> Add device tree files to arch/metag. >> >> Signed-off-by: James Hogan > > Acknowledging the fact that I reused much of code/ideas from this patch for > ARC > Device tree and multi-platform-image

Re: [PATCH v3 19/44] metag: Device tree

2013-02-06 Thread Vineet Gupta
On Thursday 10 January 2013 09:00 PM, James Hogan wrote: > Add device tree files to arch/metag. > > Signed-off-by: James Hogan Acknowledging the fact that I reused much of code/ideas from this patch for ARC Device tree and multi-platform-image implementation: Reviewed-by: Vineet Gupta Thx, -V

[PATCH v3 19/44] metag: Device tree

2013-01-10 Thread James Hogan
Add device tree files to arch/metag. Signed-off-by: James Hogan --- arch/metag/boot/dtb/Makefile | 17 ++ arch/metag/boot/dts/skeleton.dts | 10 arch/metag/boot/dts/skeleton.dtsi | 14 + arch/metag/include/asm/prom.h | 23 + arch/metag/kernel/devtree.c