Re: [Patch] 8xx: MGSUVD support

2008-03-09 Thread Stephen Rothwell
Hi, On Mon, 10 Mar 2008 07:34:46 +0100 Heiko Schocher <[EMAIL PROTECTED]> wrote: > > >> +static struct of_device_id __initdata of_bus_ids[] = { > > > > Make this __initdata, please. > > Hmm.. it is __initdata, or? But I fix it to: OOPS, brain not working again after break :-) sorry. > static

Re: [Patch] 8xx: MGSUVD support

2008-03-09 Thread Heiko Schocher
Hello Stephen, Stephen Rothwell wrote: > On Sun, 09 Mar 2008 10:56:29 +0100 Heiko Schocher <[EMAIL PROTECTED]> wrote: >> +++ b/arch/powerpc/platforms/8xx/mgsuvd.c >> >> +#include > > You should include linux/of_platform.h (not asm/) Ok. >> +static struct cpm_pin mgsuvd_pins[] = { > > Make thi

Re: [Patch] 8xx: MGSUVD support

2008-03-09 Thread Heiko Schocher
Hello Vitaly, Vitaly Bordug wrote: > Heiko Schocher wrote: >> the following patch adds support for the MPC852 based mgsuvd board >> from keymile. > Looks good overall. Please add supported/working/not working etc SoC devices > state along with the patch > description. Also a few really small com

Re: [Patch] 8xx: MGSUVD support

2008-03-09 Thread Stephen Rothwell
Hi Heiko, Just a few small comments. On Sun, 09 Mar 2008 10:56:29 +0100 Heiko Schocher <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/platforms/8xx/mgsuvd.c > > +#include You should include linux/of_platform.h (not asm/) > +static struct cpm_pin mgsuvd_pins[] = { Make this __initdata, plea

Re: PPC upstream kernel ignored DABR bug

2008-03-09 Thread Luis Machado
> Yes, I know. I tried it on the PS3 first and couldn't reproduce > the bug he saw on the blade. Arnd, Do we have any news on this topic? I've seen this happening quite often within GDB when using hardware watchpoints on a shared variable in a threaded (7+ threads) binary. Sometimes the watchpo

Re: ARCH=ppc -> ARCH=powerpc : help needed for dts file

2008-03-09 Thread Benjamin Herrenschmidt
On Sun, 2008-03-09 at 23:31 +0100, Philippe De Muyter wrote: > Hi Ben, > > I now have a working linux on my mpc8540 based board, with support for > the compactflash disk and the i2c rtc. > > The network tough, does not work yet. altough the the integrated ethernet > controller (FEC) seems to be

Re: ARCH=ppc -> ARCH=powerpc : help needed for dts file

2008-03-09 Thread Philippe De Muyter
Hi Ben, I now have a working linux on my mpc8540 based board, with support for the compactflash disk and the i2c rtc. The network tough, does not work yet. altough the the integrated ethernet controller (FEC) seems to be recognized. Could it be a problem with the phy ? I notice that I do not hav

Re: Long boot delay with agpgart

2008-03-09 Thread Wolfgang Pfeiffer
On Wed, Mar 05 2008, at 17:33 +0100, Wolfgang Pfeiffer wrote: > The boot process began being stuck the moment some agpgart init > routine started: > > Excerpt from kern.log that moment: > > [6.882357] usbcore: registered new device driver usb > [ 36.732011] uninorth_agp: gave up waiting fo

Re: [Patch] 8xx: MGSUVD support

2008-03-09 Thread Vitaly Bordug
Heiko, On Sun, 09 Mar 2008 10:56:29 +0100 Heiko Schocher wrote: > Hello, > > the following patch adds support for the MPC852 based mgsuvd board > from keymile. Looks good overall. Please add supported/working/not working etc SoC devices state along with the patch description. Also a few really

[Patch] 8xx: MGSUVD support

2008-03-09 Thread Heiko Schocher
Hello, the following patch adds support for the MPC852 based mgsuvd board from keymile. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mgsuvd.dts | 158 +++ arch/powerpc/configs/mgsuvd_defconfig | 827 + arch/powerpc/platfor

[PATCH v3] 82xx: MGCOGE support

2008-03-09 Thread Heiko Schocher
Hello, following Patch adds support for the MPC8247 based mgcoge board from keymile. changes since v2 Patch: - added JFFS2 support - added support for the second Flash on the board. Signed-off-by: Heiko Schocher <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mgcoge.dts | 165 +++ arch