Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-08-29 Thread Kumar Gala
On Jun 14, 2008, at 2:02 PM, Heiko Schocher wrote: here the updated patch for the mgsuvd board. [powerpc] add support for the MPC852 based mgsuvd board from keymile to arch/powerpc. Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx). Signed-off-by: Heiko

Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-14 Thread Stephen Rothwell
Hi Heiko, On Fri, 13 Jun 2008 21:56:00 +0200 Heiko Schocher [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/8xx/mgsuvd.c @@ -0,0 +1,93 @@ +/* arch/powerpc/platforms/8xx/mgsuvd.c We have stopped putting file names in files. +#include linux/ioport.h +#include linux/device.h +#include

Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-14 Thread Heiko Schocher
Hello Stephen, Stephen Rothwell wrote: On Fri, 13 Jun 2008 21:56:00 +0200 Heiko Schocher [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/8xx/mgsuvd.c @@ -0,0 +1,93 @@ +/* arch/powerpc/platforms/8xx/mgsuvd.c We have stopped putting file names in files. +#include linux/ioport.h

Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-14 Thread Stephen Rothwell
On Sat, 14 Jun 2008 21:02:04 +0200 Heiko Schocher [EMAIL PROTECTED] wrote: [powerpc] add support for the MPC852 based mgsuvd board from keymile to arch/powerpc. Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx). Signed-off-by: Heiko Schocher [EMAIL

Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-13 Thread Heiko Schocher
Hello Scott, here comes the updated version for the mgsuvd port with your suggested changes: [powerpc] add support for the MPC852 based mgsuvd board from keymile to arch/powerpc. Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx). Signed-off-by: Heiko Schocher

Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-13 Thread Scott Wood
Heiko Schocher wrote: + [EMAIL PROTECTED] { + compatible = fsl,pq1-localbus; fsl,mpc852-localbus, fsl,pq1-localbus, simple-bus; + [EMAIL PROTECTED] { + compatible = fsl,mpc852, simple-bus, fsl,pq1-soc; simple-bus should come last, since it's the most

Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-13 Thread Heiko Schocher
Hello Scott, here the next try for the mgsuvd board: [powerpc] add support for the MPC852 based mgsuvd board from keymile to arch/powerpc. Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx). Signed-off-by: Heiko Schocher [EMAIL PROTECTED] ---

Re: [PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-12 Thread Scott Wood
On Thu, Jun 12, 2008 at 04:32:47AM +0400, Vitaly Bordug wrote: + interrupts = 0x0f 2; /* decrementer interrupt */ Interrupts should probably be decimal. + compatible = fsl,cpm1; compatible = fsl,mpc852-cpm, fsl,cpm1. +

[PATCH] [8xx] powerpc: Add support for the MPC852 based mgsuvd board from keymile.

2008-06-11 Thread Vitaly Bordug
From: Heiko Schocher [EMAIL PROTECTED] Supported SMC1 (serial console), SCC3 Ethernet (10Mbps hdx). Updated version was posted to ML; http://patchwork.ozlabs.org/linuxppc/patch?id=17398 Signed-off-by: Heiko Schocher [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] ---