Re: [PATCH v2] cell: move SPU affinity init to spu_management_of_ops

2007-08-04 Thread Arnd Bergmann
On Saturday 04 August 2007, Geoff Levand wrote: > > From: Andre Detsch <[EMAIL PROTECTED]> > > This patch moves affinity initialization code from spu_base.c to a > new spu_management_of_ops function (init_affinity), which is empty > in the case of PS3. This fixes a linking problem that was happen

Re: pci in arch/powerpc vs arch/ppc

2007-08-04 Thread Kumar Gala
On Aug 3, 2007, at 3:10 PM, Scott Wood wrote: > On Fri, Aug 03, 2007 at 05:58:56PM +0300, Alexandros Kostopoulos > wrote: >> Hi all, >> in the old arch/ppc tree, there was a function called >> pq2ads_setup_pci() >> that set up PCI regs for 8272xx, in m82xx_pci.c. I was wandering, >> where >

Re: [PATCH 2.6.22.y] ieee1394: revert "sbp2: enforce 32bit DMA mapping"

2007-08-04 Thread Stefan Richter
(Adding Cc: linuxppc-dev, olh) Robert Hancock wrote: > Stefan Richter wrote: >> Date: Wed, 1 Aug 2007 20:30:36 +0200 (CEST) >> From: Stefan Richter <[EMAIL PROTECTED]> >> Subject: ieee1394: revert "sbp2: enforce 32bit DMA mapping" >> >> Revert commit 0555659d63c285ceb7ead3115532e1b71b0f27a7 from 2

8250.c::autoconfig() fails loopback test on MPC824[15]

2007-08-04 Thread Guennadi Liakhovetski
Hi, I tried using of_serial.c on a (PPC) MPC8241 based system, which has a "16650A" compatible double UART built into the SoC. Using of_serial.c causes the ports to be autoconfigured, and this fails. The loopback test fails, because the MSR register on 824[15] doesn't implement the UART_MSR_DC

Re: 8250.c::autoconfig() fails loopback test on MPC824[15]

2007-08-04 Thread Arnd Bergmann
On Sunday 05 August 2007, Guennadi Liakhovetski wrote: > I tried using of_serial.c on a (PPC) MPC8241 based system, which has a > "16650A" compatible double UART built into the SoC. Using of_serial.c > causes the ports to be autoconfigured, and this fails. The loopback test > fails, because the

Re: [PATCH 2.6.22.y] ieee1394: revert "sbp2: enforce 32bit DMA mapping"

2007-08-04 Thread Benjamin Herrenschmidt
> > If setting 32-bit DMA mask fails on ppc64, that sounds like a problem > > with the DMA implementation on that architecture. There are enough cards > > out there that only support 32-bit DMA that this really needs to work.. > > Yes, could the PPC folks please have a look at it? Thanks. Smell

"Badness at kernel/irq/resend.c:70" on boot - via-pmu?

2007-08-04 Thread Paul Collins
Hi Linus, I got the message below on boot with 2.6.23-rc2 on my PowerBook. I've Cc'd some powerpc folks because via_pmu_interrupt is in the Macintosh PMU driver. Hmm, I just looked back in my logs and I also got that message with commit 7a883eaf62f4b943ebec738ce3b0796c67ef5d32. Before that I us

Re: "Badness at kernel/irq/resend.c:70" on boot - via-pmu?

2007-08-04 Thread Linus Torvalds
On Sun, 5 Aug 2007, Paul Collins wrote: > > I got the message below on boot with 2.6.23-rc2 on my PowerBook. It's a debug message, I think we need to remove it. It's trying to figure out what goes wrong with one particular machine, and I probably shouldn't have merged it for mainline. Ignore