Re: [PATCH v3 1/2] [POWERPC] MPC832x_RDB: update dts to use spi, register mmc_spi stub

2007-08-12 Thread David Gibson
On Fri, Aug 10, 2007 at 10:42:51PM +0200, Segher Boessenkool wrote: We should co-ordinate better on this, if it's to become a convention... That means we shouldn't coordinate on this, right? Heh. Either one is kind of ugly, I'll grant you. But, many SoCs do have a notion of device

Re: 2.6.23-rc2-mm2 build error on MIPS and ARM

2007-08-12 Thread Mathieu Desnoyers
* Martin Schwidefsky ([EMAIL PROTECTED]) wrote: On Fri, 2007-08-10 at 22:58 -0400, Mathieu Desnoyers wrote: I got the following errors when building 2.6.23-rc2-mm2 on both mips and arm. Both errors are very much alike. That attached patch should fix it for arm and mips. I'll try a few more

Error: unsupported relocation against CSRR0

2007-08-12 Thread mike zheng
Hi All, I have unsupported relocation against problem, while compiling entry.S in 2.4 Kernel against e500 core. Does anyone know what is the problem? Is there any option I missed? Thanks in advance, MikeZ /kernel- powerpc-linux-gnuspe-gcc -m32 -Wp,-MD,arch/ppc/kernel/.entry.o.d -nostdinc

Re: Oops on boot with 2.6.23-rc2-g2c9d365c

2007-08-12 Thread Benjamin Herrenschmidt
On Sun, 2007-08-12 at 00:42 +0200, Guido Guenther wrote: Hi, I'm seeing the following oops on a Powerbook 6,1 with 2.6.23-rc2-g2c9d365c (and also with earlier 2.6.23, 2.6.22 is fine) and am quiet clueless. Any ideas before ist start bisecting? I think it's a bogus WARN_ON, just remove it.

[PATCH] via-pmu: Fix typo in printk

2007-08-12 Thread Michael Buesch
This fixes a typo in a printk message. Signed-off-by: Michael Buesch [EMAIL PROTECTED] Index: linux-2.6/drivers/macintosh/via-pmu.c === --- linux-2.6.orig/drivers/macintosh/via-pmu.c 2007-05-26 19:56:27.0 +0200 +++

[PATCH, RFC] wake up from a serial port

2007-08-12 Thread Guennadi Liakhovetski
A number of Linkstation models from Buffalo Technology with PPC, ARM, and also MIPS (I think) CPUs have a power-management controller connected to a UART. Among other things that chip controlls power and reset buttons. Working on a standby support for one of these systems (ppc mpc8241 based),

Re: Error: unsupported relocation against CSRR0

2007-08-12 Thread David Gibson
On Sun, Aug 12, 2007 at 05:04:35PM -0400, mike zheng wrote: Hi All, I have unsupported relocation against problem, while compiling entry.S in 2.4 Kernel against e500 core. Does anyone know what is the problem? Is there any option I missed? Probably means you haven't included the file with

Re: DTC 1.0.0 Release

2007-08-12 Thread David Gibson
On Fri, Aug 10, 2007 at 11:21:29PM +0200, Olaf Hering wrote: On Thu, Aug 09, Jon Loeliger wrote: As usual, please let me know of any issues with it. tests/truncated_property.c:45: warning: 'err' is used uninitialized in this function Looks good. If you had a Signed-off-by, I'd add an

Re: Device tree aware EMAC driver

2007-08-12 Thread David Gibson
On Fri, Aug 10, 2007 at 10:39:31PM +0200, Segher Boessenkool wrote: * In drivers/net/ibm_newemac/Makefile, I think the preferred method is to use ibm_newemac-y rather than ibm_newemac-objs. I thought it was the other way around, so I checked with the Kbuild maintainer, and indeed you