Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-08-29 Thread Kumar Gala
On Jun 18, 2008, at 3:38 AM, Heiko Schocher wrote: Hello, changes since the last patch: update the Portpin initialization. [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] ---

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-08-29 Thread Jon Loeliger
Kumar Gala wrote: arch/powerpc/boot/dts/mgcoge.dts | 174 +++ arch/powerpc/configs/mgcoge_defconfig | 900 + arch/powerpc/platforms/82xx/Kconfig |8 + arch/powerpc/platforms/82xx/Makefile |1 + arch/powerpc/platforms/82xx/mgcoge.c | 129

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-08-29 Thread Kumar Gala
On Aug 29, 2008, at 8:51 AM, Jon Loeliger wrote: Kumar Gala wrote: arch/powerpc/boot/dts/mgcoge.dts | 174 +++ arch/powerpc/configs/mgcoge_defconfig | 900 ++ +++ arch/powerpc/platforms/82xx/Kconfig |8 + arch/powerpc/platforms/82xx/Makefile |

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-08-16 Thread Heiko Schocher
Hello Kumar, Kumar Gala schrieb: On Jun 18, 2008, at 3:38 AM, Heiko Schocher wrote: changes since the last patch: update the Portpin initialization. [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] ---

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-08-15 Thread Kumar Gala
On Jun 18, 2008, at 3:38 AM, Heiko Schocher wrote: Hello, changes since the last patch: update the Portpin initialization. [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] ---

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-18 Thread Heiko Schocher
Hello, changes since the last patch: update the Portpin initialization. [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mgcoge.dts | 174 +++

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-17 Thread Heiko Schocher
Hello Scott, Scott Wood wrote: On Mon, Jun 16, 2008 at 11:40:30AM +0200, Heiko Schocher wrote: The reg entry is wrong, the Flash is on CS5. Here the updated version of the patch: You need to update the ranges property as well. Sure, here the new patch: [powerpc] Added support for the

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-16 Thread David Gibson
On Fri, Jun 13, 2008 at 06:33:08PM +0200, Heiko Schocher wrote: Hello Scott, here comes the updated version for the mgcoge port, with your suggestions: [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL PROTECTED]

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-16 Thread Heiko Schocher
Hello David, David Gibson wrote: On Fri, Jun 13, 2008 at 06:33:08PM +0200, Heiko Schocher wrote: Hello Scott, here comes the updated version for the mgcoge port, with your suggestions: [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by:

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-16 Thread Scott Wood
On Mon, Jun 16, 2008 at 11:40:30AM +0200, Heiko Schocher wrote: The reg entry is wrong, the Flash is on CS5. Here the updated version of the patch: You need to update the ranges property as well. -Scott ___ Linuxppc-dev mailing list

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-14 Thread Vitaly Bordug
В Fri, 13 Jun 2008 18:33:08 +0200 Heiko Schocher [EMAIL PROTECTED] пишет: Hello Scott, here comes the updated version for the mgcoge port, with your suggestions: [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-13 Thread Heiko Schocher
Hello Scott, here comes the updated version for the mgcoge port, with your suggestions: [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mgcoge.dts | 174 +++

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-13 Thread Scott Wood
On Fri, Jun 13, 2008 at 06:33:08PM +0200, Heiko Schocher wrote: Hello Scott, here comes the updated version for the mgcoge port, with your suggestions: [powerpc] Added support for the MPC8247 based board MGCOGE from Keymile. Signed-off-by: Heiko Schocher [EMAIL PROTECTED]

Re: [PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-12 Thread Scott Wood
On Thu, Jun 12, 2008 at 04:30:53AM +0400, Vitaly Bordug wrote: + muram { + #address-cells = 1; + #size-cells = 1; + ranges = 0 0 0x1; + + [EMAIL PROTECTED]

[PATCH] [82xx] powerpc: Add support for mpc8247 based board MGCOGE from keymile.

2008-06-11 Thread Vitaly Bordug
From: Heiko Schocher [EMAIL PROTECTED] Updated version was posted to ML: http://patchwork.ozlabs.org/linuxppc/patch?id=17250, no new feedback acquired. Signed-off-by: Heiko Schocher [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mgcoge.dts |